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: 

Where i will give the date and time of the session background process

Former Member
0 Kudos

Hi.

I created a program on XD01 by using Session Method.

It is executed properly and process in forground also fine.

What my problem is i want execute process of session in Back ground on that time i want give the Date and Time. I do not know where i will provide date and Time.

I want Process the BDC Session after 2 days. How it is possbile. Where i will give the date and Time?

With in these 2 days i want know the status of the Session Process. How i will check the status?

Any body will explain these things with full flow of sequence.

I do not want use the BDC Session by using RSBDCSUB. In that program there is no options for giving the Date and Time.

Thank You.

B. Krishna.

4 REPLIES 4

Former Member
0 Kudos

You can spcify lock date when you are creatin gthe session, that will lock your session until that date. But ideally you can process the session using RSBDCSUB in a batch job scheduled at whatever date and time you want.

P561888
Active Contributor
0 Kudos

Hi ,

Goto Sm35 and there session ---process in background and enter the target system name and after that schedule the time and date.

regards,

bharani

Former Member
0 Kudos

Hi,

While creating session through BDC_OPEN_GROUP function, populate HOLDDATE field to set lock on the created session till that date, say 31.12.2008 and you would like to execute your session on 1.1.2009 at 2:00 AM.

Once session is created, create a batch job for program RSBDCSUB and schedule it on 1.1.2009 at 2:00 AM (server time).

I am confident that it solves your problem.

Regards,

Prasanth

abdul_hakim
Active Contributor
0 Kudos

Hi

You specify the lock date while generating the Session. So the session will not be processed until this date.

Cheers,

Hakim