Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC session method without going to SM35

Former Member
0 Likes
926

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.

5 REPLIES 5
Read only

Former Member
0 Likes
657

Hi,

You can SUBMIT to RSBDCSUB program from ur bdc program.

Regards,

Naveen

Edited by: Naveen Deva on May 15, 2009 12:18 PM

Read only

0 Likes
657

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

Read only

0 Likes
657
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

Read only

Former Member
0 Likes
657

HI,

Search the SCN before posting the basic questions..this has been already answered lot many times.

Read only

Former Member
0 Likes
657

Hi Abhishekh,

use call transaction 'SM35' in your coding .