cancel
Showing results for 
Search instead for 
Did you mean: 

CO11N operation quantity must be equal movement quantity (mvt 101)

Former Member
0 Kudos

Hi all.

In C011N transaction, I'd like to validate , that quantity of operations 'YIELD' field is equal to quantity of 'Goods movements' for movements type '101'.

what user-exit can i use ?.

I had watching the user-exit CONFPP03 but it don't works.

Can you help me ?.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !

In Transaction OPJ8 you could create a new Control key in which you need to tick the "Aut. goods receipt" indicator. This Control key can then be used in the Routing at the Operation after which you want the GR to happen.

Regards,

Subha.

Former Member
0 Kudos

The transaction OPJ8, it already has got 'Automatic Goods receips' active.

But the user can modify the Goods movements quantity in the CO11N transaction.

Former Member
0 Kudos

Hi,

with method GM_SCREEN_LINE_CHECK of BAdI WORKORDER_GOODSMVT you can develop your own check on lines of the GM screen e.g. of the GR quantity. If a user enters a quantity greater than the yield, you may issue an error message.

Regards, Andreas

Former Member
0 Kudos

Hi,

Use User exit MBCF0002 i .e user exit on movement . So while user do 101 movement check in table afru the amount of confirmation quantity through this user exit.

This will help u out

Regards,

VS

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Please refer this link,

[Confirmation = GR|;

Regards,

R.Brahmankar

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

If you active the auto GR in OPKP and assign it to the work scheduling view it will work for you.

Or check this thread for user exist.

Regards,

R.Brhmankar

Former Member
0 Kudos

Hi.

The transaction OPKP, it already has got 'Automatic Goods receips' active.

But the user can modify the Goods movements quantity.

I was also watching the link that you tell me, but none user-exit, allows me to access the Goods movements quantity posted for user.