LSMW T.CODE FOR MRP CONTROLLER

Hi Gurus
Iam recording LSMW to upload MRP controller Master data in spro
What is the T.Code  (don't say like SPRO)
K.Prabakaran

sorry i checkd OMDO instead of OMD0
i got the problem solved
thanks for your answers, i have rewarded your efforts and closing my thread now
K.Prabakaran

Similar Messages

  • 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=

  • 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

  • Find Rule Resolution for MRP controller group objetct T024D

    Hi,
    I am using FM "RH_GET_ACTORS"  to find the agent corresponding to plant and MRP controller the code
    i am using is as follows,rule i am using is AC20000054
    types: begin of ty_objectkey1,
              Plant       type WERKS_D,
              Controller  type DISPO,
              end of ty_objectkey1.
    data: lt_objectkey1 type standard table of ty_objectkey1,
            ls_objectkey1 type ty_objectkey1 .
    data: lf_T024D type SWC_OBJECT.
    swc_container ac_container.
    SWC_CREATE_CONTAINER ac_container.
    ls_rule-object = 'AC20000054'.
    ls_objectkey1-plant = '5000'.
    ls_objectkey1-Controller = 'A12'.
    SWC_CREATE_OBJECT lf_t024d 'T024D' ls_objectkey1.
    SWC_SET_ELEMENT  ac_container 'ORG_OBJECT_ID'  lf_t024d .
    CALL FUNCTION 'RH_GET_ACTORS'
          EXPORTING
            act_object                = ls_rule-object
          TABLES
            actor_container           = ac_container
            actor_tab                 = lt_agent
          EXCEPTIONS
            no_active_plvar           = 1
            no_actor_found            = 2
            exception_of_role_raised  = 3
            no_valid_agent_determined = 4
            no_container              = 5
            OTHERS                    = 6.
        IF sy-subrc <> 0.
    ** Do Nothing*
        ENDIF.
    i maintained entries corresponding to Org Object T024D,but stll i am getting exception 3 in FM can anyone
    guide me regarding the same.
    Rushikesh

    Where did you write this code, since the rule does the job by itself if took care of the PFOM entries.
    Regards, IA

  • Performance for mrp controller

    Dear expert
    Do you know how to judge the performance of the mrp controller in sap? For example, the percentage of the materials meet the production.

    HI
    Try reports in std SAP .. MCP5 and MF60
    kaustubh

  • LSMW: Process code for DEBMDM and CREMDM

    Hi Can anyone tell me the process code for DEBMDM and CREMDM? I would like to use the IDOCs for uploading master data information.
    If you do not know the function module can you tell me what function module each one calls?
    Thanks,
    S.

    Hi you have to split this idoc into ADRMAS and CREMAS, not possible to upload CREMDM directly to Sap.
    Cheers
    Antonio

  • Material Master For MRP Controller

    Hi All,
    Any report available to see the material w.r.t MRP controller
    Thanks
    P.Srinivasan.

    Hi,
    In SE11, table MARC,
    Plant- WERKS and MRP controller DISPO, it will display all the materials with MRP controller.
    Thanks,
    JK

  • MRP to be run for those materials that is assigned to the MRP controller

    Dear Gurus,
    Pl. let me know how MRP can be run for materials assigned to the MRP controller only.
    Regards
    Veronica

    Hi
    You can run MRP for MRP controller using User Exit Key available in TCOde MD01.
    You have to define the user exit keys and make use of the same. ( in SPRO you can do that )
    Regards

  • 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

  • Authorization for MRP contoller level for PR creation...

    HI ..,
             Can anybody suggest me How to control the PR creation through authorization level for MRP controller.
    Regards
    sam

    Hi,
    Maintain the activity "Purchasing Group in Purchase Requisition", this is M_BANF_EKG. Set activity to:
    01     Create or generate
    02     Change
    03     Display
    06     Delete
    08     Display change documents
    Then maintain the purchasing group EKGRP and entered desired purchasing group.
    If you add this to a role, or create a new one say "Purchase Requisitioner", then assign the users. If each user should have different access rights to purchasing group, you would need to maintain this seperately per role. Perhaps create a unique per purchasing group.
    Use SUIM>Roles>By Auth Object and enter one above. This will show all roles which this current object and you can check which users have the role. Again through SUIM or AGR_USERS table.
    Thanks.

  • 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

  • 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

  • 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

  • Is there example code for using Ni488 and PCI-GPIB card in non controller mode?

    Is there example code for using Ni488 and PCI-GPIB card in non controller mode?

    cymrieg,
    Your code looks good to me. What is the problem? What happens when it fails? What is the IBSTA value on the controller, and at what point in the code does it stop? What is the IBSTA value on the slave, and at what point does it stop?
    One thing is that you might not want to call IBCLR() in a loop on the device. At the beginning of the program is fine...This will send a clear command to the device and will clear out any LACS and TACS bits that might be set. Also your IBDEV call shouldn't be in a loop.
    Hope this helps, but let me know if you need more information.
    Scott B.
    GPIB Software
    National Instruments

  • Create T-code for LSMW

    Hello Experts,
    How can we create t-code for LSMW load?
    We load IT0170 with different amounts for bunch of employees every year. During implementation we have created a initial load. Our client is asking if there is any way we can create Z t-code for LSMW and use the sample spreadsheet and load it in subsequent years.
    Please help.
    Mayuresh

    Thank you both for your reply.
    Actually our security person is not ready to give LSMW access to end users since it is a technical tcode. They are recommending to create Z tcode for our recording and LSMW load.
    Let me know how can we achieve this?
    Mayuresh

Maybe you are looking for