Application Development and Automation 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: 
Read only

Background Job Issues

Former Member
0 Likes
408

We are facing a weird problem - Our scenario is -

we have a job that runs a custom program that pick up some invoice files & converts them into idocs. We have a custom idoc based on the type ACLPAY. The job then runs the program RBDAPP01 to process the Idoc. There is a piece of custom code which has the following steps:

1. Read the IDOC and post a FI invoice.

2. If a specific GL account is defined and other flags are set then execute -

a. A material good receipt (MB1C) based on information in the IDOC

b. Perform moving average price update (MR22)

c. In some cases goods issue (MB1A)

This works ok in our QA system both in the foreground & the background.

But in our production system, we are able to run the same thing in the foreground, but the background job fails to perform the last 2 actions - perform moving average price update (MR22) and goods issue (MB1A)

The custom codes are exactly the same in both QA & Prod.

I'm not sure if this is an Auth Check problem or something else.

I'd appreciate any suggestion - even the different things that I should be looking into!

Thanks

Rachana

1 REPLY 1
Read only

Former Member
0 Likes
289

Hi Rachana,

Have you checked the trace in ST05.

Just activate the trace then run the program and see the trace if you can find something.

Regards,

Atish