Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

find user exit/badi for mb1a

Former Member
0 Kudos
132

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

4 REPLIES 4

Former Member
0 Kudos
67

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

0 Kudos
67

how can i use this exit??

0 Kudos
67

thxs....Max

0 Kudos
67

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