LET US ABAP: String Operations
SAP ABAP String Operations Computing the length of character Strings. To find the length of character strings ABAP function STRLEN is used. This function returns the length of the string counting till the last character that is not a space. Please note th
abaplovers.blogspot.com |