Data Element list used by SAP ABAP Function Module DD_OBJPROTNAME_GET1 (Creates a log name for a Data Dictionary object)
SAP ABAP Function Module
DD_OBJPROTNAME_GET1 (Creates a log name for a Data Dictionary object) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | INDEXID | Unique Index ID in a Table | SOURCE VALUE(INDXNAME) LIKE MAGE-INDXNAME DEFAULT ' ' |
|
| 2 | OBJECTNAME | Name of the ABAP Dictionary object | SOURCE VALUE(OBJNAME) LIKE MAGE-OBJNAME |
|
| 3 | OBJECTTYP | ABAP/4 Dictionary object type | SOURCE VALUE(OBJTYP) LIKE MAGE-OBJTYP |
|
| 4 | PROTNAME | ABAP/4 Dictionary: name of SDIC log | SOURCE VALUE(PROTNAME) LIKE DDPRH-PROTNAME |
|