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
Exporting STRING1 TYPE C Head of STRING in front of POS
Exporting STRING2 TYPE C Tail of STRING behind POS
Exporting POS_NEW TYPE I Actual position
Importing STRING TYPE C Character string to be demounted
Importing POS TYPE I Position
Importing LANGU TYPE SYST-LANGU SY-LANGU Language of the text of STRING
Exception STRING1_TOO_SMALL TYPE Output field STRING1 too briefly
Exception STRING2_TOO_SMALL TYPE Output field STRING2 too briefly
Exception POS_NOT_VALID TYPE Invalid input parameter of POS
               
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  19970707 
SAP Release Created in