Hide Industry Sector Field after giving it a defalut value

Hi!!
I want to hide industry secor field in material master initial screen . Also as industry sector is a mandatory field i want the system to take a default value all the time without ever displaying it .
Pls tell me the settings .
Regards ,
Anis

Hi,
You can do the same by following setting :
Go to MM02-> Defaults ( Menu) -> INdustry Sector--> Select Required Industry sector and then tick the Check box HIde Industry sector on initial screen and then continue.So always this industry sector by default will be selected and also will be stayed hidden.
Hope this helps.
Revert if any doubt.
Regards,
Tejas

Similar Messages

  • Industry sector field for display only.

    Dear All,
    Does anybody know the setting to make Industry sector for display only, so that the enduser cannot change industry sector while creating material.
    I know to hide industry sector from DEFAULTS menu, but i need to freeze that field for display only.
    Regards
    Rang

    Hello Ranganath,
    You can use transaction exit. for more information check this thread.
    Industry sector (MBRSH) field in display mode.
    Hope this helps.
    Regards
    Arif Mansuri

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

  • Hide Industry Sector

    Hi,
    There is a need to hide the not required industry sectors in MM01 drop down
    Is there any way we can hide that.
    Thanks
    Diwakar

    Hii,
    You can set the default industry sector in any of the material master screen i.e creation and change mode (mm02).
    Go to T-Code: MM02
    Go to menu Defaults
    Select the Industry Sector
    It will ask for the default industry sector assign
    Check Box the Hide Industry sector on initial screen
    When ever u create the material code the default Industry sector will be the assigned one in the default values.
    Regards,
    Kumar

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

  • 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

  • INDUSTRY SECTOR - CONTROL

    Hi,
    During creating material master  we are giving , industry sector.. is it controls anything?? what will be impacts???

    Hi
    The industry sector is used to activate / deactivate certain screens / fields specific for that particular industry. You can create your own industry sector or use one which satisfies your needs.
    We can define industry sector in SPRO
    Path
    Spro >Logistics - General>Material Master--> Field Selection --> Define Industry Sectors and Industry-Sector-Specific Field Selection
    Standard Settings
    The standard SAP R/3 System comes, for example, with the following
    industry sectors:
    o A for plant engineering and construction
    o C for the chemical industry
    o M for mechanical engineering
    o P for pharmaceuticals
    You can change the name of the industry sector (plant engineering and
    construction, and so on) and, if necessary, the field input control too
    (via the field reference).
    regards,

  • 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

  • Trigger badi after giving data in custom tab of po item

    Hi,
    We have added custom tab in po item level, now we want to make those fields manditory
    for specific document type.We are using badi ME_PROCESS_PO_CUST .
    The message is getting triggered initially , but after giving data in the custom fields the badi
    is not getting triggered again.And triggers if we make changes to some other fields in po.
    So can we trigger the badi after giving data in custom tab ?
    I was trying something like this.
    method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM .
      DATA: l_if_header TYPE REF TO if_purchase_order_mm,
            ls_header TYPE mepoheader,
           ls_mepoitem TYPE mepoitem,
      l_if_header = im_item->get_header( ).
      ls_header   = l_if_header->get_data( ).
      CALL METHOD im_item->get_data
        RECEIVING
          re_data = ls_mepoitem.
    IF ls_header-bsart = 'BW'.
    if ls_mepoitem-ZZONAME IS INITIAL.
    MESSAGE 'Plz enter Operator name in custom data' TYPE 'E'.
    endif.
    endif.
    endmethod.
    Any pointers are welcome..

    Solved using exit EXIT_SAPMM06E_012
    This exit will trigger even after giving data in custom tab at po item level.

  • Ignificance of the Industry Sector selection in the Material Master

    hi all,
    We need information on the significance of the Industry Sector selection in the Material Master field. I understand that it can influence field selection and the screen sequence of the material master record.  We are particularly interested to know the influence of the industry sector u201CPharmaceutical Industryu201D .
    Any inputs would be greatly appreciated.

    Hi
    Please check follwoing links
    [MM01- Industry  Sector;
    [http://help.sap.com/saphelp_46c/helpdata/en/ff/515b3149d811d182b80000e829fbfe/content.htm]
    1. Define Industry Sectors and Industry-Sector-Specific Field Selection (transaction OMS3) -> assign a field reference to field selection
    2. Maintain Field Selection for Data Screens (transaction OMS9) -> define a specific field selection for a field selection group (for example, depending on industry sector (the field reference appears on the lower table control).
    Like the material type, the industry sector also has a control function. When you create a material master record, the industry sector determines:
    Which screens appear and in which order
    Which industry-specific fields appear on each screen
    The industry sector you assign to a material cannot subsequently be changed. In Customizing, you can define new industry sectors and maintain the field reference for field selection control according to your enterprise-specific requirements.
    Most data in the material master record can be maintained directly by the user. But some information is automatically updated by the system. When you enter goods movements, for example, the system updates the stock and consumption data. Statistical information, such as the date of original creation and that of the last change, can be invoked with , with the quick-info text Information on material.
    Some data in the material master is used for information purposes only, for example, description, size, and dimensions. Other material data has a controlling function in an application. For example, the MRP type controls the MRP procedure and the price control indicator determines which material valuation procedure is used
    Regards
    Kailas ugale

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

  • Industry sector in material master

    Dear all,
    May I know what are the guide lines to select Industry sector to configure material master.
    What are all the SAP standard Industry sector available?
    Can we use any indutry sector for any type of business. How to choose this.
    please advise.
    Thanks
    Udaya

    Hello Udaya,
    Branch of industry.
    The industry sector groups together companies according to their activities (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, for the selection of data fields on-screen, for the sequence of the screens, and for the allocation of a material to a material type.
    Industry Sector :
    Key that specifies the branch of industry to which the material is assigned.
    Use
    When you create a material master record, the industry sector you specify determines
    which screens appear and in what order
    which industry-specific fields appear on the individual screens.
    Thanks
    Geeta

  • FM to fetch Industry sector of Business partner

    Hi Gurus,
    Can you tell me the  Function Module to fetch Industry sector for a given Business partner. I have already tried using the FMs
    1. BUPA_INDUSTRYSECTORDETAILS_GET
    2. BAPI_INDUSTRYSECTORDETAILS_GET
    Any pointers on the same will be helpful.
    thanks,
    Udaya

    Udaya,
    Use this FM   :
    crm_bupa_frg0040_get_detail
    In the export structure ES_DATA , you will get industry sector in INDUSTRY field.

  • Hide the quantity field at goods movements in cofirmation.

    HI,
    My client is using CO11N for confirmation. and doing auto goods reciept and auto goods issue.
    Whn I am clicking on Goods movement in CO11N system is showing me which material is going in goods reciept and which is in Goods issue.
       Now my requirement is I want to hide the quantity field of the material in goods movement because some time user is changing the quantity of goods issue.
       Wat can I do for the same?
    Please sugest
    Thanks & Regards,
    Nilesh Ithape.

    Dear Nilesh,
    Try to achieve the same using the authorization control.
    You can take the help of the BASIS consultant and try to find the authorization object and the value
    which's allowing to change the quantity.
    Check whether this is the particular object C_AFKO_AWA is allowing the same(I'm not sure).
    After finding out the Authorization object remove the tick mark for the value which's for change or delete.
    You can find it using SU24 T code or using SUIM and other related T codes.
    If it cant be done even after authorization control ,revert back to the forum.
    Regards
    Mangalraj.S

Maybe you are looking for

  • Report takes too much time to display information

    Hello, We have Oracle BI EE 10.1.3.3 on the production environment, and now a problem is appearing in the display of a report in the dashboard. I already tuned the sentence that get the data, these are three and take 1 minuto, then the display in the

  • Saving/Printing work from within a .swf file

    Okay so here's the deal. I have to create a flash game in which users will be creating artwork. When users are done with their artwork we want them to be able to SAVE their work, EMAIL it to a friend, and PRINT it out all within the .swf file. HOW IN

  • Login as SYSDBA in WindowsXP

    I installed Oracle 10G R2 Database in my Windows XP Professional. I have succeeded in connecting to Database Control to orcl(default) database using SYS user id with Password 123456. When I try to connect to iSqlplus using the same user id SYS and Pa

  • HT2486 How do I save a bunch of addresses as a group

    How do I save a bunch of addresses as a group

  • Erasing songs from wish list

    I can't erase songs from my wish list.    When I click on a x on right, the song disapper for a split second and comes back.  Songs stay on my wish list after purchased, filling up my wish list.    It is not taking any more than 73 songs into the lis