Get Example source ABAP code based on a different SAP table
ABAP Dictionary in ABAP Release 7.81 ITOC
ABAP_MODIFICATION_NN Internal Handling of the Name Table>
The internal handling of the name table ( <(>nametab<)>)> that stores the DDIC runtime objects of data types in the ABAP Dictionary has changed. This has the following consequences:
The internal ABAP statement EXPORT NAMETAB>> cannot be used any more and leads to a DDIC runtime error.
The internal ABAP statement IMPORT NAMETAB >> is still partly supported for reasons of downward compatibility. Any access to entries for DDIC table types> leads to a runtime error. Any other access leads to errors from ATC>.
The former native database table DDNTF> for separate <(>nametab<)> field descriptions is not supported any more and will be deleted.