IMPORT - Get a structure description  Syntax Diagram

This statement is for internal use only.
It must not be used in application programs.


Syntax

IMPORT NAMETAB h f ID id.

Effect

Gets a structure description saved using EXPORT NAMETAB. The statement must only be used by tools of ABAP Workbench. For the field list f, a standard table without a secondary key can be specified.

System Fields

sy-subrc Meaning
0 The specified structure description was found.
4 The specified structure description was not found.

Note

The statement IMPORT NAMETAB is no longer supported. Instead, the function module DD_GET_NAMETAB must be used.

Exceptions

Non-Catchable Exceptions