Menu

SAP Function Module RKC_FIELD_DELETE

Löscht ein Feld (Merkmal oder Basiskennzahl)

The Function Module RKC_FIELD_DELETE (Löscht ein Feld (Merkmal oder Basiskennzahl)) is a standard Function Module in SAP ERP and is part of the function group KXGD within the package KC.

Technical Information

Function Module RKC_FIELD_DELETE
Short Text Löscht ein Feld (Merkmal oder Basiskennzahl)
Function Group KXGD
Package KC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_APPLC LIKE CGDPAR-APPLC Applikationsklasse
I_EXTERN_CALL TYPE KCDB_BOOL 'X' Von außen gerufen: mit Initialisierung
I_FIENM TYPE KCDB_S_FIE-FIENM Feldname
I_SYSTP LIKE CGSPAR-SYSTP Systemtyp
I_WRITE_PROTOCOL TYPE KCDB_BOOL 'X' Flag: Protokol schreiben

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHTAB TYPE KCDB_S_FIE-CHTAB Prüftabelle die gelöscht wurde
E_SUBRC LIKE SY-SUBRC return code --> Langdoku
E_T_MSG TYPE KCDB_T_MSG Nachrichten

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_S_FIE TYPE KCDB_S_GFIE Infos zum Feld (weren nachgelesen)

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.