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: 

BDC without !!!!

jaheer_hussain
Active Contributor
0 Kudos

Hai,

I have one intenal table with leave data in my program . I want to upload this data into system by using BDC.

my requirement is ,when ever I execute my program ,without any my interaction the data should get uploaded into system.

Can any one please give me tips? POINTS will be assigned.

With Regards,

Jaheer

2 REPLIES 2

Former Member
0 Kudos

Hi Jaheer,

You just need to write a program (BDC) and schedule a background job for the same so that it will run automaically at given time.

Regards,

Atish

Former Member
0 Kudos

In the same program, after the batch input session has been created, SUBMIT RSBDCSUB AND RETURN.

You can check the documentation for this program. This is what we generally use it for.

Rob