Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  program editing →  Dynamic Program Editing →  Screen →  Internal Statements for Editing Dynpros 

IMPORT DYNPRO

Other versions: 7.31 | 7.40 | 7.54

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

Syntax


IMPORT DYNPRO h f e m ID id. 

Effect

The dynpro with the name in the id field is imported. The dynpro information is loaded into the structure h (dynpro header, structure D020S) and into the internal tables f (field list, structure D021S), e (flow logic, structure D022S) and m (matchcode information, structure D023S). Standard tables without secondary keys can be specified for f, e, and m.

System Fields

sy-subrc description
0 The dynpro was imported.
4 The dynpro does not exist.