Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Import Dynpro

former_member194669
Active Contributor
0 Likes
1,137

Hi,

Anybody give info on how "IMPORT DYNPRO" get worked?

Thanks

aRs

2 REPLIES 2
Read only

Former Member
0 Likes
672

IMPORT DYNPRO h f e m ID id.

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).

bye

Murthy

Read only

uwe_schieferstein
Active Contributor
0 Likes
672

Hello aRs

You can also use function module <b>RS_IMPORT_DYNPRO</b> to get the screen fields (D021S) and the flow logic (D022S) information.

Regards

Uwe