Material Description Field to be in Display mode.

Hi Gurus,
I am trying to make the Material Description field in the Display mode for PR. I changed the screen layout value into display for screen variants ME51N and also for NBB. Then also it is not getting effected. please advice on this issue on what needs to be done from the config setting side. Thanks.
With Regards,
Saakithyan.

Hi,
its fine that you made changes in NBB Field selection group for PR, but have you assigned that field selection group in Document type please check once,
untill and unless you assign the field selection group in Doc type you will not get the expected results.
Regards,
Ninad Kshirsagar

Similar Messages

  • Results fields are comming in display mode

    hi guys,
    While doing results entry for inspection lot ,the results fields are coming in display mode for some material numbers.some times its showing correctly(change mode).If i double click the result field its go to another screen there i can able to enter the result value.I checked inspection plan,lot and material but still the problem is coming,please help me to solve this problem.
    thanks in advance
    S.Murali

    Hi,
    You can check the condition in BADI at Display Button Click.
    For Example.
    If F_Code = 'BUTTON_DISPLAY'.
    x_input =  ' '.
    x_display = 'X'.
    endif.
    Regards,
    Sachin

  • HOW TO MAKE MATERIAL DESCRIPTION  FIELD IN SALES ORDER AS UNEDITABLE

    how to make the material description field as un editable in sales order , pls help me

    Through Transaction Variant <b>SHD0</b>
    Refer the thread
    /message/4083386#4083386 [original link is broken]
    Message was edited by:
            SHESAGIRI.G

  • Material Mater Purchase Order Text in Display Mode in T.Code MM02

    Dear Experts,
    In some code when I want to change the PO text in Material master it reflect in Display mode but maximum code display in change mode plz explain where is the setting.
    RCR

    HI,
    To change the settings of any field in transaction to display, change, required, or hide, u have to pick the field selection group from OMSR and then go to OMS9, select your transaction and then change the settings.
    Hopw this helps,
    Swapnil

  • All fields should be in Display mode except Plant field in Va02 and VA32

    Respected Guru's,
    I want all the fields in VA02 and VA32( Change t-codes)  to be in display mode, further user should be able to change the Plant value alone in sales tab.
    Is it possible to restrict it with the help of Authorization or does it requires customization.
    Please Help me in this regard.
    Thank tou,
    Daya

    Thanks for your information
    What is the transaction code for that
    ME29N - DISPLAY SCREEN SETTING ALREADY I HAVE DONE
    account assignment category is working only at item overview level, input - k iS IN DISPLAY MODE
    NOT account assignment tab fields
    please give the transaction code information so that it will be helpful for me

  • Interactive Adobe Forms - Description in list box in Display mode

    Hi All,
    We are working with Adobe Interactive Forms.
    There is a list box for States that is bound to the REGION field in IT0006.
    When I choose a value in the combo box for Stateu2026 and click on Check and Send all fields become readOnly and are displayed for reviewu2026 in this step the combo boxes display the actual value instead of the text (eg shows the 2 character code for a state instead of description)u2026 how can I make sure that the  form displays the description even in the readonly mode?
    In the Binding properties, I have set Item Text as "text" and Item Key as "key". This does not work. Is there any other setting to be made?
    Regards,
    Priya

    have you tried using a drop down box instead? I have several drop downs I use on 1 form - they're all bound directly to the backend and work fine.
    Edited by: robert phelan on Sep 22, 2009 4:36 PM

  • SAP Script : to display the material description in two lines

    Hi All,
    I'm working on scripts.
    the material description field is been passed from my driver program ..into the script..
    Ex: &gs_final-maktx& ..
    There r a number of other fields to be displayed ...after this field ....
    Is there any option to split the 'Material description into two lines'?
    Ex: at present it is :
    This is material description
    Requirement is:
    This is material
    description
    I mean that there a number of field berfore and after this field......in the same line
    I need to jst split the materia description ...& make it to appear in two lines.....!!
    Expecting your suggestions....
    Edited by: vidya vidya on Nov 11, 2008 3:17 PM
    Edited by: vidya vidya on Nov 11, 2008 3:20 PM

    FM TEXT_SPLIT ?
    ..but i handled this by code.
    DATA:      zzboldsx(18) TYPE c,
          zzboldsx2(18) TYPE c,
          zzboldsx3(18) TYPE c,
          zzboldsx4(18) TYPE c.
    DATA: i_lines TYPE STANDARD TABLE OF tline WITH HEADER LINE ,
            r_lines TYPE tline,
            v_cnt LIKE sy-tabix.
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          client                  = sy-mandt
          id                      = stxh-tdid
          language                = stxh-tdspras
          name                    = name
          object                  = stxh-tdobject
        TABLES
          lines                   = i_lines[]
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      IF sy-subrc = 0.
    * Only 4 lines of Header text supported. Can add if needed
        LOOP AT i_lines INTO r_lines.
          CONDENSE r_lines-tdline NO-GAPS.
          v_cnt = v_cnt + 1.
          CASE v_cnt.
            WHEN 1.
              zzboldsx = r_lines-tdline.
            WHEN 2.
              zzboldsx2 = r_lines-tdline.
            WHEN 3.
              zzboldsx3 = r_lines-tdline.
            WHEN 4.
              zzboldsx4 = r_lines-tdline.
            WHEN OTHERS.
              EXIT.
          ENDCASE.
    *   zzbolDSX =  i_lines-tdline .
        ENDLOOP.

  • How to make a field from display mode to change mode for a perticular tcode

    hi all,
    my client want to change one field which is in display mode of a material doc in mb02.
    Restrictions in some fields  in MIGO needs to be changed.
    Uploading point in case of issue: While editing the MIGO latter,  this field needs to be edited.
    Goods recipient in case of receipt: While editing the MIGO latter,    this field needs to be edited.

    hi thanks for quick replay,
    my requirement is, supose i post a material doc through migo in 101 mtype, in item detail, where tab i have given the good reciepitant and unloading point. but while i want to change that material doc in mb02, i saw unloading point is in change mode, but good reciepitant field is in display mode. my client requirement is to change that field. so for change that field, the field should be in change mode, so thats what i want.
    i have checked in configuration side, but i didnt get any setting, i think we have to customize that standard screen.
    any comments?
    regards,
    susanta
    Edited by: susanta bindhani on Jun 19, 2008 2:18 PM

  • How to change qty field as change mode to display mode in VL32N

    Hi Guru's,
    My requirement is for particular users quantity field in VL32N to display mode remaining users it should be in change mode.
    We are already created a Security Object for this.
    Can you please anyone help how to approach this requiremnt. Is there any standard BAdI for this.
    Thanks in Advance.
    Regards,
    Sai Rama

    Hi
    There are Badi for this T-code
    VMDE0004                                Shipping Interface: Message SDPACK (Packing, Inbound)        
    VMDE0003                                Shipping Interface: Message SDPICK (Picking, Inbound)        
    VMDE0002                                Shipping Interface: Message PICKSD (Picking, Outbound)       
    VMDE0001                                Shipping Interface: Error Handling - Inbound IDoc            
    V53W0001                                User exits for creating picking waves                        
    V53C0002                                W&S: RWE enhancement - shipping material type/time slot      
    V53C0001                                Rough workload calculation in time per item                  
    V50S0001                                User Exits for Delivery Processing                           
    V50R0004                                Calculation of Stock for POs for Shipping Due Date List      
    V50R0002                                Collective processing for delivery creation                  
    V50R0001                                Collective processing for delivery creation                  
    V50Q0001                                Delivery Monitor: User Exits for Filling Display Fields      
    V50PSTAT                                Delivery: Item Status Calculation                            
    V02V0004                                User Exit for Staging Area Determination (Item)              
    V02V0003                                User exit for gate + matl staging area determination (headr) 
    V02V0002                                User exit for storage location determination                 
    V02V0001                                Sales area determination for stock transport
    You can try with any one of them V53W0001, V50S0001, V50Q0001, V02V0004, also you can proceed with table auhtorization as there is need to check one table before entring in T-code as  if user id is there then not able to edit.
    Here don't make code like need to maintain all id's, if id is there then not able to edit, so to whom you don't want to allow maintain their id's in that.
    Thanks
    Bhupinder Singh Arora

  • Screen Display Language of Material Descriptions in PO vs Output Documents

    Greetings Experts,
    We have the requirement to display material descriptions in purchase order screens as well as other screens in language dictated by user setting and not the business partner preference. Currently, when we log on as user with English language setting and create purchase order for vendor with a Korean language setting, the material description in the screen is displayed in Korean. So it appears that system ignores the UI preference and displays the material description in the vendor's language/comunication preference. We see this same behavior in other SAP transactions as well. Is there a way for display language for material description to be dictated by user logon preference while retaining ability to output documents that are required in vendor's preferred language?

    Hi
    The material description will come from the material master record, so whic language you are entering in the material master it automatically pick to the purchasing documents.
    If you need material description in different language you can do this in material master itself goto additional data and maintain there.

  • Material Description to be overwritten in PR/PO from material master

    Hi,
    when we create a PO/PR from ME51n and ME21n the material description field is mandatory hence inspite of making setting as display only  in SPRO the inital screen will except any description and will save it.
    Is there any thing else by which the description data can be overwritten from material master so that even if the user enters any xyz description the system overwrites it from the material master.
    Regards,
    Reena

    Hi,
    You can very well achieve it by making the field "Material description" a  "Display" field in the IMG path:  Maintain screen layout at document level
    However, you have to use the right "Field selection key" to make the screen changes. For eg. for NB purchase order, the field selection key would be NBF and not ME21N.
    The field selection key that is applicable for the document type can be found in "Define Document types" img activity.
    I have checked this and it works perfectly fine for both PR & PO.
    Once you enter the material number in PR (or PO), the material description is brought from material master and then the field is greyed out. (thought initially the matl. description field looks editable).
    << Moderator message - Point begging removed >>
    Cheers.
    Prabhu S
    Edited by: Rob Burbank on Nov 24, 2011 10:24 AM

  • Material Description while goods movement in CORK

    Hi experts,
           When i am trying process order confirmation, it pick-up material code only and not material description, and it is very difficult to recognize which material is this by this, so need material description field there, but in standard SAP its not there, please suggest me how can i get description there.
    Karad D D

    Hi,
    In CORK screen,material description is there.it will get displayed next to the material.
    If you are lokking in CORK goods movement tab,then it is there in end of teh table ,just drag that next to material field and save the layout.from next time onwards it will get displayed next to that material.
    To make description next to material always,first drag that field next to material and then click on the table setting at the right hand corner and create a variant and make that variant as current setting.
    Hope it helps
    Edited by: Girish  Adaviswamy on May 12, 2010 12:16 PM

  • Cj20N Material Description filed editable

    HI friends
    I want  to make the material  description field to be ediatble in run time  in cj20n. After entering the materila number the description should be editable . it is output only IO filed.
    Thanks in advance
    Moderator Message: I understand this is task that has been given to you at work, for which you are getting paid. So why are you posting it here for the world to see? Why don't you go ahead and start working on the requirement?
    Edited by: kishan P on Dec 5, 2010 6:48 PM

    BISWAJIT
    You can make only material description as display. go to PR- define screen layout at document level-select me51n- details -material description - flag display
    user can enter the mtnr.
    chris

  • Block material description in MM02|

    Hi,
    Is there any settings to block users permissions for modify material master description in MM02?
    Thanks
    Jorge G

    Hi,
       Transaction variant will be a good option for you. Go to SHD0 transaction and create a new transaction variant for MM02. Maintain the material description field as "output only" and save the variant.
        Please note that you have to maintain the variant with material description as output only for all the material master views.
       You can assign the variant to all required users, who doesnt want to change the material description, then create a variant group and assign accordingly.
    Refer the doc: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a070bfbb-d34a-2d10-b092-ecbe0b0d4a4c?quicklink=index&…
    Regards,
    AKPT

  • In PM order, can we change the material description for item category N?

    Hi,
    In Plant Maintenance work order, is there a way to change the material description while purchasing material (item category N) using a material master number? In config. the material description field is open for input. However on the work order components screen it becomes grey as soon as one enters a material master number.
    Background: We want to maintain generic material master records in the system and use them for purchasing materials (item category N) on work orders so that the purchasing data defaults from the material master. But we need to be able to change the description per the specific requirement.
    Similar functionality works on sales orders. Are we missing anything?

    Hi there,
    One solution would be to have some generic materials created and used them during work order processing. These generic materials needs to be extended to all the required plants.
    Hope this works,
    Cheers !!!

Maybe you are looking for

  • My hard drive isn't showing up

    I am having a problem. It seems like my computer can't see the hardrive. I have started up using the install disk and ran disk utility and it said the it had repaired the hard drive. If I run disk verify it fails. Disk utility isn't even finding the

  • Dates are not shown correctly

    By accident I just noticed that dates are shown quite messy on my MBP with OS-X Lion 10.7.4 for some odd reason I can't find. It doesn't matter if I have the dates shown in their long form or short form (see screenshot). I had never seen this before,

  • Query can run in Oracle 10g but very slow in 11g

    Hi, We've just migrated to Oracle 11g and we noticed that some of our view are very slow (it takes seconds in 10g and takes 30 minutes in 11g), and the tables are using the local table. Do any of you face the same issue? This is our query: SELECT A.w

  • System Compression option not showing up in Disk Cleanup tool

    I am trying to give the new "System Compression" option in cleanmgr a spin but for some reason it is not showing up on my system. I have installed Windows 10 TP into a small partition on an eSATA hard disk, leaving my internal HDD for Windows 7, if t

  • Cleaning my mac book to make it run like brand new.

    Want to restore macbook late 2008 to factory settings but cannot find discs. I just want the feel of a brand new macbook, but keep the other apps that I have purchased. How can I do it without restoring to factory settings.