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 without !!!!

jaheer_hussain
Active Contributor
0 Likes
366

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
Read only

Former Member
0 Likes
339

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

Read only

Former Member
0 Likes
339

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