cancel
Showing results for 
Search instead for 
Did you mean: 

Check Good issue to orders before ck11/ck11n

Former Member
0 Kudos

Dear Gurus,

My client wants to check the good issue for a production order before do the co11n/co11. they don't use back flush and also they wants to raise an error if the goods are not been issued. How can I do this. please suggest.

Br,

PubuduS.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member209265
Active Contributor
0 Kudos

Hi,

1. Please use this exit- EXIT_SAPMM07M_001

2. Use user status.

3. Go to OPK4(parameter for order confirmation). Check goods movement (all component box).

Go to next tab page. Select goods movement and terminate for incorrect goods movement(select both)

So system will try to do goods movement for all the material (irrespective of Backflush) and will throw error where GI is not there.

Success.

Regards,

Krishnendu.

svs_sap
Active Contributor
0 Kudos

Hi

You can do it in multiple ways even components are not back flushed,

option 1 - you can set user status saying if GMPS status not updated to order then do not allow confirmation

Option 2 - You can do by modifying standard system status in BS22 if GMPS not set then do not allow CNF status to order 0 but this needs SAP permission

option 3 - You can do customization during CO11N using FM while saving confirmation and you can set logic stating - using reservation table find out required quantity of components are withdrawn for the order or not if not then do not allow confirmation

Hope these answers help you

Regards,

Sharat

former_member209265
Active Contributor
0 Kudos

Dear Sarat,

I think first option is not correct always. Lets say I have issued 10 nos of component. So GMPS is set. System will allow confirmation. Correct case.

Lets say I have issued 10 nos of component. So GMPS is set. Now I have reversed 10 nos. Still system will have GMPS. Hence system will allow confirmation if this logic is set on basis of GMPS status.

This is because GMPS is not getting reversed once the goods issue is reversed.

Please correct me if I am wrong.

Thanks.

Regards,

Krishnendu.

former_member207022
Active Contributor
0 Kudos

Hi,

You can use the following exit to control:

MBCF0002

Check the following thread:

http://scn.sap.com/thread/1308297

http://scn.sap.com/thread/1594135

Regards

Ganesh M

former_member215620
Active Participant
0 Kudos

Dear Pubudu,

For this you have to do customization with the help of abaper. This question has been asked for many times ans also has been answered. Please search for it.

former_member211676
Contributor
0 Kudos

Hi Sumanasena

First check your discussion heading and content. If you want to restrict the confirmation, We can restrict in two ways by user status and  by writing the enhancement in user exit. Pleas go through below.

Restict the confirmation before Goods issue | SCN

http://scn.sap.com/thread/923578

Regards

Kesava