SAP ABAP Function Module G_GENERATE_SINGLE_SET (Generieren eines Single-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_SINGLE_SET Generieren eines Single-Sets  
Function Group GSGF   Sets: Generation and deletion of sets  
Program Name SAPLGSGF   Sets: Generation and deletion of sets 
INCLUDE Name LGSGFU02    
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 S set
Importing REF_SET TYPE RGSBS-SETNR SPACE Name of reference set
Importing TOLERATE_AMBIGUITY TYPE SYST-DATAR SPACE 'X': Unambiguity indicator ignored
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 RGSB1 Table with set lines
Tables SET_LINES_BASIC TYPE RGSBV Table with values of single set
Tables FORMULA_LINES TYPE RGSBF Table with formulas for the values
Exception NOT_UNIQUE TYPE Set is not unique, although required
Exception OLD_SET_HAS_WRONG_DATA_ELEMENT TYPE Set with same name but different data element
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 SET_IS_RECURSIVE TYPE Subset used contains the highest set
Exception TEMPORARY_IN_PERMANENT_SET TYPE Set contains temporary set
Exception SETNAME_TOO_LONG TYPE Set name too long for temporary set
Exception SUBSET_HAS_WRONG_DATA_ELEMENT TYPE Subset used has a different set data element
Exception SUBSET_HAS_WRONG_CLASS TYPE Subset used has a different class
Exception TABLE_OR_FIELDNAME_MISSING TYPE Table or field name has not been specified
Exception SUBSET_HAS_WRONG_TYPE TYPE Subset used has incorrect type (M/D)
Exception VARIABLE_DOES_NOT_EXIST TYPE Variable used does not exist
               
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