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

handle multiple application by call tran. method ?

Former Member
0 Likes
389

it is possible to handle multiple application by call transaction method ?

2 REPLIES 2
Read only

Former Member
0 Likes
352

Yes - just call the transactions in the order you need.

Rob

Read only

Former Member
0 Likes
352

Hi,

Yes. A simple scenario is upload of Material and its relevant stock information. SO upload of material is one process and upload of stock for those material is another process. You can use the sessions method or Batch Input method to upoload data in multiple transactions as explained above.

Regards,

KK