Application Development 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: 

Regarding BDC

Former Member
0 Kudos
86

Hi all,

Could any one of u tell me how to do BDC using Back ground job scheduling

thanks in advance

Bhaskar

2 REPLIES 2

Former Member
0 Kudos
62

Refer to these related threads

Former Member
0 Kudos
62

Hi Bhaskar,

If you are using Call transaction method then you have the programe, just schedule that programe in background in sm36.

If you are using Session method then your program generates a session. You can process this session using <b>rsbdcsub</b> program. Just schedule this program in the background and you can process the session at desired time.

Hope this answers your curiosity,

Award points if useful else getbk,

Aleem.