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

T-CODE

rahul2000
Contributor
0 Likes
661

Dear all,

I have a few Z programs each of which has been assigned a T-Code.

Could ne 1 plz tell me --if I want to get all these T-codes in a single program,as in a user through that program will be able to go to any of the T-Code he wants at that point of time so that he is free from remebering the T-Codes for the Z programs.

Plz tell me the way to go about it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

Hi Rahul,

It is not the good idea to have another program which will just call the Z transaction because user can't remeber :). Still you want to do that then you can use CALL TRANSACTION in your program.

The other option is create a area menu for these transactions using SE43/SE43N and assign it to the user-profile.

Regards,

Atish

4 REPLIES 4
Read only

Former Member
0 Likes
612

Hi Rahul,

It is not the good idea to have another program which will just call the Z transaction because user can't remeber :). Still you want to do that then you can use CALL TRANSACTION in your program.

The other option is create a area menu for these transactions using SE43/SE43N and assign it to the user-profile.

Regards,

Atish

Read only

rahul2000
Contributor
0 Likes
611

very true Atish..but the other day the user himself actual;ly came up to me and asked for the same.I am quite new to ABAP-just four months and hence havent come across SE43 or SE43N..What are these?

Read only

Former Member
0 Likes
611

Hi Rahul,

They are T-code for area-menu.

You can create your own area menu and assign it to standard SAP area menu S000.

regards,

Atish

Read only

0 Likes
611

I think it also be easier for user to add an entry into the Favorites list...

cya,

dimas