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

Regarding TCode

Former Member
0 Likes
685

Hi GuriJi's

Can we call one Tcode into another Tcode?.

If It is possible than tell me how?.

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
651

You can do it for SM30 Tr. follow [>>this>> link|https://wiki.sdn.sap.com/wiki/display/Snippets/CreateTransactionCodefora+View]

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
652

You can do it for SM30 Tr. follow [>>this>> link|https://wiki.sdn.sap.com/wiki/display/Snippets/CreateTransactionCodefora+View]

Read only

Former Member
0 Likes
651

Hi,

Assign the same program name of the tcode which you want to call in the tcode you are creating in SE93.

Regards,

Vik

Read only

Former Member
0 Likes
651

Hi

Use Key word CALL TRANSACTION

call transaction 'SE38'.

For further info Take F1 help on the Key word

Cheers

Ram

Read only

Former Member
0 Likes
651

Hi Sachin,

try in this way,

Go to SE93....

Click on copy button on the application tool bar...

a pop up will appear..

give SLR in from TCODE

give ZSLR in transaction code

enter

regards,

Archana

Read only

Former Member
0 Likes
651

Hi ,

U Create one program ,In that Program using this Key word CALL TRANSACTION call u r Tcode ,

Den u create one more Tcode for that Prorgam.

Then u call ur Second Tcode it will auotmatically call ur First TCode.

1)Create Program

2)inside assign

CALL TRANSACTION ' ZTCODE1'.

then Create Tocde for that Program . ZTCODE2

Regards ,

Shankar GJ