‎2014 Apr 09 2:43 PM
Hi All.
I call BAPI_CUSTOMERRETURN_CREATE.
The SD order is created, but it contains some incompleteness.
I prefer check these problems and call ROLLBACK if it be define.
I hope VBUV table content is stored in a buffer.
Is it possible to check incompleteness SD order content till BAPI_TRANSACTION_COMMIT call?
Maybe Functional Module or method of a Class can do it?
Best regards Anuser.
‎2014 Apr 09 2:51 PM
Hi,
You can put a breakpoint on FM BAPI_CUSTOMERRETURN_CREATE. Execute ur custom object and it will reach here. Then check data you are passing to this FM and after doing F6 on this FM, it will populate the messages (error/warning/success) in return table. Check that table and u will find if its sucess or error (correspndoing error message).
Thanks,
Sachin
‎2014 Apr 09 2:58 PM
The return table (type Bapiret2) does not contain error messages.