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

Error

Former Member
0 Likes
428

Hi all,

I am testing a bapi 'BAPI_INB_DELIVERY_SAVEREPLICA'. The parameters which i gave are:

1. Sender system - Client

2. Reciever sys - Same as above

3. Item_data - item no. , matnr, quantity

4. item_ref_purchase_order

Upon execution, i got 2 return msgs. One is type E (004) and another W (228). How to know where i went wrong to correct the errors?

How to interpret these error numbers, since there is no descripitive message associated with the corresponding numbers?

Regards,

vishwanath

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi,

Find the Message class related to that BAPI or Program and from that Message class you will come to know the Error Message completely.All the message classes are in SE91 tcode.

For the correction that error try to find a program where that BAPI was used previously and from that program you try to pass the similar parameters and correct it.

reward if useful.

regards,

Anji

Read only

Former Member
0 Likes
396

Check in the Include 'LV50IF01' the error message 004 is filled inside this

after the call to the function SHP_QUANTITY_CONSISTENCY_CHECK