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

to add screen for T.Code

Former Member
0 Likes
523

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

3 REPLIES 3
Read only

Former Member
0 Likes
480

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

Read only

Former Member
0 Likes
480

not answered

Read only

0 Likes
480

Hi,

Write a program in which you call both the Screen and Tcode.

like,

Report zreport.

Call screen '1000'.

Call transaction <tcode>.

Regards,

Sujit