Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module COM_SETTYPE_DELETE () is a standard Function Module in SAP ERP and is part of the function group COM_SETTYPE_GEN within the package COM_SETTYPE_ATTRIBUTE.
Function Module | COM_SETTYPE_DELETE |
Short Text | |
Function Group | COM_SETTYPE_GEN |
Package | COM_SETTYPE_ATTRIBUTE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_BUS_OBJTYPE | TYPE | COMT_BUS_OBJTYPE | ||
IV_DEV_CLASS | TYPE | DEVCLASS | '$TMP' | Package |
IV_PERFORM_CHECKS | TYPE | COMT_BOOLEAN | ON | Logical Variable |
IV_SETTYPE_GUID | TYPE | COMT_FRGTYPE_GUID | Set Type's Internal Key | |
IV_SETTYPE_ID | TYPE | COMT_FRGTYPE_ID | Set Type Data | |
IV_TRANS_REQUEST | TYPE | TRKORR | Order/Task |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_SETTYPE_DELETED | TYPE | COMT_BOOLEAN | Logical Variable |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_DELETING_FUNCTIONMODULE | |
ERROR_DELETING_FUNCTIONPOOL | |
ERROR_DELETING_PRODTYPE_INFO | |
ERROR_DELETING_SETTYPE_INFO | |
ERROR_DELETING_TABLE | |
ERROR_DELETING_TADIR | |
ERROR_DELETING_TTYP | |
ERROR_WHILE_DYNPRO_DELETE | |
MISSING_SETTYPE_TEMPLATE_INFO | |
SETTYPE_CONTAINS_DATA | |
SETTYPE_INCOMPLETE | |
SETTYPE_IN_USE | |
SETTYPE_NOT_EXISTS | |
SETTYPE_USED_IN_EXT_CROSSREFS |