How to transport industry sector

Hi There,
I configured industry sector to "Standard (core)" in transaction SBIW, but I can't figure out how to transport to QA and production?
I even try to transport entry in SE16 table TMCLBW, but all transport option are grey out.
Please help?
Thanks
Joey

We were unable to make a transportable change, and wre forced to make the change locally in all our systems. -Doug

Similar Messages

  • How to keep Industry sector and Material Type in Display for Tcode MM01

    How to keep Industry sector and Material Type in Display for Tcode MM01( create material Initial screen)
    Thanks,

    Hi
    Yes, your requirement is possible using screen variant
    1. use tcode SHD0
    2. give transaction as MM01
    3. goto screen variant tab - assign some name - enter program name and screen name
       (from mm01 - F1 help)
    4. goto transaction variant tab - assign some name - assign already defined screen variant name
    5. goto standad variant tab - transaction variant name already fetched automatically - click on active button (it was placed after transaction variant name
    Raju

  • How to modify  industry sector of material master data

    dear all:
    i have already created a material master data using a wrong industry sector through tcode MM01.
    and i have created BOM&ROUTTING for this material.
    now ,i want to modify the  industry sector of  this  material.
    what should i do for this case?
    thank you!
    best regards!

    Hi,
    Industry sector is at client level & once you create the material you can't change the industry sector.
    However, if you have debug rights then you can change it directly in the table MARA with field MBRSH.
    Hope your query get resolved.
    Thanx

  • How to find Industry sector and material type of created Material

    I have created a material by choosing Industry Sector and Material type as "Retail" and "Finished Product".
    After creating the material I want to know, what is Industry Sector and Material Type of the created Material?
    Please provide the corresponding T-code or solution.
    Thanks in ADVANCE.

    hi
    for single material
    u can go to mm03 material then basic data1
    then click i icon in blue
    u will get all details
    for range of materials
    go to se16
    ive table MARA
    then enter
    go to settings >field selection here select
    MTART                           Material Type
    MBRSH                           Industry Sector
    and then click ok
    then execute
    u will get list of material with ind sec and mat type
    regards
    kunal
    award if helpful

  • Purchasing Industry sector transportation

    Hi
    In Purchasing we specify Industry sector as standard(core) we moved to quality industry sector is blank how to transport industry sector is there any procedure to follow.
    Regards
    poda

    Dear Yadav,
    1.Industry sector determines which screen should appear in which order.
    2.The industry sector groups companies according to activity, for example, plant engineering and construction, mechanical
    engineering, the chemical industry, and the pharmaceutical industry. Table-driven program support is provided according to
    industry sector, for example, the selection of data fields on screens, the sequence of screens, and the assignment of material
    types.
    3.Under SPRO->Logistics general->MAterial master->configuring material master>you can find the necessary settings.
    Regards
    Mangalraj.S

  • Set Industry Sector filed as display field in Material Master

    Hi folks!!
    In MM01 material master creation, I want to make Industry sector field as only display field, can anyone help me how to do this.
    Best regards,

    Dear,
    Check this thread where explained in detail your requirement:
    How to keep Industry sector and Material Type in Display for Tcode MM01
    Regards,
    Syed Hussain.

  • Change Industry Sector

    Hi
    can any one tell me
    how to cnange industry Sector for one Material.
    From Chemical to Mechanical Industry.
    it is very urgent
    regards
    Manju or

    Hi,
    you cannot change the industry sector of material once created. i tried even to change by using t-code MASS nut there i didnt find field MBRSH-industry sector which is there in the table MARA.
    i think you have to create material again with your industry sector.
    if other alternative is thr let me knw.(gurus).
    Regards,
    Archit

  • How to change material type and industrial sector of the exsisting material

    Hi,
    There is an issue where user wants to change material type and industrial sector of the exsisting material .Is  it posible to do so??
    IF not ,how can we delete that material from material master so that another material with same number and required material type and industrial sector  can be created.
    Points will be definitely rewarded.
    Thanks
    Rohit

    Hi Rohit,
    You can change the material type in MMAM trxn code if the material dosenot conatain any open purchase requisitions, open reservations & open purchase orders. Also material stock should be zero.
    Remember the new material type should have same attributes same as old material type.
    OLD Material New Material
    1) Standard Price 1) Standard Price
    2) Manufacture part 2) Manufacture part
    profile actvated profile actvated
    3) Quantity & Value 3) Quantity & Value
    Updation in all areas Updation in all areas
    4) should have same GL 4) Should have same GL acs
    acs
    It is not possible to change Industry sector once created.
    If you want to delete the Material, you can flag it in MM06 trxn code.
    Reg,
    Ashok
    Dont forget to Assign points if useful.

  • How to change the Industry sector of a material

    Hi,
    We made a Material Number with wrong Industry sector. How can i change it to right Industry sector.
    Industry sector should be Electrical inplace of Chemical Industry.
    Plz guide..

    Please check these links out for details:
    Re: change industry sector
    Re: change   the  Industry Sector
    Change industry sector
    Edited by: Afshad Irani on Apr 24, 2010 12:50 PM

  • How to find the industry sector of a material?

    Dear all,
    Is it possible to find the industry sector of an existing material?
    Thanks, Jerome

    Dear Jerome Zhao,
    <b>Using Table MARA in T code SE16</b>, give the input as the material for which
    you want to <b>find out the Industry sector type for the field MBRSH</b>.
    If its a small notation For example M - Mechanical Engg,check the expantion for
    this alphabet using <b>T Code OMT3E.</b>
    Reward points if useful.
    Regards
    Mangal

  • Issue in creating a dropdown for Industry sector field

    Hello Gurus,
    Am trying to create a dropdown for Indusry field. 3 dropdown should come up for Industry sector field namely primary,secondary and tertiary.Corresponding to the value selected in primary,data should come up in Secondary and corresponding to value selected in secondary ,data should up in tertiary.Am only able to fetch the value at first instance but corresponding values are not coming up secondary and tertiary.I have followed the procedure that had to be followed in order to make a field as dropdown.Can anyone Please help.
    In get_v , i have added this code.
    DATA:  lt_ddlb  TYPE          bsp_wd_dropdown_table,
               wa_ddlb  LIKE LINE OF  lt_ddlb.
    DATA:
              lr_entity1         TYPE REF TO if_bol_bo_property_access,
              lv_index           TYPE sytabix,
              lr_collection      TYPE REF TO cl_bsp_wd_collection_wrapper,
              lv_high_ind_sector TYPE string,
              lv_istype          TYPE string.
        CLEAR: wa_ddlb, lt_ddlb
        lr_collection = me->GET_COLLECTION_WRAPPER( ).
       lv_index =   lr_collection->get_current_index( ).
      IF lv_index = 1.
    lr_entity1 ?=  lr_collection->find( iv_index = lv_index ).
            lv_high_ind_sector = lr_entity1->get_property_as_string( iv_attr_name = 'INDUSTRYSECTOR' ).
          lv_istype = lr_entity1->get_property_as_string( iv_attr_name = 'INDUSTRYSECTORKEYSYSTEM ' ).
          CLEAR: lv_high_ind_sector.
    ELSE.
          lv_index = lv_index - 1.
          lr_entity1 ?=  lr_collection->find( iv_index = lv_index ).
          lv_high_ind_sector = lr_entity1->get_property_as_string( iv_attr_name = 'INDUSTRYSECTOR' ).
          lv_istype = lr_entity1->get_property_as_string( iv_attr_name = 'INDUSTRYSECTORKEYSYSTEM ' ).
        ENDIF.
        SELECT aspras aind_sector atext INTO CORRESPONDING FIELDS OF TABLE GT_IND_SECTOR FROM tb038b AS a INNER JOIN tb038a AS b ON  bistype = a~istype
    AND bind_sector = aind_sector
    AND b~istype = lv_istype*
    AND b~father_sec = lv_high_ind_sector.
      Loop at GT_IND_SECTOR into wa_ind_sector.
          wa_ddlb-key   =  wa_ind_sector-ind_sector.
          wa_ddlb-value =  wa_ind_sector-text.
          Append wa_ddlb to lt_ddlb.
        endloop.
        IF lt_ddlb IS NOT INITIAL.
          INSERT INITIAL LINE INTO lt_ddlb INDEX 1.
        ENDIF.
        IF GR_DDLB_INDUSTRY_SEC IS NOT BOUND.
          CREATE OBJECT GR_DDLB_INDUSTRY_SEC
            EXPORTING
              iv_source_type = 'T'.
    IF sy-subrc = 0.
            GR_DDLB_INDUSTRY_SEC->set_selection_table( it_selection_table = lt_ddlb ).
    ENDIF.
    ENDIF.
    rv_valuehelp_descriptor =  GR_DDLB_INDUSTRY_SEC.

    Hello,
    Not sure I understood your requirement 100%, but kindly check the following thread where a question on How-to make dropdown list values dependent has already been answered:
    How to link the first Drop down values witht the second Drop down Values
    Regards,
    Nicolas Busson.
    PS: also it would be good to know your CRM version... because I thought this thread was posted in the WebClient forum, but it's not.

  • Relationship between material type and industry sector

    Hi experts
    when using t-code mm01,there are two fields material type and industry setor in screen.Is there any relationship between material type and industry sector? I want to know if user be able to see the material type related to particular industry sector?
    thanks in advance!

    Hello
    There is no direct relationship between the material type and the industry sector.
    The industry sector is used only for field sttus maintenance (fields in display/optional/requierd entry) in transactions.
    We will assign seperate field reference groups to industry sectors and deopending on how we configure the field references, the fields will appear for the materials created for that industry sector.
    regards

  • Number of entries in the list industry sector varies (Transaction MM01)

    Hell friends
    I have 2 different ECC servers. When I try to create a material using transaction MM01, I see different lists on them.
    Both of them were installed recently and so everything available there are standard SAP created data.
    When I enter transaction code MM01 and select the list Industry Sector on the first server, I see a huge list starting with AgriculturalServices, AutoRepairServicesParking, BldgMaterialsHWGardenSupp etc. (More than 25 in number).
    However, I try the same thing on the second server I see only 5 of them. I am looking for Finished product on this second server and I don't see that, which is a standard industry sector according to what I have read.
    Could some one please let me know why this difference and also how to see all the entries in the list?
    Your response will be highly appreciated.
    Tks
    Ram

    Hi,
    Check table V137 in both servers and also
    check ENHANCEMENT patch level of both the servers
    Thanks
    Diwakar

  • Industry Sector and Material Type list of values in cFolders

    Hi,
      How to transfer the List of Values for Industry Sector & Material Type from R/3 to cFolders system?
    We have R/3 Production system running for the past 3 years. We are implementing cFolders now. While Material creation in cFolders, the List of Values listed for above mentioned fields are not as per R/3 values. Hence we need to change the same LOV in cFolders as per R/3. How to do it?
    Prasanna
    9036129381.

    Hi,
    The parameters material type and industry sector are used
    to classify a material. They define its possible uses.
    For example if you selct indutsry type as retail or mechanical it will classssify the material accordingly. again material type is semifinished then this you can also use as a raw material. In mm02 or MM03 u cant see it.
    If you want to see these you can go to SE16 and put table name MARA and can see it.
    Hope this will help.
    Reward point if helpful.
    Thanks,
    Raja

  • Change   the  Industry Sector

    Hello,everybody!
            After the material master data have been created,can we make a change of  the  Industry Sector ?  If do, how to realize it?
           Thanks in advance !

    HI,Stephen  and Yogesh:
    Thanks for your replies!
    The reason I want to change the industry sector is that:
    We filled the industry sectors of all materials with different labels (e.g., A and B).
    Now we want unify them to the same label.
    It seems this change is impossible according to your information.
    Thanks!

Maybe you are looking for

  • Getting javascript error in portal admin

    Dear all, When i tried to add a content item in the CMS of Weblogic Portal 8.1, an "unterminated string constant" javascript error is displayed and i can't add the content. This happens only when the content item is of a type that contains one or mor

  • Problem in compiling jsp file

    Hi, i am using tomcat 4.12 and jdk 1.4. My login page contains 3 frames. after succesful login into ur application, 7 frames are getting called. i have called a jsp page for each frame. sometimes while accessing my application, i am getting jasper ex

  • How to check response is recieved

    hi How can we block users to click on links and submit buttons on jsp page until a response is received after making jsp page submit. I suppose we have to write a javascript which disables all functions on JSP page and re-enables it after getting the

  • ADF Handling Unexpected Errors

    Hi All, I have a question related to ADF exception handling. Imagine a button on a ADF jspx page which has a binding to a Application Module method. If the AM method throws a Null Pointer Exception, the normal behavior we notice is that error message

  • Podcast Favorites Disappearing and Reappering on Apple TV

    About 6 weeks ago all my Podcast Favorites no longer showed up. After this weeks (9/25) Apple TV update they appeared again. The new ones I entered over the last few weeks are also listed. Why did I lose the favorites originally, and what can I do to