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
Can a constructor be redefined?
What is the relationship existing between the various data elements? : abap data dictionary
What are the screen painter and menu painter?
what are the two methods of modifying sap standard tables? : abap data dictionary
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is the purpose of at first and at last?
How do you populate data into a multiple line field? : abap bdc
How can I get ascii value of any letter? Is there any function?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the functional modules used in sequence in bdc? : abap bdc
What are system variable in abap?
What is the difference between Classic badi and Kernal badi ?
Can a constructor be declared private? If yes then in which scenario?
what are the two methods of modifying sap standard tables ?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?