In a UP, offset and length-based access beyond field boundaries returns a syntax or runtime error. For example, access types c15 or c5(10) would trigger such an error for a ten-digit C field c. If only an offset but no length is specified for a parameter, the entire length of the...
You can address a section of a string in any statement in which non-numeric elementary ABAP types or structures that do not contain internal tables occur using the following syntax: <f>[+<o>][(<l>)] By specifying an offset <o> and a length (<l>) directly after the field name <f...