SAP EXPORT DYNPRO ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for EXPORT_DYNPRO

EXPORT DYNPRO
ABAP Code Snippet
• EXPORT DYNPRO ABAP_STATEMENT_INT
• ID EXPORT DYNPRO (internal)


ABAP Syntax EXPORT DYNPRO h f e m ID id.


What does it do? The screen with the name in the id field is exported. The screen information is taken from the structure h (screen header, Dictionary structure D020S) and the internal tables f (field list, structure D021S), e (flow logic, structure D022S), and m (matchcode information, structureD023S). Standard tables without secondary keys can be specified for f, e, and m.

Return to menu