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_GOODSMVT_CREATE cannot capture warning

Former Member
0 Likes
794

Hello,

When I am using MIGO for a goods receipt I get a warning about quantity.

However, when I use BAPI_GOODSMVT_CREATE I don't get the warning for the same parameters.

In general I am able to capture only information(success) and error messages.

Is there someone who got this problem before and is there some configuration to be done?

THanks for your precious help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi,

Refer Link: [BAPI_GOODSMVT_CREATE |http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]

3 REPLIES 3
Read only

Former Member
0 Likes
627

Hi,

Check the message number. Certain messages can be configured to appear as error or warning messages in foreground or background.

Check if there is some customising settings for your message by reading the long text in SE91.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
628

Hi,

Refer Link: [BAPI_GOODSMVT_CREATE |http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]

Read only

Former Member
0 Likes
627

Hello ,

Thanks for the replies. Points have been rewarded.

I have found that when using MIGO i get a warning when I check a posting, but do not get it when actually doing the posting for real. That's why when I simulate using the BAPI I don't get the message.

The Bapi returns only error messages it seems.

I worked around by first simulating and then using BDC if no error is obtained and if my BDC fails, whereby I get a message that the screen number is not recorded, then I know it is a warning, and for others everything is fine.

I'm thus closing this posting. Thanks again everyone