on 2022 Jun 21 6:05 AM
Guys,
I have a requirement from client that, System shouldn't allow to do GI (261) without confirmation of production order. Is that possible in configuration? if it means pls explain or else suggest an enhancement.
TIA
Regards,
Aravind
Request clarification before answering.
Hi Aravind,
You can try Status profile for the respective order type and control the goods movement unless confirmation is carried out.
Refer the blog it has similar functionality explained but for goods receipt. Custom developments or enhancement is always possible but it is better to use the standard functionality.
Thanks
Varatha
optimized-img-20220621-123738-01.jpgoptimized-img-20220621-123906-01.jpg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check following BADI.
MB_MIGO_BADI,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aravind,
Couple of solutions you can try to meet this requirement.many people have answered this in the past as well.
1. The simplest the better.
Use of Auto GI and Auto GR. Sometime business use this technique to avoid unnecessary customization and developments.
2. Use status profile to check order status.
You can configure that using tcode BS02. do remember that with status profile you will only be able to restrict some transactional movements/flows based on the user status.this solution doesnt check the quantity part.means if GI is not done,you can't post confirmation , how ever quantity check is not possible.means GI quantity is 5, but Confirmation quantity can be anything (more or less than 5)) and the same for GR also.
3.Use of user exits :
If you would like to restrict the confirmation without GI along with the quantity check, use the below exit point to do some Enhancement.
EXIT_SAPLCORF_405
Same goes with the GR as well.If you would like to restrict the GR without confirmation along with the quantity check, use the below exit point to do some Enhancement.
EXIT_SAPMM07M_001
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
39 | |
8 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.