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

ztransactions

Former Member
0 Likes
447

there are two ztransactions.

i would like to combine this 2 ztransations into one transaction

how to do that

3 REPLIES 3
Read only

Former Member
0 Likes
424

one way is to create an area menu from se43. and make these two transactions as two nodes in the menu.

or another is to create a program, and make two buttons in it. then use call transaction ...

reward if helpful

Read only

Former Member
0 Likes
424

Hi,

In your first ztransaction code call the second ztransaction when you press the save button..

i.e.

case okcode.

when 'SAVE'.

<your code>

call transaction 'ZTRANSACTION'.

endcase.

regards

padma

Read only

Former Member
0 Likes
424

hi

its totally upto u, the manner u want to handle it.

ther is a statement called

CALL TRANSACTION 'ZMM03'.

Now u can call bove statement on any button click, or double click, even on save after confermation too.

Other way out is write a interactive report and give option to user to call those 2 z trasactions

Thanks & Regards

vinsee