IMPORT DYNPRO - Import a screen
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 value 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 .
Index
© SAP AG 1996