2009 May 15 11:16 AM
Hi all
I want to execute BDC session method without going to SM35 & periodically. I want execute it directly when I am executing my BDC program.
Hi all
I want to execute BDC session method without going to SM35 & periodically. I want execute it directly when I am executing my BDC program.
2009 May 15 11:18 AM
Hi,
You can SUBMIT to RSBDCSUB program from ur bdc program.
Regards,
Naveen
Edited by: Naveen Deva on May 15, 2009 12:18 PM
2009 May 15 2:25 PM
HI all
Thanks for your reply.
This I have tried using submit RSBDCSUB.
But when I execute my program the session name is passed to it, but then I have to manually execute it.
I don't want to do it manually and want to execute it daily. This can be done by using SM36, but is there any way of doing it by writing some code?
thanks
Regards
2009 May 16 7:25 AM
This I have tried using submit RSBDCSUB.
But when I execute my program the session name is passed to it, but then I have to manually execute it.If you want to Auto submit BDC for specific program?
-> If its Custom program you can call RSBDCSUB and pass the Session name created by program.
-> If its standard program you can schedule RSBDCSUB as step 2 Job after the BDC creation Job finishes. But the session name has to be same for all.
If program generates different session names all the time then you can write custom program to get the name of session from BDC table and submit RSBDCSUB accordigly. Do F1 in SM35 and you will get the name of Master BDC table.
If you want to Auto submit BDC for all programs?
Submit RSBDCSUB with session name *.
Hope this helps!
Regards
Shital
2009 May 15 11:24 AM
HI,
Search the SCN before posting the basic questions..this has been already answered lot many times.
2009 May 15 11:29 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |