SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
IMPORT - Get a structure description
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.
Non-Catchable Exceptions