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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is a table attribute?
how you identify errors in call tr?
without debugging key how can i debug function module?
If pass table name as parameter how can i get table contents?
What are the parameters in bdc_insert? : abap bdc
What is Direct Input method?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
hoe can we write the include programs in reports
The structure of a table has been changed in the ABAP/4 Dictionary. Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?
what are userexits?? how to use it?? whats the importance of them?? can it be used in interactive reporting to directly come to basic list??
How can you print the company logo?
function modules are also external subroutines. State true or false. : abap modularization