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

subscreen

Former Member
0 Likes
411

Hello friends,

how can I place a subscrenn in a dynpro ?

Main Dynpro is 1010 and a subscreen must be generated and placed inside of

1010. I am calling 1010 with:

CALL SCREEN 1010

STARTING AT col1 lin1 ENDING AT col2 lin2

Regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

Hello,

Please see demo_dynpro_subscreens. Or go to transaction ABAPDOCU. To use a subscreen you need to put a screen container in the main screen.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
335

Hello,

Please see demo_dynpro_subscreens. Or go to transaction ABAPDOCU. To use a subscreen you need to put a screen container in the main screen.

Regards.

Read only

Former Member
0 Likes
334

hi,

In The PBO of 1010.

in flow logic editor...u write this code.

call subscreen subscreen_name

including program_name subcreen_number.

Regards

Sandeep Reddy