cancel
Showing results for 
Search instead for 
Did you mean: 

Userexit in MM

Former Member
0 Kudos

Hi all ,

How i can findout user exits in MM Module ( Transaction code)

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Indranil

Former Member
0 Kudos

Hi ,

i am searching the PR user exit for below scenario

When Manual PR is creating for material where MRP Controller is '001' the system should give error message while saving..

What User exit is suitable for this scenario

Former Member
0 Kudos

better use BAdI: ME_PROCESS_REQ_CUST...here use the logic that for creation indicator ESTKZ = R (real time or manual) if MRP controller DISPO = 001 then system will issue a customized message...you can create the customized message in SE91

Regards,

Indranil

Former Member
0 Kudos

Hi Laxman ,

In SE15 , In which option i can find PR Related user exits ( Please specify the path)

Former Member
0 Kudos

spro@mm@purchasing@Develop Enhancements for Purchasing@here check the Performance sheet against this node

You will find here the below list:

AMPL0001

User subscreen for additional AMPL data (manufacturer part number)

LMELA002

Adoption of batch number from shipping notification at time of posting of a goods receipt

LMELA010

Incoming shipping notification: adoption of item data from IDoc

LMEQR001

User exit for source determination

M06B0001

Role determination for release of requisitions

M06B0001

Changes to communication structure for release of requisitions

M06B0003

Number range and document number

M06B0004

Number range and document number

M06B0005

Changes to communication structure for overall release of purchase requisitions

M06E0004

Changes to communication structure for release of purchasing document

M06E0005

Role determination for release of purchasing documents

ME590001

Grouping of requisitions for PO split in transaction ME59

MEETA001

Determination of schedule line type (backlog, immediate requirement, forecast)

MEFLD004

Determination of earliest delivery date for checking at time of goods receipt (PO only)

MELAB001

Generation of forecast delivery schedule: realization via creation profile

MEQUERY1

Enhancement for document overview ME21N / ME51N

MEVME001

Calculation of default GR quantity and over/underdelivery tolerances

MM06E001

User exits for inbound EDI messages and outbound purchasing documents

MM06E003

Number range and document number

MM06E004

Control of import data screens in purchase orders

MM06E005

Customer fields in purchasing documents

MEREQ001

Customer's own data in purchase requisitions

MM06E007

Change document for requisitions when converting into POs

MM06E008

Monitoring of contract target value in case of release orders

MM06E009

Relevant texts for "Texts exist" indicator

MM06E010

Field selection for vendor address

MM06E011

Activation of requisition block

MM06L001

Exits for determination of ratings in vendor evaluation

MMAL0001

ALE source list distribution: outbound processing

MMAL0002

ALE source list distribution: inbound processing

MMAL0003

ALE purchasing info record distribution: outbound processing

MMAL0004

ALE purchasing info record distribution: inbound processing

MMDA0001

Default values for delivery addresses

MMFAB001

User exit for generation of releases

MRFLB001

Control items during release creation

LWBON001

Enhancement of LIS update through extension of the communication structure MCKONA (business volumes and rebate income)

LWBON003

Change settlement data for end-of-period rebate settlement before creation of settlement documents

LWSUS001

Customer-specific source determination in Retail

LMEXF001

Conditions in purchasing documents without invoice receipt

LMEKO002

Enhance communication structure KOMP for price determination

Regards,

Indranil

former_member226201
Active Contributor
0 Kudos

Hi

user exit you can find out with t.code wise.

executive SE15 and there give the package name then executive system will display all the user exits.

enter the transacrion code and find the detials on status menu of package.

Laxman