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

Get or Read VBUV table content till BAPI_TRANSACTION_COMMIT

Former Member
0 Likes
681

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.

2 REPLIES 2
Read only

Former Member
0 Likes
550

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

Read only

0 Likes
550

The return table (type Bapiret2) does not contain error messages.