SAP ABAP Function Module RP_OPTIONS_INTO_STRING (Dialog für Optionsauswahl, Rückgabewert: Stringsequenz aus Kürzeln)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Basic Data
Function Module RP_OPTIONS_INTO_STRING Dialog für Optionsauswahl, Rückgabewert: Stringsequenz aus Kürzeln  
Function Group RPPN   Structure of a Selection Field  
Program Name SAPLRPPN    
INCLUDE Name LRPPNU05    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing STRING_VALUE TYPE Represents the selected options
Exporting RETURN_CODE TYPE SYST-SUBRC Defines which button terminated the dialog
Importing MAX_CHOSEN_NUMBER TYPE SYST-INDEX 0 Maximum number of selectable options
Importing DELIMITER_SIGN TYPE '/' Delimiter for string sequence
Importing TEXT_TITLE TYPE Dialog box header
Importing TEXT_LEFT TYPE Text for selectable options
Importing TEXT_RIGHT TYPE Text for selectable options
Importing STATUS TYPE 'NOORDER' Defines whether or not the sequence is important
Importing TEXT_OBJECT TYPE DOKHL-OBJECT Text in dialog can be maintained using SE61
Importing DYN_PUSHBUTTON_TEXT1 TYPE Text for button in F key string
Importing DYN_PUSHBUTTON_TEXT2 TYPE Text for button in F key string
Importing DYN_PUSHBUTTON_TEXT3 TYPE Text for button in F key string
Tables TEXT_SYMBOL_RELATION_TAB TYPE PNPSTRINGT Table of possible options and their ID codes
Exception TABLE_STRING_INCONSISTENCY TYPE String does not match table
Exception UNKNOWN_STATUS TYPE Status not 'ORDER' / 'NOORDER'
Exception STRING_VALUE_OVERFLOW TYPE STRING_VALUE-Länge zu klein für ausgew. Optionen
               
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  19951115 
SAP Release Created in