SAP NEWS-755-DDIC



Get Example source ABAP code based on a different SAP table
  



ABAP Dictionary in ABAP Release 7.55
ITOC

ABAP_MODIFICATION_NN Internal Handling of the Name Table

The internal handling of the name table ( <(>nametab<)>) that stores the 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 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.

ABAP_MODIFICATION_NN Load Unit

In ABAP Dictionary, a new technical setting for database tables is available: the load unit. It specifies how the data of the table is loaded into the main memory of the SAP HANA database. It can be used to reduce the memory consumption in the HANA database server.