I have 2 transactions,the output of 1st transaction is input
of 2nd transaction.In this senario...Which method we use to
upload the Data,Call trans or Session maethod?How?
Answer Posted / vaidehi
sorry ganesh,by mistake i wrote sessioninstead of call
transaction.we can use call transaction method in this
senario.because for
session method process is asynchronous and updation also
synchronous.i.e after one transaction completes then only
it goes to second transaction.so after completion of first
transaction , it will take the o/p of first as i/p to next
transaction and will execute those transactions also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain what is an rdbms?
Describe the difference between macro and subroutine?
What is asynchronous and synchronous update?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Example of table cluster and cluster tables.
What are the fields in a bdc_tab table? : abap bdc
What are the Control levels in internal tables?
What is the client concept in sap?
How will you find manager of an employee
How does the interface between the dynpro and the abap/4 modules take place?
what are the two methods of modifying sap standard tables? : abap data dictionary
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is an update task? : abap modularization
What is direct input method ?
How is collect statement different from append?