The Function Module RKC_FDEP_GET_ATTR (liefert Merkmalsklammerungen zu einem oder zu allen Feldern) is a standard Function Module in SAP ERP and is part of the function group KXDI within the package KC.
Function Module | RKC_FDEP_GET_ATTR |
Short Text | liefert Merkmalsklammerungen zu einem oder zu allen Feldern |
Function Group | KXDI |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLC | LIKE | TKCK-APPLC | 'KC ' | Applikationsklasse |
CHF_INFO | LIKE | CCVALID-XFELD | SPACE | Flag :- 'X' : mit Prüffeld-Info.(siehe Langdoku) |
FIENM | LIKE | CDIDEP-FIENM | '*' | Feldname (oder '*' für alle Felder) |
REFRESH_FCAT | LIKE | CCVALID-XFELD | SPACE | Flag (siehe Langdoku) |
REFRESH_FDEP | LIKE | CCVALID-XFELD | SPACE | Flag (siehe Langdoku) |
ROL_INFO | LIKE | CCVALID-XFELD | SPACE | Flag :- 'X' : mit Datenelement-Informationen |
STATE | LIKE | DCDOMAGET-DOMA | 'A' | DDIC-Status: 'A'-aktiv, 'M'-gesichert |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FDEP_TAB | LIKE | CDIDEP | Tabelle mit Merkmalsklammerungen |
This function module does not define any Exceptions.