cancel
Showing results for 
Search instead for 
Did you mean: 

261 Movement type enhancement

0 Kudos
472

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Varatha_sap
Participant

Hi Aravind,

You can try Status profile for the respective order type and control the goods movement unless confirmation is carried out.

https://blogs.sap.com/2015/02/25/preventing-goods-movement-and-confirmation-to-processproduction-ord...

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

0 Kudos

Tysm buddy

ashar9225
Explorer
0 Kudos

Check following BADI.

MB_MIGO_BADI,

RajendraJena
Participant
0 Kudos

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.

0 Kudos

Thanks for the comment,

Pls refer the attached snap.

My requirement is, ln MIGO GI with respect to OTHER,

When the Order is not confirmed system shouldn't allow us to do GI against that order,.