cancel
Showing results for 
Search instead for 
Did you mean: 

how to use RSBDCSUB program

Former Member
0 Kudos

I try to schedule a job to release batch input session.

These are what I have done.

step 1: Create batch input session.

step 2: Call RSBDCSUB and entry batch input session name from step 1.

Now I have "Queue ID" for this batch input.

In batch input overview (SM35), status of this batch input shows as "job".

step 3: Call RSBDCBTC and fill "Queue ID" from step 2, then save this as variant.

step 4: Call SM37 to define new job by use "RSBDCBTC" as ABAP program

and enter variant name from step 3. This job is a one-time job. But at the

specified time, batch input did not processed. What wrong?

Many people here said that we can schedule to process batch input through

RSBDCSUB. But I did not see date/time field in this program. Please suggest me.

Thank you very much.

Anek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It's my misunderstanding. In step 2, I have to use command : 'Program > Execute in Background'. Then I can define date/time to execute my batch input session.

Anek

andreas_mann3
Active Contributor
0 Kudos

Hi,

take that example and create a selection-variable for

date-field "from" ( = current date)

 Session              Z123*                                                                  
 Created on                                               
   From               30.01.2007                          
   To                                                                                
Session status                                           
  New                  X                            

A.