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

Call subscreen

Former Member
0 Likes
545

Hi guys,

i want to call subscreen in another screen, in that subscreen i want to call another screen and one table control screen... plz can any one send me the logic... of this Development....

3 REPLIES 3
Read only

Former Member
0 Likes
518

Check the standard program 'demo_dynpro_subscreens' to call a subscreen in a screen. Check out the program 'demo_dynpro_tabcont_loop' for placing a table control in a screen.

Read only

gopi_narendra
Active Contributor
0 Likes
518

Check these examples for subscreens

demo_dynpro_tabstrip_local

demo_dynpro_tabstrip_server

Check these examples for table control

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at

these are very simple programs and easy to understand.

Regards

Gopi

Read only

Former Member
0 Likes
518

hi

you should create or design those subscreen first that you needed then assign a pushbutton or function keys that could call those screens that you need....and regarding to the table control screen, use dialogue programming or se51 to design that screen then assign a transaction code so that you'll use to call that screen..

ex.:

at selection-screen.

case sy-ucomm.

when 'PUSH'. call transaction 'ZTABLE_SCREEN'.

endcase.

regards,

nips