SAP EXPORT NAMETAB ABAP Statements

Get Example source ABAP code based on a different SAP table
  


SECRET
Standard SAP Help for EXPORT_NAMETAB

EXPORT - Export of a Structure Description
ABAP Code Snippet
• EXPORT NAMETAB ABAP_STATEMENT_INT
• ID EXPORT NAMETAB (internal)


ABAP Syntax EXPORT NAMETAB h f ID id.


What does it do? This statement exports a generated structure description. It can only be used by ABAP Workbench 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:
EXPORT_NAMETAB_WRONG_ID
Reason for error:
Table has incorrect structure
Runtime error:
EXPORT_NAMETAB_TABLE_ERR

Return to menu