SAP ABAP Function Module SWA_STRING_SPLIT (String an Steuerzeichen splitten, maximale Zeilenlänge einhalten)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWA (Package) Business Workflow: Expressions, binding
⤷
⤷
Basic Data
| Function Module | SWA_STRING_SPLIT | String an Steuerzeichen splitten, maximale Zeilenlänge einhalten |
| Function Group | SWA20 | WF: General String Transformations |
| Program Name | SAPLSWA20 | WF: Allg. Stringtransformationen |
| INCLUDE Name | LSWA20U02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
INPUT_STRING | TYPE | STRING | Eingabestring - wird aufgeteilt | |||
| |
MAX_COMPONENT_LENGTH | TYPE | I | SWB1_HTML_LINE_LENGTH | Maximale Länge der Teilstücke | ||
| |
TERMINATING_SEPARATORS | TYPE | STRING | Trennzeichen, bleiben auf Ursprungszeile, default: ' >=)],.' | |||
| |
OPENING_SEPARATORS | TYPE | STRING | Trennzeichen, wird auf Folgezeile übernommen, default '<([' | |||
| |
STRING_COMPONENTS | TYPE | SWASTRTAB | Tabelle der resultierenden Teilstrings | |||
| |
MAX_COMPONENT_LENGTH_INVALID | TYPE | Maximal unterstützte Länge für Teilkomponenten überschritten | ||||
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 | 19991102 |
| SAP Release Created in |