‎2009 Jul 02 10:20 AM
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
‎2009 Jul 03 6:51 AM
Hi,
Refer Link: [BAPI_GOODSMVT_CREATE |http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]
‎2009 Jul 02 4:12 PM
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
‎2009 Jul 03 6:51 AM
Hi,
Refer Link: [BAPI_GOODSMVT_CREATE |http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]
‎2009 Jul 03 8:01 AM
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