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: 

RSBDCSUB specify date and time run from inside report/program

Former Member
0 Kudos

Friends:

Is it possible to run/load the BDC session created at a specified time and date from inside a report / program without scheduling RSBDCSUB .

My client wants to run the BDC session as specified by him

without going thru SM35 and manually procession the session.

Say I have created ZCUSLOAD session and wanted it to load the run this BDC session at future time and date.

In a report i want to code something like this to run the session at later time and date.

......

...Created session ZCUSLOAD

SUBMIT rsbdcsub WITH mappe EQ ZCUSLOAD

WITH von EQ later date

WITH bis EQ later date

WITH fehler EQ '.'

EXPORTING LIST TO MEMORY

AND RETURN.

Thanks for Reading this post .

Kum

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Just set up a background job running RSBDCSUB and schedule it to run whenever you want.

Rob

1 REPLY 1

Former Member
0 Kudos

Just set up a background job running RSBDCSUB and schedule it to run whenever you want.

Rob