2007 Mar 16 6:13 PM
Hi Experts,
I would like to know .. whether work can be alloted[[ data can be trasfered ]] in background in call transaction..
Kindly reply me
Thanks in advance
Santosh
2007 Mar 16 6:28 PM
use CALL TRANSACTION <,,,,,,> MODE n.
where n cab be one of the following -
"A" Processing with display of screens
"E" Display of screens only if an error occurs
"N" Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".
"P" Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger.
For you it is N.
Regards,
Amit
Reward all helpful replies.
Hi Amit,
Thank you..
Sorry to bother you ..
Do u have any idea on POST_LOCAL
regarding this CALL TRANSACTION METHOD 's background work..
Thanks in Advance Amit
Santosh
2007 Mar 16 6:28 PM
use CALL TRANSACTION <,,,,,,> MODE n.
where n cab be one of the following -
"A" Processing with display of screens
"E" Display of screens only if an error occurs
"N" Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".
"P" Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger.
For you it is N.
Regards,
Amit
Reward all helpful replies.
2007 Mar 16 6:38 PM
Hi Amit,
Thanks for the reply..
I just want to know whether Call Transaction method can do transfer data in background work.. i mean just like session method..
Just i want to know the difference between session methods background work and call transaction method ... No screen mode [ back ground work]]
Thank You
Santosh
2007 Mar 16 6:40 PM
2007 Mar 16 6:45 PM
Hi Amit ,
Thank you for the concern
Just if interviewer asks you whether call transaction used for background process or not??
What would you reply???
Thanks in advance
Santosh
2007 Mar 16 6:49 PM
As I said in previous post; Yes.
Regards,
Amit
Reward all helpful replies.
2007 Mar 16 6:54 PM
Hi Amit,
Thank you..
Sorry to bother you ..
Do u have any idea on POST_LOCAL
regarding this CALL TRANSACTION METHOD 's background work..
Thanks in Advance Amit
Santosh
2007 Mar 16 7:00 PM
POST_LOCAL - switch on local update
This is optional parameter.
it is one of the importing parameter in BDC_INSERT function module.
Regards,
Amit
Reward all helpful replies.
2007 Mar 16 7:05 PM
Hi Amit,
Well and Wish
Thanks for the response
i would like to ask you .. what is the difference between local update and synchronous and asynchronous method
thank you
santosh
2007 Mar 16 7:09 PM
2007 Mar 16 7:54 PM
Hi amit,
where do you get these links which you have sent to me
Can you reply me regarding that as i have so many doubts on many areas..
I want to check ...
Thanks
Santosh
2007 Mar 16 8:18 PM
Just spend some time and search the forum before posting.
Regards,
Amit
Reward all helpful replies.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |