SAP ABAP Function Module G_SET_GET_ID_FROM_NAME (Bestimmen einer Set-ID aus dem Setnamen und weiteren Informationen)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       GBSE (Package) FI-SL sets
Basic Data
Function Module G_SET_GET_ID_FROM_NAME Bestimmen einer Set-ID aus dem Setnamen und weiteren Informationen  
Function Group GSAC   Sets: Access to Set Tables  
Program Name SAPLGSAC    
INCLUDE Name LGSACU07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting NEW_SETID TYPE SETHIER-SETID ID of set found
Exporting SET_INFO TYPE SETINFO Information about set (only on demand)
Importing CLIENT TYPE SYST-MANDT Client that is searched for sets
Importing SHORTNAME TYPE C External name of set (not the ID!)
Importing OLD_SETID TYPE SETHIER-SETID Set ID for repeated checks
Importing TABNAME TYPE SETHIER-TABNAME Table for which set is used
Importing FIELDNAME TYPE SETHIER-FIELDNAME Field for which set is used
Importing KOKRS TYPE SETHIER-KOKRS Controlling area for CO groups
Importing KTOPL TYPE SETHIER-KTOPL Chart of account for account group can be derived
Importing LIB TYPE SETHIER-LIB RW report library (for generated sets)
Importing RNAME TYPE SETHIER-RNAME RW report (only for generated RW sets)
Importing SETCLASS TYPE SETHEADER-SETCLASS Class of set searched for (mask +* possible)
Importing CHECK_SET_EMPTY TYPE SYST-DATAR SPACE Check whether set is empty or contains formulas
Importing SUPRESS_POPUP TYPE SYST-DATAR SPACE No popup, >1 set matches => exception NO_SET_PICK
Importing NO_DYNAMIC_SETS TYPE SYST-DATAR SPACE Dynamic sets are not allowed
Tables T_SETS TYPE SETLIST List of matching sets (only on demand)
Exception NO_SET_FOUND TYPE No set found
Exception NO_SET_PICKED_FROM_POPUP TYPE Several sets found bu none selected
Exception WRONG_CLASS TYPE Set belongs to a different class
Exception WRONG_SUBCLASS TYPE Set belongs to a different subclass
Exception TABLE_FIELD_NOT_FOUND TYPE Table field does not exist
Exception FIELDS_DONT_MATCH TYPE Set found but does not match table field
Exception SET_IS_EMPTY TYPE The set found contains no entries
Exception FORMULA_IN_SET TYPE The set found contains a formula
Exception SET_IS_DYNAMIC TYPE Set is dynamic (if NO_DYNAMIC_SETS = 'X')
               
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  19970514 
SAP Release Created in