Application Development 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: 

regarding the transaction codes

Former Member
0 Kudos

Hi,

i am having two transaction codes tc1 and tc2.if tc1 is entered i have to display one selection screen.if i tc2 is entered i have to display another selection screen in the same program.

Please provide me the code regarding this.

thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Give the first screen number to your tc1 transaction code....

And give the next screeen number to your tc2 transaction code...

for this...go to trx: se93...give your transaction code tc1...change...where there will be input box for screen number....

Message was edited by:

Muthurajan Ramkumar

former_member194152
Contributor
0 Kudos

Hi,

You can use sy-tcode system field and according to this u can manage selection screen by using modif id additon in selection screen componant and manage all this stuff in at selection screen output event for that u have to use loop at scereen statement.

Reward point if helpful.

Regards

Gagan