‎2008 Sep 11 6:12 AM
hi friends ,
i made a screen and now i want when ever a particular T.Code is run before that this screen will execute first and first the user that screen
then he able to see other things.
how it is possible.
thanks.
Bhupi
‎2008 Sep 11 6:24 AM
Hi,
do one thing give one tcode to the screen which you have created and then write call transaction <TCode> in the screen which you have created.
Regards,
Kasuladevi
‎2008 Sep 12 10:30 AM
‎2008 Sep 12 10:36 AM
Hi,
Write a program in which you call both the Screen and Tcode.
like,
Report zreport.
Call screen '1000'.
Call transaction <tcode>.
Regards,
Sujit