‎2007 Oct 28 3:11 PM
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.
‎2007 Oct 28 3:14 PM
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
‎2007 Oct 28 3:14 PM
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
‎2007 Oct 28 3:18 PM
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?
‎2007 Oct 28 3:22 PM
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
‎2007 Oct 28 3:46 PM
I think it also be easier for user to add an entry into the Favorites list...
cya,
dimas