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: 

Regarding Background job scheduling

Former Member
0 Kudos

Hi,

Please guide me how to background schedule job.There are two consecutive screens to be executed one after another-Output of first screen being input to next screen.

Transaction code is BD87.First screen has date bfield.After executing selection screen list of idocs displayed.Particular idoc to be selected and executed again in bachground itself.

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi!

You can't scedule BD87 directly.

You have to schedule the following programs using SM36 transaction:

RBDAPP01 - Processing unprocessed IDocs

RBDMANI2 - Processing again faulty IDocs

Create variants for both of the programs, and you have to schedule them for periodical IDoc processing.

Regards

Tamá

3 REPLIES 3

former_member555112
Active Contributor
0 Kudos

Hi,

Do a recording of the process and use that in a program and then process the same in a background.

Regards,

Ankur Parab

0 Kudos

Are you suggesting BDC??

Second screen is Tree formt.A particular node is to be selected and then the tree to be executed.Is it possible in BDC?

Thank you.

Former Member
0 Kudos

Hi!

You can't scedule BD87 directly.

You have to schedule the following programs using SM36 transaction:

RBDAPP01 - Processing unprocessed IDocs

RBDMANI2 - Processing again faulty IDocs

Create variants for both of the programs, and you have to schedule them for periodical IDoc processing.

Regards

Tamá