IMPORT DYNPRO - Import a screen

Note

This statement is for internal use only.

Incompatible changes or further developments may occur at any time without warning or notice.


Basic form

IMPORT DYNPRO h f e m ID id.

Effect

Imports the screen specified in the field id. Loads the screen information into the structure h (screen header, structure D020S) and into the internal tables f (field list, structure D021S), e (flow logic, structure D022S) and m (matchcode information, structure D023S).

The Return Code is set as follows:

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

Related

EXPORT DYNPRO,
GENERATE DYNPRO,
SYNTAX-CHECK FOR DYNPRO,
DELETE DYNPRO.