SAP ABAP Function Module STRING_SPLIT_AT_POSITION (Split a string with a proper position into two parts)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
SCP (Package) SAP Code Pages
⤷
⤷
Basic Data
| Function Module | STRING_SPLIT_AT_POSITION | Split a string with a proper position into two parts |
| Function Group | CSTR | String functions for type C fields |
| Program Name | SAPLCSTR | String Processing |
| INCLUDE Name | LCSTRU13 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
STRING1 | TYPE | C | Head of STRING in front of POS | |||
| |
STRING2 | TYPE | C | Tail of STRING behind POS | |||
| |
POS_NEW | TYPE | I | Actual position | |||
| |
STRING | TYPE | C | Character string to be demounted | |||
| |
POS | TYPE | I | Position | |||
| |
LANGU | TYPE | SYST-LANGU | SY-LANGU | Language of the text of STRING | ||
| |
STRING1_TOO_SMALL | TYPE | Output field STRING1 too briefly | ||||
| |
STRING2_TOO_SMALL | TYPE | Output field STRING2 too briefly | ||||
| |
POS_NOT_VALID | TYPE | Invalid input parameter of POS | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19970707 |
| SAP Release Created in |