SAP ABAP Function Module G_SET_TREE_DELETE (Löschen eines Sets und seiner nicht woanders verwendeten Subsets)
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_TREE_DELETE Löschen eines Sets und seiner nicht woanders verwendeten Subsets  
Function Group GSGF   Sets: Generation and deletion of sets  
Program Name SAPLGSGF   Sets: Generation and deletion of sets 
INCLUDE Name LGSGFU06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CLASS TYPE RGSBS-CLASS Set class
Importing NO_AUTHORITY_CHECK TYPE C 'X' --> no authorization check
Importing NO_COMMIT_WORK TYPE C 'X' suppresses COMMIT WORK after deletion
Importing SET TYPE C Name of the set
Importing SUBCLASSMASK TYPE RGSBS-CLASS '*' Mask for set class of subsets to be deleted
Importing SUBSETMASK TYPE C '*' Mask for set IDs of subsets to be deleted
Importing BLOCKING_CHECK TYPE C 'X' --> Berücksichtigung des Sperrmechanismus ..
Importing DONT_DELETE_CLASS_0 TYPE C 'X' --> Sets aus Klassen 0xxx nicht löschen ...
Importing DONT_DELETE_STD_HIER TYPE C 'X' --> Standardhierarchieen nicht löschen
Importing TAB TYPE RGSBS-TABLE Name of the table
Tables USED_SUBSETS TYPE SETLIST Verwendete Subsets, die nicht gelöscht wurden
Exception NOT_FOUND TYPE The root set does not exist.
Exception NO_AUTHORITY TYPE No authorization for deleting the
Exception SET_IS_USED TYPE Root set is used (cannot be delete
Exception SET_IS_BLOCKED TYPE Set ist gesperrt
               
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