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: 

Can the standard program RFBIBL00 be run as a background job ?

Former Member
0 Kudos

Hi all,

Can the standard program RFBIBL00 be run as a background job for the call transaction mode.

As I tried I got the job cancelled with message"Job RFBIBL00: Data does not match the job definition; job terminated".

As i run it in foreground it executes properly.

Why is it failing in background? Please help.

Thanks ,

Stock

4 REPLIES 4

former_member223537
Active Contributor
0 Kudos

No, it cant run as background job bcz the program is designed in such a way that it uploads a file from presentation server.

In background, file from presentation server cannot be uploaded, so its not possible to use the program in background.

0 Kudos

Hi,

Can we run the program when the upload is done through the Application server?

Thanks,

Stock

former_member223537
Active Contributor
0 Kudos

Hi,

You need to copy the program RFBIBL00 & modify the program to build the logic to upload through application server. Then schedule the modified program in background & it wl work.

Best regards,

Prashatn

0 Kudos

You need an entry in Transaction OBDU, then the RFBIBL00 can be run as a backround job.