‎2008 Nov 14 12:44 PM
Hi All,
How do I create 3 transactions for one program.
I have created one module pool program for employee details CREATION and I have one transaction for that.
Now I want to create Two more transaction for two functionalities DISPLAY and CHANGE.
Please tell me, how to implement this.
Thanks & Regards,
Nagaraju C.
‎2008 Nov 14 12:49 PM
Hi ,
Assign all the Tcode to the starting screen.
then in PBO check which T-code is triggered then if T-code is for Display then
populate the screen fields with screen-input = 0.
similarly for change check wether any entry existes for the selection screen data id yes then populate fields .
Hope u got.
Amresh.
‎2008 Nov 14 1:43 PM
Hi,
Its very confusing to me can please give me the sample program if possible.
Thanks , Nagaraju
‎2008 Nov 14 12:55 PM
Hi Nagarju,
You can try this:
For all 3 requirements, make 3 screens: then for each of your screen , suppose for screen 1, Give 1 transaction name..similiarly for rest 2.
You can make 3 screens by putting screen group for 3 push buttons on the main screen and disable rest 2 one by one..
Hope it will help you,
Regards,
Nikita