MRP view maintenance

Hi All,
I have developed a programme to uplaod MRP views for huge number of materials across Plants.
There are few material for which one strange thing is observed
1. Material A plant 1-MSTA -D not mantained, but the same is there in MM01
2..MaterialA plant 2-MSTA-D maintained and its maintained in MM01.
Is MRP maintained on the basis of Plant or Storage location or both...because my programme is looking at material plant combination level and uploading the MRP as per maintenance status maintained in table MSTA.
But in above case, it gave an error probably  because for one storage location MRP was maintained  and for other not...
Can you all throw some light on this....
Regards,
Satyendra

One thing i missed...there are few plants for which above things are appearing for all the materials...
i.e MRP view maintained in MM03 but for the same materials MSTA doesnt have D status for those plants..
Regards,
Shailesh

Similar Messages

  • MRP view maintenance for Material Master

    What is the basic entry for R3 material master, if, I want EBP below condition works:
    Stock in R/3 sufficient: Shopping Carts creates MatReservation.
    Stock in R/3 not sufficient: Shopping Cart still creates MatReservation, and when run MRP (in R/3), it gives Purchase Requisition, with the exact shortage qty.
    Info: We have set customizing in EBP so that every follow-on document for Shopping Cart will be Reservation.
    -Mimi-

    In R/3  , the material should have MRP view and all planning related settings ...
    wr u want to go for consumption based planning or deterministic planning .
    Based on the planning procedure setting in MRP views of the R/3 sytem , PRs will get generated.
    This is what u are looking for .. otherwise post your feedback...
    Regards
    Mani

  • MRP VIEW For Plant Maintenance

    Hello friends,
    My Client require Minimum Stock of Spare Parts in Maintenance Store and when ever the minimum reserve quantity hit an automatic PR will generate and the purchase deptt. can Procure. so what will be the MRP View for Plant Maintenance in this scenerio and what will be the configration.
    Thanks
    Neeraj Gupta
    Edited by: neerajj0 on Jun 11, 2010 11:33 AM

    Hi,
    Material Master will be maintained by MM people. For Spare parts, material type would be ERSA. Maintain the MRP type for Reorder Point Planning in MRP1 view of Material Master & Reorder Point Qty in MRP1 view.
    While running MRP, spare parts also will be planned.
    Regards,
    Maheswaran.

  • MRP view in material master creation

    Hi Guys,
    Can anyone tell me how to change the settings for field dependency. My requirement is to use only the filed for "reorder point" in MRP view and do not enter any other data like MRP type or lot sizing etc.
    I have tried changing the setting for field selection group for MRP type etc but whenever i enter the value in Reorder point field it asks me for MRP type and does not allow me proceed...
    Thank you for your help.
    Regards,
    Siddharth

    Hi
    You cannot change that dependency as it is done through program code and not thru config.
    If you want reorder point only as an info field and not for actual Reorder point planning, I suggest you to explore any other unused information field in the masterial master.
    You can also use classification
    Best regards
    Ramki

  • Material Master MRP View not be created till Basiv View is created

    Hello All,
    I need an information where i would like to know if an MRP view in a Material master can be restricted without the creation of the Basic View. Basically an MRP view is getting created even though the Basic View of material master is not there and it needs to be stopped.
    Thanks for your inputs.
    Ismail

    Dear Syed ,
    If you want to prevent end users update other material master views , you can apply the concept of SAP note 545380 - FAQ: Authorizations material master , with this you will not more problem with this kind of problem.
    Hope this can help you.
    Please let me know if my thinking about your question is correct.
    best regards,
    Carlos Moçatto

  • Changes and Logical Delete in View Maintenance

    Hi everybody.
    I've defined a table view maintenance V_TABLE for T_TABLE, with five fields. One of them is defined as 'R' (not editable field).
    I defined an event 05 and an event 02 (for create and save) where I move SY-DATUM to the CREATED_DATE or UPDATE_DATE fields depending on it is a new record or a modification.
    But if I modify several records only one is updated.
    Besides, if the action is "delete" in the view maintenance, it must be a logical delete and move an 'X' to one of the editable fields.
    Can you help me please ?
    I can't see the action for each record in global tables.
    Event f_save  ( 02 )
      IF t_table-created_date IS INITIAL.
        t_table-created_date = sy-datum.
      ELSE.
        t_table-last_upd_date = sy-datum.
      ENDIF.
      MODIFY t_table.
    Event f_new_entry ( 05 )
      t_table-created_date = sy-datum.
    Thanks in advance,
    Liliana.

    Hello Karol, thank you for your answer.
    Now, when  I create new entries and select modify, hidden fields are updated.
    But when I select the delete option, it must be a logical delete, not physical. I must update one field with an 'X', but not delete. Can you help me with this ?
    Below is the include up now.
    FORM f_delete
    TYPES: BEGIN OF t_data.
    INCLUDE STRUCTURE /tenr/t_ppintwc.
    TYPES: action,
    END OF t_data.
    DATA: ls_total   TYPE t_data.
    DATA: lt_total   TYPE TABLE OF t_data.
    DATA: ls_extract TYPE t_data.
    DATA: lt_extract TYPE TABLE OF t_data.
    * get data from table maintenance
    lt_total[] = total[].
    lt_extract[] = extract[].
    LOOP AT lt_total INTO ls_total WHERE action = 'D'.
    IF sy-datum BETWEEN ls_total-begda AND ls_total-endda.
    ls_total-endda = sy-datum.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    IF sy-datum < ls_total-begda.
    ls_total-endda = ls_total-begda.
    IF ls_total-created_date IS INITIAL.
    ls_total-created_date = sy-datum.
    ls_total-created_time = sy-uzeit.
    ls_total-created_by = sy-uname.
    ELSE.
    ls_total-last_upd_date = sy-datum.
    ls_total-last_upd_time = sy-uzeit.
    ls_total-last_upd_by = sy-uname.
    ENDIF.
    ENDIF.
    MODIFY lt_total FROM ls_total.
    total[] = lt_total[].
    append ls_total to lt_extract.
    extract[] = lt_extract[].
    ENDLOOP.
    ENDFORM.                    " F_DELETE
    Thanks in advance.
    Liliana.
    Code Formatted by: Alvaro Tejada Galindo on Jan 4, 2010 3:12 PM

  • Reg:View Maintenance

    Hi Abapers,
    One new field is being added to a joining table and view during upgrade activity.. I have accepted these changes to both joining table and view.. generated table maintenance successfully.. When i'm trying to delete the existing maintenance for view to re-generate again, i'm getting below error: J_1GSL_CTRL_V maintenance interface cannot
    deleted because of IMG link
    Can someone please help me as how to regenerate this view maintenance...
    Thanks & Regards,
    Padmasri.

    You don't have to delete your maintenance - just go into change mode and select 'Create Modules' 'Create maintenance screen' and 'New field/sec.table in structure'.
    On the next popup select the screens you would like to have regenerated and select if you added key fields or secondary fields.
    That should do it.
    The other option would be to remove the link from IMG - delete and regenerate the view maintenance - and put the link back into IMG.
    Hope that helps,
    Michael

  • Special Procurement MRP View VS. Costing View

    Hi Experts,
    What's the difference between the 2 Special Procurement Key in the MRP veiw and the Costing View?  Should they always be the same?
    Thanks,
    Kumar

    Hi,
    MRP:
    You use special procurement when you want to be able to override the procurement type in the material master or define the procurement type more precisely.
    If the procurement type is in-house, you can nevertheless force the system to ignore the BOM and routing, and process the material as if it were externally procured, by specifying the special procurement as external.
    Costing:
    If you enter a special procurement type in the Costing view of the material master record, it will be used in costing.
    If you do not enter a special procurement type in the costing view of the material master record, the system will use the special procurement type in the MRP view.
    For further Clarification revert.
    Regards,
    S.Babu

  • MRP views in MM02

    I need to create a Screen Variant  and apply to a Z transaction which only allows users access to change MRP Information u2013 MRP1, MRP2, MRP3 and MRP4 tabs. in the Material Master.
    I do not want to give everyone access to MM02 u2013 Change Material Master as this allows them to change all master data within the Material.
    I only want them to be able to change MRP1, MRP2, MRP3 and MRP4 tabs.
    How to make the screen variant for this. I haven't worked on screen variants..Just need details on that. Please help.
    Edited by: yorker on Jun 27, 2011 9:08 AM

    Hi,
    No need of creating any Trasnaction/Screen Variant
    Go to OMT3B - Copy New Screen Seq from 21 and under "Data screens" delete all except MRP.
    Now Go to OMT3E - Here under "User screen reference", assign a Key to all user whom you want to give change option for MRP views. Now In Screen Seq Control Screen, maintain an entry with SRef; Trans as MM02, SRef: User as that Key, SRef: mat Type as *, SRef: Industry as * and assign the new Screen Seq.
    Now Check in MM02.

  • Data Type with reference and view maintenance

    Dear all,
    There are two questions that I want to ask.
    1.     Error when referencing a table with data type = u2018STRINGu2019.
    I have a Z table with some fields = u2018stringu2019, when I use this as a reference, an error prompted.
    "ZTBL_ABC" must be a flat structure. You cannot use internal
    tables, strings, references, or structures as components.-
    2.     Error in generating the View maintenance for field length > 255.
    Actually, I want to create fields with
    1.     data type = char(255),
    2.     data type = text
    3.     data type = char(3000)
    It is okay if I create the field with the selected size, however, when I generate the View maintenance (which can be access through SM30); it does not allow me to do so. It still not working if I change it into string. How can I create such table and use the table maintenance, as well as using that as the reference type of an internal table for another program?
    Regards,
    Mandy Au

    Hello,
    1st of all a table which has a field of type string can be converted in to table maintenance because TM does not support string type as it becomes a very big field to be displayed on screen ... so u need to change that.
    and then about the CHAR of length 3000 is too big ... to have a max limit of 255.
    If you change this both u will be able to generate TM.
    Incase after changing the field length it it gives error in activatin your table then go to SE14 put your table name EDIT and then Adjust n activate it....
    hope this was helpful
    --- Close the post once you get the solution

  • View Maintenance disabled in development and quality

    Hi,
    In my development , except client 100 where I generate request, and in quality , i cannot maintain view maintenance data like fiscal period, exchange rate. Is anything missing from basis side. Also I have observed that exchange rate is creating a request in development where i generate transport request. But in production it is enduser functionality.
    Cheers

    Hi Chandan,
                           Client copy is the last option. I want you to ask your functional consultants to go through all the TP's which are transported, ask them to check modified  object are transported or not?
           You check the all the TP's return codes, this will give you idea of weather they are successful or not.
    Regards,
    Hari.
    PS: Points are welcome

  • View maintenance dialog

    Hi all,
    I am facing an issue in view maintenance dialog, during UCCHECK, it is showing as error with description as follows:
    Generated Code for View Maintenance Dialog is not Unicode-Compatible You can
    regenerate with the program RSVIMT_UC_VIEW_MAINT_GEN
    I am still doubt. What is the impact if I generate it as proposed? Are our own coding removed after generation? Thus we need to code manually again.
    Thanks !
    Chika

    It seems that you're in the Unicode system and the dialog is not Unicode compatible. This program will not remove any code, as long as it has been added using the proper methods (user exit, designated enhancement, etc.). In the worst case it will display an error message.
    You might want to check in advance whether your code is Unicode compatible though.

  • What is the Authorization group in Cash Journal View Maintenance (FBCJC0)

    Question 1: In Cash Journal View Maintenance (Tcode: FBCJC0), what is the Authorization group? 
    Question 2: How / Where can I define this Authorization group?
    As per the F1 Help  document in SAP :
    The authorization group enables you protect access to certain objects.
    In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.

    Hi,
    Authorisation in Cash journal is meant for controlling of FBCJ transaction with an user ID. 
    For example, if you have a multiple cash book (Cash journal) or you are maintaining a cash book according to Business Area wise, Plant wise, etc.,
    In this case, you don't want to allow the other people to view / transact your cash book, then you can assign some unique identification in the authorisation group column against the each of your cash journal.
    These unique identification can be of any thing eg. 1001, 1002, 1ABC, ABC, etc.,  After this, the indentification has to be assigned in the respective user profiles in the below mentiond objects,
    F_BKPF_BED
    F_BKPF_BEK
    F_BKPF_BES
    F_BKPF_BLA
    F_FBCJ
    Hope it helps
    Saravanan.A

  • New lot size in MRP view

    Hi ALL
    Any one can suggest how can we configure a new lot size for  MRP view in ECC.
    regards
    Vikas

    Hello Vikas,
    I am not too sure ? Can you not change the field ? It doesnot need any cofiguration on the MRP view level. The value needs to be set
    Thanks
    Amber

  • How to delete MRP view data after create in Material master data ?

    Hi all ,
          After user  create a useless MRP view data in Material master data , how to remove it ?

    Hi
    Material master once created cannot be deleted.Only thing u can do is to mark it for deletion
    Go to Logistics > Materials management > Material master > Material > Flag for deletion > Immediately.
    Give the necessary data that is needed for the view you want to delete.
    Press and flag the view you want to delete.
    Now the view is flagged for deletion. This means that it's use is limited and it will be cleaned up or really deleted at the next clean up of the system.
    regards
    Anand

Maybe you are looking for

  • Stuffit, every time I save.....

    Every time I save a numbers document, Stuffit briefly opens, and creates a folder "filename.numbers Folder" with a build history, a "quicklook" folder and an index.xml in it...... So if I save 12 times while working on the document I end up with twel

  • I can't print complete pages from e-mails that I had no problmes with prior to using Firefox

    I received an online bill from an account of ours. I could open the pdf & view it but when attempting to print the bill, only portions of the bill would print. Today I tried to print a coupon with a bar code at the bottom of the message but only the

  • Mac mini buying

    Hello, I had an older mac and it broke so I have been using windows for a little while and I really need a mac again because I am a mac user and have a lot of programs/apps, same thing that I need to use in OS X. I plan to get a mac mini because of m

  • How to create and modify an infotype in E-recruiting?

    Hi All, it's necessary to add some fields specifics of the country for the ID , can i use the Customer Include for the infotype 0001 or it's possible create a new infotype? Thank's Best Regards

  • Cross Tab Size and Formatting

    Good Day To All, I have 3 Cross tab that fit perfectly on one page, but when it was created the user used an incorrect field as its columns. When I change the column field to the correct field the Cross-Tab increases in size shifting the last cross t