IMPORT DYNPRO

Note

This statement is for internal use only.
It cannot 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).

Return Value

SY-SUBRC = 0:
The dynpro was imported.
SY-SUBRC = 4:
The dynpro does not exist.