문자열 길이 구하는 함수인 strlen!
c언어와 똑같은 함수여서 반가웠다.
surname = "dev"
len = strlen(surname).
WRITE : 'The length of the surname field is', len.
ULINE.
The length of the surname field is 3
------------------------------------
출력 결과는 위와 같다. len은 3!
'SAP' 카테고리의 다른 글
SAP ABAP SEARCH 함수 (0) | 2025.04.23 |
---|---|
SAP ABAP Replace함수 (0) | 2025.04.23 |
SAP ABAP CONDENSE 함수 (0) | 2025.04.23 |
SAP ABAP CONCATENATE 함수 (0) | 2025.04.23 |
SAP ABAP se38 initial screen attributes 타입의미 (0) | 2025.04.22 |