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
we should use session method in this senario.because for
session method process is synchronous 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 ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between leave transaction and call transaction?
Explain how do you move on to the next screen in interactive reporting?
What do you mean by batch data communications programming?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
How to add a column to a table control while using alphanumerical layout editor ?
How do you read files from the application server ? : abap bdc
What are the contents in technical specifications?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the main uses of the primary key?
What is the procedure you followed to upload the data?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is constructor expression in nw abap 7.4?
Can we use on change of between select and endselect?
What is lock objects? : sap abap data dictionary