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

BAPI return message problem

Former Member
0 Likes
394

Hi All,

I created BAPI for Sale order the order created successfully but the return message S -success is not coming- but the error message the sale order is already exist. How to solve this. I used the returnmessage for BAPI - BAPIRETURN1.

Thanks,

Suresh Maniarasu

Edited by: suresh maniarasu on May 23, 2009 12:20 PM

2 REPLIES 2
Read only

Former Member
0 Likes
347

check your passing sales order number already created , check table VBAK if order is there skip the BAPI,

Read only

Former Member
0 Likes
347

Well S is not coming because there is no Success. Its giving error that Order already exists in system. Seems like straightforward condition.