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


Please Help Members By Posting Answers For Below Questions

What are the attributes of the data in data dictionary? : abap data dictionary

608


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1599


What is the structure of the bdc table? : abap bdc

732


What are the different types of abap/4 programs?

609


Explain what is sequence of event triggered in report?

556






What is the difference between native sql & open sql? : abap data dictionary

604


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1768


Explain the Inportance of pa40? : abap hr

581


What is tcode se16. For what is it used. Explain briefly?

542


What is your approach for writing a bdc program? : abap bdc

590


What are the Synchronous and asynchronous methods in bdc ?

616


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

590


What are the aggregate objects in data dictionary? : sap abap data dictionary

675


What is the difference between table and template?

580


What is the difference between function group and function module?

521