2008 Jan 06 12:22 PM
hi gurus,
this my requirement.
Restriction of material selection during the MRP run.when MRP run is executed at
plant level,material requirement planning is excuted for all the material in the plant.
It is not advisable and may not be necessary to execute MRP run for all the materials
in the plant,as materials may have different frequency for MRP execution.This exit is
used in tr. code MD01.
*exit name they provide:M61X0001.
please help me how to achieve this.
thanks
sunhasis
hi gurus,
this my requirement.
Restriction of material selection during the MRP run.when MRP run is executed at
plant level,material requirement planning is excuted for all the material in the plant.
It is not advisable and may not be necessary to execute MRP run for all the materials
in the plant,as materials may have different frequency for MRP execution.This exit is
used in tr. code MD01.
*exit name they provide:M61X0001.
please help me how to achieve this.
thanks
sunhasis
2008 Jan 07 6:56 AM
Hi,
You have to specify MRP type .
Give the MRP type for the materials for which no MRP run is required.
check this code.
&----
*& Include ZXM61U02
&----
break-point.
CLEAR: NO_PLANNING.
CASE USER_KEY.
-
Exclude Materials with MRP type 'PD'
-
WHEN '002'.
IF MT61D-DISMM = 'PD'.
NO_PLANNING = 'X'.
ENDIF.
ENDCASE .
Regards,
Bharat.
*
o
+ reward points if helpful.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |