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

Backgroung execution

Former Member
0 Likes
494

Hi.........,

I am using three bapis BAPI_SAG_CREATE, BAPI_SCHEDULE_MAINTAIN nad BAPI_SAG_CHANGE in my report program for PO Conversion.

While executing in foreground all bapis are working fine. No error message is return by bapi.

But while I m executing same report program in background as Job, then also all bapis are working fine. PO are getting created. No error message returnd by bapi. But problem is in Joblog it is showing one error message like 'Enter G/L Account'.

I am not sure from where it is coming in joblog. This message suppose to return by BAPI_SAG_CREATE. but this bapi is executing fine in foreground as well in background.

So can anyone pls guide me from whr the error message is getting populated in Joblog........??

Give me the inputs on the joblog error messages, so i can analyse.....!

Thanx n regards,

Jay

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
422

Hi Jaywant,

we do not have BAPI_SAG_* or BAPI_SCHEDUL* in our system.

Possibly something is wrong with your BAPIs.

Regards,

Clemens

Read only

Former Member
0 Likes
422

Hi,

Just to give some clue..

Did u check whether it is a warning message or error message.

As you are saying even in background it is working fine except this message, i think it's just a warning message or message which is not mandatory.

Regards,

RSS.