on 2014 Jun 17 9:40 PM
Hi Experts,
I have a sales order for which when I create delivery I am getting no checking group error but when I check availability check in the material it is there.
You can see Availability is there in the material master
Please advise what other items should I check ?
Thanks in advance for your help !
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
This seems to be message VV083. This is raised here:
Include FV45VF0B_BESTAND_BEDARF_ABGLEI
***************************************************************
IF ( T459K-BEDSD NE SPACE OR T459K-ATPPR NE SPACE ) AND
VBAP-MTVFP IS INITIAL.
IF NEUTERMINIERUNG EQ CHARX.
MESSAGE ID 'VV' TYPE CHARE NUMBER 083 WITH VBAP-VBELN VBAP-POSNR.
ELSE.
MESSAGE ID 'VV' TYPE CHARI NUMBER 083 WITH VBAP-VBELN VBAP-POSNR.
ENDIF.
EXIT.
***************************************************************
So according to this, the error is raised if VBAP-MTVFP is initial.
Please check if VBAP-MTVFP is initial on the database for this sales document.
VBAP-MTVFP should be filled with the value from the material master when the sales document is created. The following could have happened on your system:
- Sales Document created: VBAP-MTVFP is filled with a blank value as value in material master was blank.
- Material Master was updated with a checking group AFTER the sales document was created. This would not automatically update VBAP (See note 1639349). Compare the creation date of the sales document in VBAK with relevant change documents to see if this happened.
In the above situation, you would have a blank VBAP-MTVFP and the error is justified. You would need to delete the sales document and create again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Noel Article master did not have the Availability check option information filled in. it was updated after the order was creatd hence VBAP--> MTVFP field was blank and order was not getting processed further. We would ask to get this field filled up and processs the order further.
thanks for the comments..i was able to indentify because of your comment.
Regards
Sai
Hi darshak.We have some pre requisites for availability check process.Please check those first, that you maintained all of them properly.If you maintain those parameters, then you have to maintain the appropriate combinations to check availability process.
might helpful.
Regards,
ADITHYA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at this note whether it helps you
G. Lakshmipathi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Did you check your schedule line category settings and OVZ9
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Darshak,
any possibility that the checking group you've maintained is under a different plant of that item in the order?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
39 | |
6 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.