Menu

SAP Function Module G_SET_TREE_DELETE

Löschen eines Sets und seiner nicht woanders verwendeten Subsets

The Function Module G_SET_TREE_DELETE (Löschen eines Sets und seiner nicht woanders verwendeten Subsets) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.

Technical Information

Function Module G_SET_TREE_DELETE
Short Text Löschen eines Sets und seiner nicht woanders verwendeten Subsets
Function Group GSGF
Package GBSE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BLOCKING_CHECK TYPE C 'X' --> Berücksichtigung des Sperrmechanismus ..
CLASS LIKE RGSBS-CLASS Set class
DONT_DELETE_CLASS_0 TYPE C 'X' --> Sets aus Klassen 0xxx nicht löschen ...
DONT_DELETE_STD_HIER TYPE C 'X' --> Standardhierarchieen nicht löschen
NO_AUTHORITY_CHECK TYPE C 'X' --> no authorization check
NO_COMMIT_WORK TYPE C 'X' suppresses COMMIT WORK after deletion
SET TYPE C Name of the set
SUBCLASSMASK LIKE RGSBS-CLASS '*' Mask for set class of subsets to be deleted
SUBSETMASK TYPE C '*' Mask for set IDs of subsets to be deleted
TAB LIKE RGSBS-TABLE Name of the table

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
USED_SUBSETS LIKE SETLIST Verwendete Subsets, die nicht gelöscht wurden

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_FOUND The root set does not exist.
NO_AUTHORITY No authorization for deleting the
SET_IS_BLOCKED Set ist gesperrt
SET_IS_USED Root set is used (cannot be delete