Google Search - Blog...........

SAP ABAP - STRLEN Command/Keyword - Introduction & Syntax.

STRLEN Command:

To determine the length of a character string up to the last character other than SPACE, use the built-in function STRLEN as follows:

Syntax

N = STRLEN ( STR ).
Here N is defined in DATA statement as type i.

STRLEN processes any operand as a character data type, regardless of its real type. No conversions are performed.

No comments:

Post a Comment