Plant Specific and X-Plant Material Status

Hi,
Could anyone please answer the following:
1.What is the TCode to configure Plant Specific Material Status?
2.Would there be any conflict if both X-Plant Material Status and Plant Specific Material Status can be configured together? My client would like to Stop Manufacturing in one plant and keep others unblocked.
Thank you,
Sam

hi
1.What is the TCode to configure Plant Specific Material Status?
t code is OMS4 ,block the production tabs in the indicator
2.Would there be any conflict if both X-Plant Material Status and Plant Specific Material Status can be configured together? My client would like to Stop Manufacturing in one plant and keep others unblocked.
*if u want plant specific block then do not use this indicator in basic data 1 view ,use it in purchasing view *
select the material in mm02 with plant and store then in pur view material plant status give this indicator
regards
kunal
award if useful

Similar Messages

  • Plant specific fields in the material master for product move

    Hi, SAP gurus,
    My scenario is we are moving a existing product in US plant to Brazil plant. What are the fields in the material master that are specific to a plant that will change. For ex MRP controller will change from plant to plant. Like that can anybody please provide me a list of fields that i need to be looking at?
    Thank you
    Anusha

    Hi Anusha,
    First of all, list down all your materials those you want to extend to new plant.
    a) Secondly, pay attention to those fields you will find "filled" in those materials at plant level.
    b) MARC comes handy for you to analyse which fields are at plant level.
    Intersection of fields with values between a and b are the ones you need to work out.
    Good luck,
    Regards

  • Default value in MIGO transaction for PLANT specific

    Hi Experts,
    I am looking for default vaule in MIGO transaction.
    Whenever goods receipt is entered for one particular PLANT ,i want vaule to be dafaulted in Quantity tab No.of container unit value to be PC for english and ST for german.
    Is is possible to achiece by creating new role ? if then how ?
    Note : It is for PLANT specific and for only one user.
    Thanks

    >
    Dhina wrote:
    > Is is possible to achiece by creating new role ? if then how ?
    This is not possible using security.  You will be able to do it via some form of customisation but you need to judge whether is it worth it.

  • Material status in material master

    Hi,
    We have different type of statuses that can be maintained in material master like -
    Distribution-chain-specific material status
    Cross-distribution-chain material status
    Cross-Plant Material Status
    Plant-Specific Material Status
    The settings for these are maintained as part of configuration.
    Is there any possibility to further add some more control parameters in the statuses through development or customising?
    regards,
    Mohit

    Hello Mohit ,
    What kind of control you are expecting through the material status ? We can do config and maintain new material status through the t-code OMS4.
    Just to mention few of the control few  of the control we can do from there are Message/Error if independent requirement is created for material , Message /Error if material is used in MRP, Message/Error if material is used in production order header, Message /Error if material used in WM transfer reqmt/posting change etc etc .
    There are other plenty of option there which you can explore.
    I hope the information helps
    Cheers
    Kaushik

  • STO Configuration by many plants with same receiving Plant

    Dear All
    Good Morning,,,,,,,
    Kindly discuss with me regards STO Process
    My requirement is to STO Supplying plant more than one and Receiving
    Plant is only ONE. Now I need to know whether its possible to
    configure above requirement in SAP and processing concepts
    simultaneously.
    Example:
    Supply Plant          : A1, B1, C1, D1
    Receiving Plant      : Z1.
    Regards
    Rushi.
    Edited by: rushiker on Jan 5, 2012 6:01 AM

    Hi Ajit....
    My requirement  is supplying Plant [A] and receiving Plant [Z] material is 0.87 mm bottles
                                                   and 
                                 supplying Plant <b> and receiving Plant [Z] material is 1.22 mm bottles.
                                                  and
                                supplying Plant [C] and receiving Plant [Z] material is 5.0 mm bottles.
    Supplying plants are located in A=Mumbai, B=Delhi and C=Pune different location and receiving Plant is in Bangalore.
    Regards with Thanks
    Rushi

  • Update the x plant material status and plant speific material status

    HI Experts,
    I am new to abap. In my requriment i want to update the status of x-plant material status (MSTAE) in MARA  and
    plant specific material status (MMSTA) in MARC. In master data the status of those fields is blank. Insted of balnk i have to upload '01' or '02'.
    using BAPI_MATERIAL_SAVEDATA  i am unable to upload. its not working.
    is there any another way to upload that two plants status.
    thanks in advance
    sravan

    Hi martin,
    i think insted of it_*** (internal table) we have to use work area. please make sure conform this one.
    i am giving my logic wat i have written and my requirement also...
    The process to update material master data status is described in 'xxxxx' Mark and Release Cost Estimates and BAPu201D.
    u2022     As a result of releasing a standard cost, certain master data elements need to be updated by the Cost accountant in order to enable further activities within SAP.
    u2022     All material codes for which Cost Accounting has released a new standard cost, need to have their Material Status indicators changed from 02 (reviewed) to 03 (released).  This removes the system blocks on certain activities within SAP like purchasing, production and Sales.  The status will be needed to change in two views of the Material Master. 
    u2022     The u201CX-plant matl statusu201D field on the Basic Data 1 view
    u2022     The u201CPlant-sp. matl statusu201C field on the Costing 1 view
    This update should be automated
    Select materials for which a price change document was posted based on selection parameters.
    Select price change documents for company code defined in selection screen since last run date
    u2022     Reference procedure = PRCHG (MLHD-AWTYP)
    u2022     Entered on MLHD-CPUDT u2013 verify against last run date to include in selection
    u2022     Entered at MLHD-CPUTM u2013 verify against last run date to include in selection
    u2022     Store last run date and time by company code, so that it can be picked up in the next run. (store in table TVARVC?)
    Select only the documents of plants which belong to the company code in table MLIT. The link between company code and plant can be found in table T001K.
    u2022     Valuation area = Plant MLIT-BWKEY
    u2022     Create a list of all materials MLIT-MATNR
    The next 2 updates should happen independently;
    u2022     Update the u201CPlant-sp. matl statusu201C field (MARC-MMSTA) on all plant views belonging to the company on the Costing 1 view to status 3 with as prerequisite;
    u2022     The current plant material status is 02
    u2022     This action must be done on all plants belonging to the company code
    u2022     Update the u201CX-plant matl statusu201D field (MARA-MSTAE) on the Basic Data 1 view to status 3 with as prerequisite;
    u2022     The current X-plant material status is 02.
    in pt_final1 i get the data corresponing to given tables.
    LOOP AT PT_FINAL1 INTO GS_FINAL1.
    *HEADER DATA
      GS_HEAD-MATERIAL = GS_FINAL1-MATNR.
      GS_HEAD-IND_SECTOR = GS_FINAL1-MBRSH.
      GS_HEAD-MATL_TYPE = GS_FINAL1-MTART.
      GS_HEAD-BASIC_VIEW = 'X'.
      GS_HEAD-COST_VIEW = 'X'.
    APPEND GS_FINAL1 TO IT_FINAL1.
    *CLIENTDATA
      GS_CLNT-PUR_STATUS = GS_FINAL1-MSTAE.
      GS_CLNTX-PUR_STATUS = 'X'.
    *PLANT DATA
      GS_PLNT-PLANT      = GS_FINAL1-WERKS.
      GS_PLNT-PUR_STATUS = GS_FINAL1-MMSTA.
      GS_PLNTX-PUR_STATUS = 'X'.
      CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
        EXPORTING
          HEADDATA    = GS_HEAD
          CLIENTDATA  = GS_CLNT
          CLIENTDATAX = GS_CLNTX
          PLANTDATA   = GS_PLNT
          PLANTDATAX  = GS_PLNTX
        IMPORTING
          RETURN      = GS_RET.
        Commit to release the locks
       RETURN-TYPE is 'E' in case of error, else 'S'.
      IF GS_RET-TYPE = 'E'.
        LOOP AT IT_RET.
          WRITE: / RETURNMES-MESSAGE.
        ENDLOOP.
      ELSEIF GS_RET-TYPE = 'S'..
        WRITE: / 'PLANT MATERIAL STATUS '.
      ENDIF.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDLOOP.

  • PLant specific status

    Hi all,
    How can we configure new plant specific statuses in the system.
    How can the plant specific ststuses can be made mandatory to be filled during material master creation.
    Is it possible to automatically populate a status(For eg ZM) at th time of creating a material.
    PLease help me.
    Karthick P

    Hi
    You can define the Plant specific status in OMS4 as suggested by Mr Vivek and also the settings are global but if you assign the same plant specific material status key in BD1 then for that material it will active on client level and if you assign in MRP1 view then it will active for specific plant only.Also you can do mandatory from T code OMS9> Field sele group 51 and maintain MARC-MMSTA as required entry for your material type wise.
    Correct me if am wrong.
    Regards
    Anupam Sharma

  • Plant specific statuses

    Hello Everyone,
    I would just like to ask for the purpose of the ff Plant Specific Material Statuses:
    LS- Last time buyStockPurKO
    LT- Last time buy
    NI- New product introduction
    Thanks in advance.
    Earl

    Earl,
    Those are customized statuses, and were created for your company.  The only standard Material Statuses delivered by SAP are '01' and '02'.
    You can review the details of your custom statuses in OMS4.  Description of Material Status functionality can be found in SAP Online help at http://help.sap.com/erp2005_ehp_06/helpdata/EN/ff/515dd249d811d182b80000e829fbfe/frameset.htm
    Configuration help at
    http://help.sap.com/saphelp_46c/helpdata/en/6b/1a39516e36d1118b3f0060b03ca329/content.htm
    Best regards,
    DB49

  • X-Plant Material status.

    Hi All,
    X-Plant material status means that we define a status saying that the material can be procured or blocked or not blocked.
    configuration path:-IMG Path: Logistics General -> Material Master -> Settings for Key Fields -> Define Material Statuses.
    My question is. these material status are created by us from the path mentioned above, but how does it stop the procurment.
    Please explain in detail.
    Regards,
    Ramya.

    Hi,
    If you are connecting between the systems this problem will araise.
    Material will be defined as per the product life cycle.The X-Plant status telling us where the item or material in the product life cycle.
    Based on the definition and design of the materail in the life cycle we can defined the items as described below:
    In general we have list of statuses and their meaning in the life cycle of the product
    X-Plant status - Meaning of that number
    01 - Obsolete
    03 - Hibernate/standby
    05 - Discontinue
    10 - Concept
    11 - Pending production
    15 - Engineering model
    20 - prototype
    30 - o-series
    40 - serial production
    45 - project production
    50 - specila production
    55 - phase out
    May be nubers will be changed as per their convinient and industry specific but the statuses of the items is same .
    Hope this will help to understand the concept of X-Plant status.
    Thanks
    Yugandhar

  • How to restrict change to plant specific data in MM01 and MM02 transaction.

    Hi Experts,
    The requirements is to restrict the plant specific data change in one system. As of now we have 2 different system lets say sys-1 and sys-2. our requirement is if at all any of the users are trying to change/create the material in Sys-1 they should be only able to update basic information and parts regional information/global informations only in sys-1.
    Do we have any option in customizing?
    If not then what would be the way to achieve this?
    Please help.
    Thanks!!!!
    Rajesh.

    Hi,
    Please refer the below link it may help you..............
    Authorization object for label Data view in mm02

  • Creation of Plant Specific Views while creating or changing the Material

    Hi,
    When saving a material (MM01/MM02), based on data in custom table, I have to extend the material for different plants and plant specific views such as
    1.     Purchasing
    2.     Foreign Trade Import
    3.     MRP1
    4.     MRP2
    5.     MRP3
    6.     Forecasting
    7.     Parts F&P Data (custom view)
    8.     Accounting 1
    How can I achieve this? Is there any FM or BAPI that can be used to extend material for a plant and its specific views?
    Also please suggest me the user exit or BADI which has to be used to achieve this functionality?
    Best Regards,
    Kumar

    We can use the BAPI, BAPI_MATERIAL_SAVEDATA to extend material to different views.

  • Shall v maintain price control  for material type with plant specific ?

    Hai Guru,
                       In OMS2, we change HALB price control [valuation] as V or S.  whether shall v maintain this for plant specific.?
    Kindly guide
    With Regards
    Swetha

    Hi
    if you do not make the indicator Price control manadatory active then you can have different price indicator for each plant. However thsi indicator is never done plant specific. If you wish to have plant specific then you may have to have a new material type and again you need to control the MM01 creation for that particular plant by means of Authorisation control which is littel involved also but can be done.
    Regards

  • Plant specific material variant

    Hi Forum,
    Has anybody downloaded plant specific material variant from R/3 to CRM.
    Please advise.
    Regards,

    Hi Anup,
    First make sure you have replicated the customizing object DNL_PLANT (R3AS) and that the plants have been correctly created as business partners in your CRM client. After this you should be able to replicate the desired materials by applying the right filter settings for the object MATERIAL (R3AC1) and replicating the object via R3AS.
    After replication the correct plant should be visible in COMMPR01.
    Hope this helps,
    Kind regards,
    KZ

  • Fm to Change Material Info Record (Plant-Specific)

    Hi,
    Is there any fm to change plant specific material info records ??
    Moderator message: please do your own research before asking.
    Edited by: Thomas Zloch on Jan 14, 2011 12:50 PM

    Hi,
    Please check the following bapi
    BAPI_MATERIAL_MAINTAINDATA_RT
    Regards and best wishes.

  • Material Master - Purchase order Text view as plant specific

    Is there any provision in standard SAP to make Material Master u2013 Purchase order Text view as plant specific.
    Example: Material Master u2013 Sales text view is sales org & Distribution channel specific and the sales text is unique of each of the sales org and distribution channel combination.
    i.e, if we change sales text for a sales org and distribution channel combination, it will not affect the sales text of another sales org and distribution channel combination.
    Similarly, can we make the Purchase order Text view as plant specific? How to achieve this?
    As of now, if we change the text for one plant, it will be affected to all other plants also.

    Hi Pankaj, thanks for the reply.
    The solution you have given is applicable if the info record PO text is used only in Purchase order?
    Moreover, we are not using plant specific info records.
    We want to use material master PO text for some other custom transactions.
    Please give your inputs.
    Thank you.

Maybe you are looking for