‎2009 Jul 11 12:38 PM
Hi Experts,
I have a req req the Session Method.
The Req is that i need to run the Session method in Back-ground and this has to process the Session which was created in SM35.
But the Req now is that in the same program i was suppose to process the Session which was created and display the error records in the output of my program.
Pls help me on this.
‎2009 Jul 11 2:41 PM
Hi Sunil,
If you are using the session method in background method
then session implisitely maintain all the message in error log
you can see it after process the session.
if you want to capture all the message in your program then
do one thing
use call transaction method and collect all the message into internal table
and show it on output screen.
ex.
Call transaction <tcode> mode 'N' messages into <MSGtab>.
Regards
D. Pandit
‎2009 Jul 11 3:50 PM
Hi,
The user wants the same to be done in only Session method.
Let me know how to proceed.....
Thanks,
Sunil
‎2009 Jul 12 6:02 AM
Hi,
To process a BDC session use the program: RSBDCSUB.
Call the RSBDCSUB to schedule the batch input session that has been created in the
previous step. You must also first create a variant for RSBDCSUB using:
Session name
Target Server: Optional
Extended log..etc and other parameters on the selection screen of RSBDCSUB
Hope this helps
Regards
Shiva