Application Development 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: 

handle multiple application by call tran. method ?

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Rob

Former Member
0 Kudos

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