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 |
A report has statements like: top-of-page. write :/. End-of-page. write:/. But the end-of-page is not displayed ?please verify?
What are the difference between Interactive and Drill Down Reports?
With out any Write statement will the Top of the Page and End of Page trigger?
What is SAP script and Purpose?
Hi guru, In a report prg there is an event called : at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>. pls tell me that when i am using a module pool prg how do I call the above event. In other words what is the module pool equivalent for the above event which is used in a report prg. Hope I am able explain my query.
What is the table buffer? Which type of tables used this buffer?
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?
How can we decide weather we can enhance the standard Infotype or not
What is the use of 'table index'?
How to implement a program (batch input) which reads a external text file with inventory data, and write these data in sap?
I have modified standard sapscript layout set MEDRUCK.But could u tell me the procedure to trigger the layout set for printing. Thanks Rahul
how to placed drop down arrow in the input field of module pool table control/ steploop