Ansicht
Dokumentation

MM06L001 - Exits to determine ratings in vendor evaluation

MM06L001 - Exits to determine ratings in vendor evaluation

Vendor Master (General Section)   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Enhancement MM06L001 comprises four function exits, which are invoked during the calculation of the scores for the subcriteria. The enhancement makes it possible to replace the standard scoring method by customers' own methods.

Implementation Guide (IMG)

To allow a customer's own scoring methods to be used, an indicator must be set for the relevant subcriteria in the IMG in the step Define criteria.

Function modules

The function modules for enhancement MM06L001 are as follows:

  • EXIT_SAPLMEL0_001
for the general criteria
  • EXIT_RM06LBAT_001
for the quality criteria if the supplier evaluation is carried out in the background
  • EXIT_SAPMM06L_001
for the quality criteria if the supplier evaluation is carried out online
  • EXIT_RM06LBEW_001
for the quality criteria when the scores for the semi-automatic and automatic subcriteria are determined

The following data is passed on to the function modules:

  • XLIFNR,,(Supplier number)
  • XEKORG,,(Purchasing organization)
  • XHKRIT,,(Main criterion)
  • XTKRIT,,(Subcriterion)
  • XKRTYP,,(Scoring method)

The function modules then supply the scores in the parameter XBEURT.

Coding example

The following example shows how a customer's own scoring method can be stored for the subcriterion "On-time delivery performance". The following coding can be added to program ZXM6LU01 for this purpose:

CASE XKRTYP.
WHEN '3'. "Ermittlungsmethode für die Termintreue"
(Scoring method for on-time delivery performance)
XBEURT = 50. "kundeneigene Logik"
(Customer's own logic)
ENDCASE.

In this case, 50 points are always awarded for a supplier's on-time delivery performance.






ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 2318 Date: 20240328 Time: 200628     sap01-206 ( 29 ms )