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: 

BAPI - Abend Message

Former Member
0 Kudos

Hi All,

I am using an BAPI(BAPI_MOSRVAPS_CREATESNPORDER)in APO.

The problem i am facing here is for some data the bapi is raisong an ABEND message and the program gets terminated.In that case we need to reprocess the data and the program should not be abbended.

Please post your valuable ideas to handle this problem.

Thanks in advance.

Regards,

Vijay Dhanasekar

3 REPLIES 3

Former Member
0 Kudos

Vijay,

Unfortunately once the ABEND message is triggered, there is nothing much left that we can do. The solution in this case would be identify why the ABEND message is being triggered and fix that issue.

The message should give you some details, as to why that is happening.

Regards,

Ravi

Former Member
0 Kudos

Hi Vijay,

May be you can do some basic validation before calling your BAPI to ensure you dont end up in a abend message. Checks for critical data look ups which is required for the BAPI to run successfully.

Cheers

VJ

0 Kudos

Vijay,

Do you try to search OSS notes for that ? AS I am seeing around 13 OSS notes talks about error message ..