2005 Mar 09 2:13 PM
Hi,
i´m using
BAPI_GOODSMVT_CREATE
forMB01
.of the required quantity of material
remain(s) open
'.Best regards
2005 Mar 09 3:34 PM
Lack of info...
Perhaps you should check oss note #526850 (or 734850)
It describes some occurence of this error message and circumstances in which it occure.
HTH
Ivaylo
2005 Mar 09 3:34 PM
Lack of info...
Perhaps you should check oss note #526850 (or 734850)
It describes some occurence of this error message and circumstances in which it occure.
HTH
Ivaylo
2005 Mar 09 3:54 PM
Try performing the MB01 transaction online for the same data and see if you get the same message. If you are getting the same message then that means you should look at the OSS notes mentioned above for clues in config and/or code. But if you are getting it only in your BAPI call, then something that you are passing in the BAPI is triggering it. But still reading the notes above will give you a clue.
Srinivas
2005 Mar 09 5:00 PM
Hi,
Now my doubt is the following:
when using BAPI_GOODSMVT_CREATE for MB01
<b>should i pass two registers</b>: one for Movement type 101 and another one for 543?
<b>or just one</b> for 101 and then 543 is done automatically?
Best regards
2005 Mar 09 6:46 PM
Hi,
Looks like you are trying to do both Goods Receipt(101) and a goods issue for a sales order(543) in the same function call. Can you explain what is the program trying to achieve?
Are your unit of receiving same as the unit of issue? If they are different, then there may be some residual quantities leftout due to unit conversions.
Srinivas
2005 Mar 10 8:18 AM
Hi,
what i´m trying to do with the bapi is to
replicate transaction MB01
.Caution! Internal number allocation for materials handled in batches.
I accept an then warning message "14 characteristic attributes have been adopted from original batch center/material/po" appears.
i click intro and then i introduce the batch in question.
In this screen is where
movement type 543
appears and this is the reason of my former question.Best regards.
2005 Mar 10 12:21 PM
Please,
does anyone of you know how to do as MB01 but with a bapi?
Any example or hint will be greatly appreciated.
Best regards.
2005 Mar 10 4:09 PM
Try setting the 'Delivery completed indicator', if that is applicable in this situation. I think the system thinks that there is some residual amount left to be received and may be your config requires it to be received in total before issuing it.
Did you check if the unit of issue(in sales view, sales unit) and the unit of receipt(in purchasing view) are the same for this material?
Also, some of these messages are configurable, in the sense that a configuration person can set this message to be a warning or information message, instead of an error message. System will issue the message accordingly, instead of the error message that you are getting now.
Regards,
Srinivas
2005 Mar 11 12:03 AM
We are using the same BAPI for GoodsMovement but not for the movement types that you mentioned. WE use it though for different movm't types, and one after the other.
Though it seems the BAPI allows multiple movement type based on the GOODSMVT_ITEM table parameter, in our case, we still made a separate call for different movement types.
Hope that helps.