2007 May 30 5:58 AM
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....
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
2007 May 30 6:06 AM
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.
2007 May 30 6:09 AM
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
2007 May 30 6:10 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |