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 USER INETRACTION.

Former Member
0 Kudos

HI EXPERTS,

PLS SEND ME A SAMPLE CODE TO DO BDC WITHOUT USING GUI-UPLOAD.

IE) WITHOUT USER INTERACTION TYO USE THAT PROGARM FOR BACKGROUND SCHEDULING.

3 REPLIES 3

Former Member
0 Kudos

Hi,

You need to get the Fire from the Application server inorder to run the program in the background

You need use

OPEN DATASET FILE_NAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

READ DATASET <NAME>

CLOSE DATASET FILE_NAME..

Then write the Normal BDC Program, This you can schedule in the background

Regards

Sudheer

Former Member
0 Kudos

SAP standard program <b>RSBDCSUB</b> helps you to schedule the job. Create a variant for RSBDCSUB with the BDC session name.

Former Member
0 Kudos

hi mani,

If the data is in the application server then u can able to use open dataset, close dataset.

for background scheculing u can use the function modules, Job_open, job_close, job_submit in ur coding.

Regards....

Arun.

Reward points if useful.