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

Three transactions in one program

Former Member
0 Likes
466

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.

3 REPLIES 3
Read only

Former Member
0 Likes
389

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.

Read only

0 Likes
389

Hi,

Its very confusing to me can please give me the sample program if possible.

Thanks , Nagaraju

Read only

Former Member
0 Likes
389

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