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

re : batch input programming..

Former Member
0 Likes
283

hi friends is it possible to use the call transaction and session the scenario described.

1. like i am having two record sets corresponding to two transactions and i want them to be uploaded using 'call transaction' for one transaction and 'session' for other transaction, in a single program.

2. like i am having one record set and using single program i want it to be uploaded by 'call transaction' or 'session' depending upon the radio button that i select in the list.

i will be thankful if you respond to my queries.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
263

In first case I guess it not possible within single program instead:

1. Create two programs 1 for call transaction and other for Session and call one program after completion of first one.

2. Yes it is possible using radion button. but you have write your own logic for this.

Regards,

Amey

1 REPLY 1
Read only

Former Member
0 Likes
264

In first case I guess it not possible within single program instead:

1. Create two programs 1 for call transaction and other for Session and call one program after completion of first one.

2. Yes it is possible using radion button. but you have write your own logic for this.

Regards,

Amey