2010 Nov 07 7:32 AM
hello,
Scenario:
GR is done for a FERT material F1 against a production order.Now user is doing GI for the same material F1 against the same production order. HOW TO RESTRICT HIM NOT TO DO GI FOR THE MATERIAL AGAINST THE SAME PRODUCTION ORDER TO WHICH HE HAS DONE GI.
if we roll back the mb1a from the user, it will be problem because he will be not in a position to issue any material.
Please help me to resolve the problem.
Is there any user exit to resolve it.
Moderator Message: Basic Question
Edited by: kishan P on Nov 7, 2010 8:00 PM
2010 Nov 07 11:35 AM
Hi
Try to use the exit EXIT_SAPMM07M_001: it should be used to place an item text, but it can use to insert some checks
Max
2010 Nov 07 12:17 PM
2010 Nov 07 12:20 PM
2010 Nov 07 12:27 PM
Hi
Run transaction CMOD in order to create a new project, assign the enhancement MBCF0002 to it and active the component EXIT_SAPMM07M_001.
The exit EXIT_SAPMM07M_001 is a normal function module and u can insert all abap code you need in the include ZXMBCU02.
In particular this exit has as import parameter the header (MKPF) and item (MSEG) data
Max