SAP ABAP Function Module G_GENERATE_MULTI_SET (Generieren eines Multi-Sets)
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_GENERATE_MULTI_SET Generieren eines Multi-Sets  
Function Group GSGF   Sets: Generation and deletion of sets  
Program Name SAPLGSGF   Sets: Generation and deletion of sets 
INCLUDE Name LGSGFU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CLIENT TYPE SYST-MANDT SPACE Client in which set is to be created
Importing LANGU TYPE SYST-LANGU SY-LANGU Language of text
Importing SET_HEADER TYPE RGSBS Header of the M set
Importing REF_SET TYPE RGSBS-SETNR SPACE Name of reference set
Importing NOTHING_CHANGED TYPE SYST-DATAR SPACE Internal use only (set not changed)
Importing FLAG_USE_RGSBS_USER TYPE SYST-DATAR SPACE Internal use (take user from header)
Tables SET_LINES TYPE RGSB2 Table with set lines
Exception DOUBLE_FIELD TYPE Field is used repeatedly
Exception OLD_SET_HAS_WRONG_TYPE TYPE Set with same name but different type
Exception SUBSET_DOES_NOT_EXIST TYPE Subset used does not exist
Exception VARIABLE_DOES_NOT_EXIST TYPE Variable used does not exist
Exception VARIABLE_HAS_WRONG_TABLE TYPE Set variable belongs to wrong table
Exception VARIABLE_HAS_WRONG_TYPE TYPE Set variable has incorrect type (not 'S')
Exception SUBSET_HAS_WRONG_TYPE TYPE Subset used has incorrect type (M)
Exception SETNAME_TOO_LONG TYPE Set name is too long for a temporary set
Exception SUBSET_HAS_WRONG_TABLE TYPE Subset used belongs to wrong table
Exception TEMPORARY_IN_PERMANENT_SET TYPE Set contains temporary subset
Exception WRONG_SETCLASS TYPE Incorrect set class (only general sets 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  19970514 
SAP Release Created in