‎2008 Jul 09 11:59 AM
there are two ztransactions.
i would like to combine this 2 ztransations into one transaction
how to do that
‎2008 Jul 09 12:01 PM
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
‎2008 Jul 09 12:03 PM
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
‎2008 Jul 09 12:11 PM
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