‎2006 Apr 26 4:09 PM
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
‎2006 Apr 26 5:03 PM
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
‎2006 Apr 26 5:27 PM
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
‎2006 Apr 26 5:35 PM
Vijay,
Do you try to search OSS notes for that ? AS I am seeing around 13 OSS notes talks about error message ..