on ‎2017 May 19 8:16 AM
How can i recognize includes in DD_INT_TABL_GET result??
Request clarification before answering.
Hi Shibinraj,
The field 'FIELDNAME' holds the following values.
The Field 'ADMINFIELD' hold the hierarchical value. It contains value like 0, 1 & 2 etc.,
0-> directly mapped in table/structure
1-> nested field in main table included either via append structure/include
2-> Nested field either in append structure/include
Ex: In MARA table,
The field 'PRECFIELD' holds the structure value which is either included using INCLUDE statement or APPEND STRUCTURE.
Regards
Rajkumar Narasimman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should better use DDIF_TABL_GET, it acts more as an API. It's more frequently used in SAP Tools (like the one in SAP notes which generates programs to install the DDIC objects).
If I remember well, it must be the same as in DD03L table : a DDIC include is defined in FIELDNAME with value starting with ".INCL" and the name of the DDIC include is in field PRECFIELD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.