‎2006 May 30 7:51 AM
Hi everybody,
I am new to ABAP. Pls clear my doubt.
I had done a BDC using a session method. Every time should i need to goto SM35 & process the session? Or is there any other method to process the session automatically? If yes how. Pls give in detail. Can we shedule the session?
Thanks in advance.
Vijay.
‎2006 May 30 7:58 AM
u can use SUBMIT rsbdcsub in ur program to run ur session automatically
SUBMIT rsbdcsub USING SELECTION-SET 'AMC'
AMC is a variant that u need to create for RSBDCSUB
‎2006 May 30 8:00 AM
use RSBDCSUB and submit it using the session name u generated...
else..
create a job and assign the program name and the variant to that job and make it daily or periodic basic..
reward points if it helps
gunjan
‎2006 May 30 7:59 AM
Hi Vijay,
You could submit the standard program RSBDCSUB to process your session automatically.
Rgds,
ET
‎2006 May 30 8:02 AM
‎2006 May 30 8:09 AM
HI
GOOD
YOU CAN USE RSBDCSUB TO SCHEDULE YOUR BDC PROGRAM -
RSBDCSUB Release batch-input sessions automatically
http://www.auditnet.org/docs/SAPR3AuditingGuidelines.pdf
http://www.sappoint.com/abap/files.pdf
THANKS
MRUTYUN