on ‎2011 Mar 25 7:21 AM
Dear All,
Is there any way so that the system will automatically Block the GR while doing MIGO when the stock of the given material has crossed the maximum limit.
Regards
Om Prakash Gupta
Request clarification before answering.
Hi,
If you want to restrcit any specific material stock quantity, it means some where you need to maintain the Stock limit for that purpose you will have create a Z table whene in you will maintain sthe maximumstock limit and then with the help of user exit in PO or MIGO you can validate it with the Z Table stock . Z table for stock quantity can consider stock incremental aginst each PO and GR .
Take ABAPer's help
Regards,
Vikas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check block function in xk05 i.e. 03-block for quality reason and
check through mm02 - qm procurement active and qm control key 0009 i.e. -Goods Receipt Block, Invoice Release
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please explain further on the "LIMITS" you mean here.
Is it the PO quantity ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Goto Tcode me22n select the line item, in line item delivery tab select the delivery complete
you can block the material
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of limitation did you indicate?GR quantity?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use MB_MIGO_ITEM_BADI . In the BADI you can check the GRN qty and validate with the curent stock and Max stock level. Then you can issue the error message . You can check the current stock in MARD table, and the Maximum stock level in MARC-MABST.
Logically , if in your system if you have your Lot size and MRP well cnfigured and implemented (system driven) this situation will not arise.
| User | Count |
|---|---|
| 37 | |
| 23 | |
| 18 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 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.