Quantcast
Channel: SCN : All Content - SAP ERP Manufacturing - Production Planning (SAP PP)
Viewing all articles
Browse latest Browse all 1791

MD01: User exit with MRP type is not working if multiple MRP types are given in exit parameters

$
0
0

Hi

 

We activated user exit M61X0001 in MD01 & MS01 transaction

 

Components :

EXIT_SAPLM61C_001

EXIT_SAPMM61X_001

 

In EXIT_SAPLM61C_001 :

 

*----------------------------------------------------------------------*

* materials with MRP type 'vv' only

*----------------------------------------------------------------------*

CASE user_key.

   WHEN '001'.

     IF mt61d-dismm EQ user_par.

       no_planning = ''.

     ELSE.

       no_planning = 'X'.

     ENDIF.

*----------------------------------------------------------------------*

* materials Based on MRP Controller only

*----------------------------------------------------------------------*

   WHEN '002'.

     IF mt61d-dispo EQ user_par.

       no_planning = ''.

     ELSE.

       no_planning = 'X'.

     ENDIF.

*----------------------------------------------------------------------*

  * materials Based on PLANNING STRATEGY only

*----------------------------------------------------------------------*

   WHEN '003'.

     IF mt61d-strgr EQ user_par.

       no_planning = ''.

     ELSE.

       no_planning = 'X'.

     ENDIF.

*----------------------------------------------------------------------*

  * materials Based on PLANNING STRATEGY only

*----------------------------------------------------------------------*

   WHEN '005'.

     IF mt61d-berid EQ user_par.

       no_planning = ''.

     ELSE.

       no_planning = 'X'.

     ENDIF.


Now when i INPUT multiple values of MRP type viz PD,VV it is not working.


Kindly give valuable suggestions.


regards,


VKUMAR


Viewing all articles
Browse latest Browse all 1791

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>