SAP ABAP Function Module STRING_SPLIT ((Obsolete) Split a string in accordance with a delimiter.)
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 | (Obsolete) Split a string in accordance with a delimiter. |
| Function Group | CSTR | String functions for type C fields |
| Program Name | SAPLCSTR | String Processing |
| INCLUDE Name | LCSTRU05 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
HEAD | TYPE | Head of STRING in front of DELIMITER | ||||
| |
TAIL | TYPE | Tail of STRING after DELIMITER | ||||
| |
DELIMITER | TYPE | String which is used as delimiter | ||||
| |
STRING | TYPE | Character string to be demounted | ||||
| |
NOT_FOUND | TYPE | Delimiter string not found | ||||
| |
NOT_VALID | TYPE | Invalid delimiter string | ||||
| |
TOO_LONG | TYPE | DELIMITER too long (more than 40 characters) | ||||
| |
TOO_SMALL | TYPE | Output field HEAD or TAIL too short | ||||
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 | 19950113 |
| SAP Release Created in |