SAP ABAP Function Module RSS_LINE_SPLIT (Zeilenumbruch auf einem String oder einer Tabelle)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BW (Application Component) BW Service API
     SBIG (Package) Business Information Warehouse: Generation Tool
Basic Data
Function Module RSS_LINE_SPLIT Zeilenumbruch auf einem String oder einer Tabelle  
Function Group RSSG   BW generation tool  
Program Name SAPLRSSG   Services for generation of coding 
INCLUDE Name LRSSGU21    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing C_T_LINES TYPE TABLE
Importing I_INPUT TYPE ANY Eingabezeile(n)
Importing I_LINE_WIDTH TYPE I 0
Importing I_DELIMITERS TYPE CLIKE '`''' Begrenzungszeichen für Strings
Importing I_BREAK_CHARS TYPE CLIKE ':,.' Zeichen, die einen Zeilenumbruch erlauben (vorher und nachher)
Importing I_LINE_COMMENT_CHAR TYPE CHAR1 '*' Zeichen, das eine Kommentarzeile einleitet
Importing I_COMMENT_CHAR TYPE CHAR1 '"' Zeichen, das innerhalb einer Zeile einen Kommentar einleitet
Importing I_APPEND_LINES TYPE RSSG_BOOL RSSG_C_FALSE Kennzeichen: Neue Zeilen an C_T_LINES anfügen
Exception INPUT_INVALID_TYPE TYPE
Exception UNBALANCED_DELIMITERS TYPE
Exception NO_BREAK_POSITION_FOUND TYPE
               
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  20040312 
SAP Release Created in