The Function Module RSD_FIELDNM_IN_DDIC_GET (Ermittelt Feldnamen zu IObj oder Nav.Attr. in ddic) is a standard Function Module in SAP ERP and is part of the function group RSDN_IOBJ within the package RSD.
Function Module | RSD_FIELDNM_IN_DDIC_GET |
Short Text | Ermittelt Feldnamen zu IObj oder Nav.Attr. in ddic |
Function Group | RSDN_IOBJ |
Package | RSD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_IOBJNM | TYPE | RSD_IOBJNM | Name des InfoObjects |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLDNAME | TYPE | RS_CHAR30 | Feldname | |
E_FLDNAME_IO | TYPE | RS_CHAR30 | Feldname mit InfoObjectNamen | |
E_HIDFIELDNM | TYPE | RS_CHAR30 | HID-Feldname (Hierarchieknoten) | |
E_SIDFIELDNM | TYPE | RS_CHAR30 | SID-Feldname (Dimensionen) |
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 |
---|---|
NAME_ERROR | Der Name ist ungültig |
OTHER_ERROR | Anderer Fehler |
PREFIX_INVALID | Der Name fängt mit einem ungültigen Präfix an |