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 use of buffering?
How do you find out whether a file exits on the presentation server?
What are table clusters?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
Can you delete data element, which is being used by table fields. : abap data dictionary
what is difference between (internal table types)standard table and sorted table in sap abap....
Why grouping of fields is required? What is the max no of modification groups for each field?
What is off cycle payroll run
Define structure in abap data dictionary?
What are the different modules of sap? : sap abap hr
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
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
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?