SAP Function STRING_SPLIT_AT_POSITION - Split a string with a proper position into two parts

Parameter Reference Type Length Default Optional Text
LANGU SYST-LANGU C 1 SY-LANGU X Language of the text of STRING
POS I I 4 Position
STRING C C 0 Character string to be demounted

Parameter Reference Type Length Text
POS_NEW I I 4 Actual position
STRING1 C C 0 Head of STRING in front of POS
STRING2 C C 0 Tail of STRING behind POS

Exception Text
POS_NOT_VALID Invalid input parameter of POS
STRING1_TOO_SMALL Output field STRING1 too briefly
STRING2_TOO_SMALL Output field STRING2 too briefly

1157153Language dependency of line break
942375Missing text in error log (2)