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: 

ABAP dump in background scheduled job

former_member195427
Active Contributor
0 Kudos

Hi Experts,

I scheduled a background job to run a custom program automatically,I got a dump in the job as follows:

Can you please suggest what went wrong??

Thanks & Regards

Saurabh

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Seems you did not check for error in RETURN table after execution of BAPI_PS_PRECOMMIT, and executed a  BAPI_TRANSACTION_COMMIT resulting in the dump, or you forgot the call of BAPI_PS_INITIALIZATION ?

Was the error message "Precommit did not run successfully" not enough explicit ?)

So

Regards,

Raymond

2 REPLIES 2

former_member226225
Contributor
0 Kudos

Hi Saurabh,

From the dump i analysed and i identified that

I think you are using Bapis to maintain the  Project Systems data.

Please find the below link  and make the changes in your program.

I hope this will be helpful.

Thanks & Regards,

Raghunadh Kodali

I

raymond_giuseppi
Active Contributor
0 Kudos

Seems you did not check for error in RETURN table after execution of BAPI_PS_PRECOMMIT, and executed a  BAPI_TRANSACTION_COMMIT resulting in the dump, or you forgot the call of BAPI_PS_INITIALIZATION ?

Was the error message "Precommit did not run successfully" not enough explicit ?)

So

Regards,

Raymond