SAP ABAP Function Module RS_SCRP_ADD_FIELD_TO_FIELDLIST (Feldliste eines Dynpros: Hinzufügen eines DDIC-Feldes (nur für Kontierung))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SCR (Application Component) Screen Painter
     SCRP (Package) Screen Painter
Basic Data
Function Module RS_SCRP_ADD_FIELD_TO_FIELDLIST Feldliste eines Dynpros: Hinzufügen eines DDIC-Feldes (nur für Kontierung)  
Function Group SEUS   DW: Screen Painter  
Program Name SAPLSEUS   Screen Painter: General Functions 
INCLUDE Name LSEUSU42    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RETURN TYPE SYST-SUBRC 0 ... successful; 4 ... field text abbreviated
Importing TABNAME TYPE DD03V-TABNAME Table name from Dictionary
Importing FIELDNAME TYPE DD03V-FIELDNAME Name of a table field
Importing FIELDPARTS TYPE C ' ' 'T'.. Text only, 'S'.. Template only, otherwise both
Importing INSERT_LINE TYPE SYST-CUROW 1 Line number for text field template field
Importing INSERT_COLUMN TYPE SYST-CUCOL 1 Start column for text field (1 = extreme left)
Importing TEXT_LENGTH TYPE SYST-INDEX 15 Length of text field
Importing TEXT_KIND TYPE 'M' Type of text: 'K','M','L','U'
Importing TEXT_LANGUAGE TYPE SYST-LANGU SY-LANGU Language of text
Importing TEXT_LANGUAGE_2 TYPE SYST-LANGU 'D'
Tables F TYPE D021S Screen field list
Exception NOT_FOUND TYPE Tabname-fieldname not active in Dictionary
Exception TEXT_NOT_FOUND TYPE Text in requested text type does not exist
Exception TYPE_IN_DYNPRO_NOT_ALLOWED TYPE Dictionary field type in screen not allowed
               
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