SAP SYSTEM-CALL NAMETAB ABAP Statements

Get Example source ABAP code based on a different SAP table
  


SECRET

Nametab Administration
ABAP Code Snippet

ABAP_VARIANTS:
1 EXPORT NAMETAB h f ID id.
2 IMPORT NAMETAB h f ID id.

ABAP_VARIANT_1 EXPORT NAMETAB h f ID id.

What does it do? Stores a generated structure description. This statement may only used by ABAP - Repository tools! A standard table without secondary keys can be specified for the field list f.

ABAP_VARIANT_2 IMPORT NAMETAB h f ID id.

What does it do? Reads a generated structure description. This statement may only be used by ABAP Repository tools. A standard table without secondary keys can be specified for the field list f.



Runtime Exceptions
Non-catchable Exceptions
Reason for error:
Table name is too long
Runtime error:
IMPORT_NAMETAB_WRONG_ID

Return to menu