SAP ABAP Function Module TEXT_SPLIT (Splits text into specified length plus rest (cf.: SPLIT))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Basic Data
Function Module TEXT_SPLIT Splits text into specified length plus rest (cf.: SPLIT)  
Function Group CSTR   String functions for type C fields  
Program Name SAPLCSTR   String Processing 
INCLUDE Name LCSTRU08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting LINE TYPE Results row
Exporting REST TYPE remaining text
Importing LENGTH TYPE Line length for split
Importing TEXT TYPE Input text
Importing AS_CHARACTER TYPE Treat as character in Unicode
               
Processing Type
Normal Function Module  
Remote-Enabled 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