MApping of MRP Controller in SCM

Hi Friends,
   I am a bit unsure of integration of MRP Controller between ECC and APO.
My understanding is that the MRP Controller field in automatically populated into the SNP or any other Planner field in APO when the material is integrated. We need the user exit EXIT_/SAPAPO/SAPLCIF_PROD_001 to populate the value into the Extras field .
Is my understanding correct ? or do we need the user exit to populate the MRP controller into APO ?
Thanks in advance for your replies !
Regards,
Ranjini.

Hi Ranjini.
There is something else you need to be careful of here.
In ECC, MRP Controllers are configured at the plant level, whereas in APO planners are configured globally.
This can lead to the situation where you are trying to map many to one.
For example, MRP Controller '001' in Plant X = Traded Goods but MRP Controller '001' in Plant Y = Manufactured Goods. You would only be able to create 1 '001' planner in APO.
This would mean that you have to create an APO planner for each MRP Controller/Location combination, meaning you couldn't use the same numbering convention as the MRP Controllers.
Hope this helps.
M

Similar Messages

  • MRP areas and MRP controller..

    In a plant if there are some 100 x materials and 100 y materials..
    The requirement is when the 100x materials are planned ,The 100 y materials should not be planned(i e 100 y materials should not be considered in planning). How to map this in MRP.
    I have heard that using MRP controllers or MRP areas this can be achieved.But I don know how?
    If anybody cud help me in how to proceed this?

    HI
    This can be achieved through the user exit in MD01 based on MRP controller assing different MRP controller for X and Y material and with the help of ABAP you can use exit in MD01 and run mrp  with that  exit in MD01
    sorry the user exit which is used in my scenario which is  same as of yours is M61X0001 as Suggeste by Mr Mangalraj
    Regards
    Anupam Sharma
    Edited by: anupam sharma on Nov 26, 2009 11:15 AM
    Edited by: anupam sharma on Nov 26, 2009 11:17 AM

  • MC.9 report is showing -ve value when MRP controller selected

    Hi Expert,
    I'm confuse about the -ve value in MC.9. If i run by using Plant as the selection parameter for month 02.2010, then sorted by valuatted stock value(ascending), it will not show me the -ve value for all materials. But if i run the report by using Plant and MRP controller as the selection parameters,then sorted by valuated stock value(ascending), it shows me the -ve value. why?
    Please explain.
    Thanks

    hi jurgen,
    i still not clear. I try to run the report for material A and mrp controller  001. I got the -ve value. But when i run the material without mrp controller, it shows 0. no -ve value. i check in MM03,changes history for the material. MRP controller has been changed few times but the latest is 160. What am i confusing is, what is the relation between MRP controller with the report? What is the function of the report actually? Isn't it suppose to give the same data either i put the MRP controller or not when running the report?
    Thanks

  • Report for MRP controller and relevant purchasing document

    HI
    My requirement :We have MRP controller for different diciplines(mech, electrical, Instrumentation.......ect).
    I want to search for a report Where it display me the Purchasing document(PO) number by respective decipline.
    I tried all the report in MRP controller such as MC.E, MC.D, COOIS.........ect
    Thanks in advance
    Mujeeb

    Hi Mangalraj
    Thanks for your answer, but my question is not yet answered.
    As you told i did follow accordingly.
    When i enter the T.code: ME5A ( i can not find the scope of list ALV but did find the entried as below)
    A     3-line + n special
    B     2-line + n special
    B1     2-line + 2 MRP list
    B2     2-line + 2 stock/rq.
    B3     2-line + 2 purch.dt.
    C     1-line
    C1     1-line + stock/rqts.
    D     
    F     Collective release
    G     3-line loop
    H     2-line loop
    I     1-line loop
    If i select "C" from the list i'm getting 1 line display but as you told i did press the CTRL+F8 but unable to get the cost) it does not work at all like dat.
    I'm using the system version 4.6C. Can you please suggest something on the report.
    Thanks & regards,
    Mujeeb

  • Inventory report for the selection of requisitioner and MRP controller

    Hello Experts,
                           Can someone please help me with a standard  Inventory report in which we can give input thr requistioner and MRP controller
    regards,
    YK

    Hi,
    You will get the requisition no. from EKKO (provided PO has been created otherwise you won't get any record). Find out PO & item no. for the requisition item. Then you can check EKBE table whether GR has been posted or not. If GR has not been posted then there won't be entry in EKBE for that PO & item.
    Regards,
    Rakesh

  • How can i display the MRP controller in transfer order print?

    Dear all:
       When i print the transfer order(Tcode: LT31) ,i want to display the MRP controller in the output form.
    How can i get that ?
    I found the user exit MWMD0001 and add the code in the include like this:
       select  single dispo from marc
         where matnr = ltap-matnr
               and werks = ltap-werks.
         zdispo = marc-dispo.
    But caz the "zdispo"  could not been brought to the "print form " of the report RLVSDR40 which control the print LT31.So ,i failed.
    Anyone advice?

    The problem is as zdispo is declared in your user exit it doesn't become available. Had it been declared variable in the include of the program for LT31 you would be able to use it directly in the script.
    Try doing this instead in your layout set.
    /: PERFORM MRP_CONTROLLER IN PROGRAM ZABCXYZ
    /: USING &LTAP-MATNR&
    /: USING &LTAP-WERKS&
    /: CHANGING &ZDISPO&
    /: ENDPERFORM
    in your program ZABCXYZ.
    FORM MRP_CONTROLLER tables in_par structure itcsy
                               out_par structure itcsy.
    tables: marc.
    data: matnr like marc-matnr.
    data: werks like marc-werks.
    READ TABLE IN_PAR WITH KEY ‘LTAP-MATNR’.
    CHECK SY-SUBRC = 0.
    MATNR = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘LTAP-WERKS’.
    CHECK SY-SUBRC = 0.
    WERKS = IN_PAR-VALUE.
    select single dispo from marc
    where matnr = ltap-matnr
    and werks = ltap-werks.
    IF SY-SUBRC = 0.
    READ TABLE OUT_PAR WITH KEY ‘ZDISPO’.
    CHECK SY-SUBRC = 0.
    OUT_PAR-VALUE = MARC-DISPO.
    ELSE.
    CLEAR OUT_PAR-VALUE.
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    This should work.

  • Creating Planned orders and Requisitions for a particular MRP controller and for all the others only Requisition is to be created.

    Hi Experts,
    Currently we run Program 'RMMRP000' as a batch job to create Planned orders and requisitions.
    The client wants that Planned orders and Requisitions should be created for a particular MRP controller and for all the others only Requisition is to be created.
    I implemented Exit 'EXIT_SAPMM61X_001' in the following manner by passing MRP controller to user_key.
      IF mt61d-dispo <> user_key.
        no_planning = 'X'.
      ENDIF.
    But as you can see that this will not meet my client requirement.
    If any of you has worked on similar requirement / if any one knows that this is achievable or not,
    please share your inputs.

    Moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development
    G. Lakshmipathi

  • ME51N - MRP Controller

    Hi Guru's,
    We are facing one issue for Manual PR - MRP controller
    I have material Exam. Aluminum (Material Master MRP controller is AM4), after MRP run it's generated Auto PR correctly, no issue
    but, some time we are raise Manual PR on this same material Aluminum, MRP controller it's take from Material Master,
    we need to restirct user wise (only manual PR), for example particular user raise maula PR on this material MRP controller is to be take SS4 not AM4, any way to assign user wise?
    i understand can't maintain two MRP controller for one Material
    how to solve this? pls advise
    Regards,
    Sankaran

    Hi kallam,
    I´m facing a similar problem.
    could you please share some more information how you did it?
    thanks
    Alex

  • Purchase requisition with MRP controller

    Hi everybody, I need support because I have to control during purchase requisition to block users with specific MRP controller.
    I mean, user A only have permission to create purchase requisition with MRP controller Z and user B only have permission to create purchase requisition with MRP controller Y.
    Thanks for all the ASAP cooperation.
    Regards.

    Hi Mitra,
    You will find your answer here.
    MRP controller for PR document type
    Do let me know if it helped, as I might have to explore this option for an upcoming requirement.
    Thanks
    Shailesh

  • F4 help for MRP Controller not adjacent to Plant

    Hello Dear all,
    I need F4 help for MRP controller on selection screen but only valid values for the plant value entered in the selection screen
    If select option for Plant and MRP controller are one below the other on selection screen, then F4 help for MRP controller gives relevant values ony for that Plants entered.
    But if they are not adjacent to each other F4 help for MRP controller gives all possible values. In such a case should we code separately for F4 help of MRP controller.
    Any suggestions.
    Thanks and regards,
    Mohit

    >That means F4 help will suppose to come automatically, but it's not providing the F4 functionality on the Time field. It's sounds like a bug in Web dynpro ABAP.
    No, this is normal. There is no time value help in Web Dynpro ABAP.
    From the online help:
    There is no automatic F4 help for data element TIMS.
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/9f724642314aabe10000000a42189b/frameset.htm
    You can create your own Freely Programmed Value Help for time however.  I created one and shared it as a sample implementation:
    http://code.google.com/p/abap-sdn-examples-tpj/downloads/detail?name=NUGG_WD_TIMESTAMP_VALUE_HELP_DEC2008.nugg&can=2&q=
    http://code.google.com/p/abap-sdn-examples-tpj/downloads/detail?name=ChapterX%20-%20User%20Programmed%20Value%20Help.pdf&can=2&q=

  • Product cost summary by MRP Controller

    Hi SAP Gurus,
    Do we have any report to get Product cost summary by MRP controller?
    Best Regards
    surya

    not answered

  • LX01 report additional field- MRP controller

    Hi, All
    I need to add MRP controller for the output list for LX01 transaction can a ny one suggest me which user exit i should use or which structure i should append the field and popultae that fiel in the exit..
    Thanks.

    Hi dear,
    You have to proceed as below.
    1) Maintain MRP view for material.
    2) With the help of your ABAP er create Z report.
    3) Logic to fetch for MRP controller - Go to table MARC and get the MRP controller (field name DISPO) of all the materials displayed in the report.
    Edited by: Deepak Kulkarni on Mar 18, 2011 5:31 PM

  • Mass update for production and planned order MRP controller

    Hi Gurus,
    It's anyway possible to mass update MRP controller for Production orders and  Planned orders. If any please provide me step by step process.
    Thanks,
    B.Deethya.

    I feel You have changed the MRP controller in Material master and want to incorporate same in production order & plan order.
    For Planned order Run MRP with delete and recreate mode, system will create a new plan order with MRP controller in Material master
    For production order, Mass change is not possible, create a simple BDC or LSMW, And change the MRP controller

  • How to make field MRP controller optional in Cj20n

    Hi All,
    Please help to make field MRP controller optional in CJ20n
    Cheers,
    Nies

    Hi ,
    we can create a dummy MRP in system and assigne it to the required project profile so that system will not ask u to make this entry. As per my knowledge Mandetory MRP is system requirement we cant by pass it.
    Rgds

  • Authorization based on MRP Controller in the PR

    Hi All,
    I want to restrict authorization of PR creation and list of the PR based on MRP controller.
    For e.g.  User X can only create PR with MRP controller A in PR. He can not create PR with any other MRP controller.
    And He can only display PR with MRP controller A.
    I have tried to put object  M_MTDI_ORG on the authorization but it's not working.
    Thank you for your help....
    Cheeryl

    Hi,
    The below information was available when I searched for this ..
    MRP controller for PR document type
    If you mean restricting which MRP controller codes can be entered in PReq on the "Contact person" tab, then the BAdI ME_PROCESS_REQ_CUST, method CHECK can suit you.
    Call the method IM_HEADER->GET_DATA to obtain the PReq doc. type in RE_DATA-BSART.
    Call the method IM_HEADER->GET_ITEMS to obtain the PReq items in its parameter RE_ITEMS. Then call loop through the items in RE_ITEMS and call RE_ITEMS->GET_DATA to obtain the item data in its parameter RE_DATA.
    Check RE_DATA-DISPO and set the exporting parameter CH_FAILED if you want to prevent the PReq to be saved.
    Please see if this helps you.
    Thanks
    Shailesh

Maybe you are looking for

  • Image Capture sends error message when importing photos from my camera

    I tried to import photos from my Fuji FinePix JX600 using Iphoto. Received an error notice and was unable to import. Tried Image Capture and it imported 220 of 407 pictures and then sent an error notice. Very frustrated. It's a new camera and I never

  • I lose my history, reading list when I turn off cloud/safari

    iPad displays searches at the bottom of the screen when I fo to close Safari. a little cloud symbol is there; sometimes it says iPhine -- both with my name. I assume these are from the cloud. Turning safari off under cloud and settings makes them go

  • Problem with interpolation

    I've got a problem. In my VI there are three different kinds of interpolation. Fpr ma the best interpolation is the Rat.-Interpolation. But in this Interpolation there are extreme errors. Why? I need an Interpolation which gives me a x- and y- value

  • Firmware File Corrupt

    Hello, Each time after dowloading, updating, backing up all of the sudden the same error came up for both my iPhone and hubby's iPod Touch: Firmware File Corrupt Unconnect, reconnect, and try again later Anyone know if this is due to way too much tra

  • Compiler not inferring legal methods correctly?

    The following sample code:public class Tester {   public static <E extends Integer> void doit ( final E[] a ) {     System.out.println ( a[0] / 4 ) ;   public static void main ( final String[] args ) {     Tester.doit ( new Integer[] { 2 , 3 , 4 } )