Item Description in PO/PR non editable

Dear Friends,
Need your suggestion how to make decription field of material master in display mode while creation of PR/PO so that nobody can edit it
Regards
SG

Hi ,
you need to create the screen layout for PR & PO both.
Path for Screen Layout PR
SPRO->MM->Purchasing->PR->Define Screen Layout at document level
Create a scree layout (field selection key NBB) , within Basic Data Tab check Material Description as Display only.
Assign this Field selection key to the Document types you are using in PR.
Path for Document type PR
SPRO->MM->Purchasing->PR->Define Dcoument type.
Same process has to be repeated for PO
Path for screen layout PO
SPRO->MM->Purchasing->PO->Define Screen Layout at document level
Path for Document typ PO
SPRO->MM->Purchasing->PO->Define Dcoument type.
Honey

Similar Messages

  • Make Item level field Non-Editable in VA01

    Dear Experts,
            I have a requirment to make ITEM Category field in item level of VA01
            make Non-editable based on the value of Sale order Type in the main screen
      i am using Program MV45AFZZ to make necessary changes i am able change any thing on the header level but i am not geting the control of item level Please suggest me how to change or make fields non-editable in Item level.

    Hi,
    Try writing code in FORM userexit_field_modification.
    *** Lock field pricing date in SO if delivery occured
      IF   screen-name = 'VBAP-PSTYV'  AND
           sy-tcode NE 'VA01' AND l VBAK-AUART EQ 'your document type'.
          screen-input = 0.
      ENDIF.
    ENDFORM.                    "USEREXIT_FIELD_MODIFICATION
    KR Jaideep,

  • Making the whole po line item as a non editable one (Greyed out)

    Hi all
    can any one please let me know is there is any way we can grey out the whole line item,
    i mean to say non editable mode.
    i am working on a user exit where based on certain field entries i have to make the whole line
    item as an non editable one.
    For example po change transaction if there are 5 line items i want to make the three as a non editable one and i have a user exit
    with me but dont have the idea of how to make it geryed out.
    Thanks in advance.
    Joe

    Hi
    Do you have a PO release strategy implemented. This can be done through PO release strategy. please tell  the exact requirement whether this is for all users ???
    hope it will help
    Regards

  • PO order confirmation maked field Non editable

    Dear All,
    We had just shifted to ECC 6.0. When we create the PO and after that enter the order acknowledegement in confirmation Tab the field like PR, Contract Numebr on line item gets grayed out meand non editable. WHile I had tested the same thing in 4.6C and found that in this version although we enter the Order Acknowledegement in COnfiramtion tab and save the PO the field like PR, Contact number at line item does not get garyed out means it is available for editing also.
    Please let me know is there is any settings in Configuration to be done. Or is this is STandard FUnctionality of ECC 6.0. Are there any notes or FAQ notes available on this which states this functionality.
    Please reply as earliest as possible.
    Thanks
    Shashi

    Hi ,
    Spro  - Materials Management - Purchasing - Define Screen Layout at document level - ME21 - Create Purchase order - Field Selection key
    Thanks & Regards,
    Senthil.

  • PO (Tcode- ME21N)  In Item Text "Material PO text" to be non editable

    Dear All ,
                  We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    As per our configuration in "Material PO text"  Material long description picking from Material master .We want to make this text field Non Editable.
    In SAP there is facility to configure non editable  Texts , But it will non editable all text fields.
    How we can non editable only Material Po text .
    Thanks in Advance.
    Regards
    Abhishek Tiwari

    Hi,
       As of my knowledge, there is no purchase organization specific texts exits. But you may make use of the purchase organization specific text in vendor master. You may define purchase organization specific text for vendor master and then maintain the text in vendor master. You may configure to copy the vendor master text to PO automatically. Refer the doc: Copy Control in MM (Conditions, Fields and Texts): (3rd part)
    Regards,
    AKPT

  • Item field to non-editable mode(display mode) in Purchase Order(ME22n).

    Hi SDN,
    Based on the Comany code i need to modify the item level fields like <b>Item, Account Assignment, Material</b> to non-editable mode(display mode) in Purchase Order(ME22n).
    So i modifed in the method MODIFY_SCREEN_TC_LINE of class CL_TABLE_VIEW_MM and set the value L_FIELD_STATUS = *  for the screen filed MEPO1211-EBELP. When i execute, the whole column changed to display mode and the empty rows filled with 0(zero). But i want only grey mode for the line items that are present for that PO but not for the whole column. So can any one guide me to do so. I am using 4.6c.
    Thanks in Advance
    Regards
    Basha

    Hi Ramesh,
    Normally you can change the currency field, after entering information in Data base's table, go to Detail's table and change the rate as you want, then directly choose your PO number.
    so the system accept the rate entered aven though the PO had another rate.
    Regards.

  • Text Items are non editable

    Hi,
    I have developed a simple form, which will display values from a view.
    I have set the Update Allowed and Insert Allowed properties to Yes, still the fields are non editable.
    Can anyone please help me on this.
    Thanks in advance

    user593058 wrote:
    I mean, I could not able to insert new values or update existing values in the form. You haven't answered my question.
    Were you able to change the values on the screen but couldn't save it to the database or you couldn't even change the values in the item's on the form's screen???
    When you say you are not able to change values, what is the error code/message you are receiving????? You need to provide some information.
    Can you explain the above approach? and if we have trigger on the view, then the fields will be editable?If your view is a simple view with no join between two tables, then you can update if you have a join bewteen 2 or more tables and you have calculated fields then you need to have database triggers on the view to execute DML operations on the base tables.
    Tony

  • User Exit to make Payment Term field non editable in item level .

    Hi all,
    User wants to make the Payment Term field in sales order as non editable and  Payment terms is copied from Customer Master to Sales order.
    I use user exit MV45AFZZ (USEREXIT_FIELD_MODIFICATION) to make Payment Term field non editable in header level.
    I am not able to do it in item level. Pl help to to make Payment Term field non editable in item level.
    Thanks,
    sunil

    Hi,
    You can try implicit enhancement in the include MV45AF0T_TCTRL_U_ERF_AUFTRAG_I
    use below code.
    DATA: WA_COLS LIKE LINE OF TCTRL_U_ERF_AUFTRAG-COLS.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
       IF WA_COLS-SCREEN-NAME = 'VBAP-ZTERM'. " Check the field name
       WA_COLS-SCREEN-INPUT = 0.
       WA_COLS-SCREEN-OUTPUT = 1.
      MODIFY TCTRL_U_ERF_AUFTRAG-COLS FROM WA_COLS.
       ENDIF.
    ENDLOOP.
    It better to control it via a custom authorization object.
    put a authorization create a custom authorization object so that you can restrict it for a certain users.
    AUTHORITY-CHECK OBJECT 'ZTERM'
             ID 'ACTVT' FIELD '02'.
    IF SY-SUBRC NE 0.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
    ENDLOOP.
    ENDIF.
    Regards
    Aromal

  • Amount field to be non editable at line item level in MIRO

    Hi,
    Plz let me know the steps, how to make the "Amount" field at line item level to be non editable in Invoive verification (MIRO).
    Regards,

    Create a screen variant for MIRO and make DRSEG-WRBTR filed output only.
    Program: SAPLMR1M
    Screen no : 6000

  • How to Desable (Non Editable, Grayed out) NETPR field on PO line item

    Hi
    I have a requirement where in PO I need to make NETPR (Net Price) non editable based on GR status.
    For this BAdI 'me_process_po_cust' has to be used and method 'fieldselection_item'.
    In this method we have got an internal table 'ch_fieldselection' that actually allows to change the field properties.
    The issue is I am not getting NETPR value in it in anyform (MMMFD code is used inside it).
    Can anyone please help me in how to get NETPR field value in ch_fieldselection table? or is there any other way i can achive this functionality of desabling NETPR field on line item of PO.
    Thanks,
    Chintan Soni.

    Hi
    By using transaction and screen variant the field can be changed to non editable.
    T.code - SHD0
    Arun

  • PO ITEM CUSTOM TAB - FIELDS (non editable)

    Hi,
    I have created a custom tab in the PO item level using the badi "ME_GUI_PO_CUST". My custom fields in the custom tab are editable in the creation and change mode, while non-editable in the display mode as per my desire.
    The problem is when I am saving some changes in the PO, after this all standard fields were becoming non-editable but my custom fields in the custom tab were in the editable mode. I want custom fields also to be in non-editable, once I saved  from ME22N tcode.
    Please help me out.
    Best Regards,
    Gopi
    Edited by: Gopi Ramasamy on Sep 30, 2008 3:36 PM

    In method
    IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER
    call method is_changeable from data model
      DATA: xv_changeable TYPE mmpur_bool.
      xv_changeable = im_header->is_changeable( ).
    based on value of xv_changeable i.e. 'X' or space.
    set
    ch_fieldselection-fieldstatus = '+ . * -'
    '-'    ->  Hide / Inactive
    '*'    ->  Display only
    '+'   -> Change

  • Changing JList non-editable Font color of the selected items

    Hi All,
    I want to change the font color of non-editable JList's selected items which is not clearly visible to user. And I need to change the font color only the selected item in this scenerio.
    Could you please clarify me?
    <img src="file:///C:/DOCUME~1/sgnanasi/LOCALS~1/Temp/moz-screenshot-4.png" alt="" />

    [email protected] wrote:
    ..I want to change the font color of non-editable JList's selected items which is not clearly visible to user. And I need to change the font color only the selected item in this scenerio.Set a custom [cell renderer|http://java.sun.com/javase/6/docs/api/javax/swing/ListCellRenderer.html] *(<- link)* for the JList.

  • Quantity tab is non-editable under ITEM VIEW screen in SRM- MDM Catalogue

    HI,
    Implementation of  SRM MDM Catalogue 2.0 SP04 (5.5.64.82) .Need inputs on  SRM MDM Catalogue>shooping cart view >ITEM DETAIL screen
    Following two tabs  "Add to Shopping Cart" or "Add to Shopping List"  are not working under "Item View" screen when user trying to add items  by using these two tabs. Some  "java.lang.NullPointerException" error is populating when user clicks on any of these two tabs. Detailed screen shot attached for your understanding
    Also, "Quantity" tab is disabled  and seen as non editable field  - (which is greyed out) - we can not place any value into it.
    But the "Add to Shopping Cart" or "Add to Shopping List" tabs are working fine under other  screens  views like  "context view" & "List view" .
    Seems like it is a product Bug
    Need your valuable inputs at earliest as our go-live date is approaching very near
    Thanks & Rgds/Pawan

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • In PO -Me21N Material PO text field non editable

    Dear All ,
                  We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    As per our configuration in "Material PO text"  Material long description picking from Material master .We want to make this text field Non Editable.
    In SAP there is facility to configure non editable  Texts , But it will non editable all text fields.
    How we can non editable only Material Po text .
    Thanks in Advance.
    Regards
    Abhishek Tiwari

    Dear Chetan,
                          I think you have not understood my complete question. First thing i dont want to non editable Short text field.
    In my problem  i In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    In above text fields ,I want to non editable only "Material PO Text" only....
    Regards
    Abhishek Tiwari

  • Item Description disappear on AR Invoice screen

    Experts,
    I'm working with a Client where we have a specific Item A that gives an issue. On this Item A we only have 2 warehouses selected (None Default), none of these are the Main/General Warehouse.
    When I enter this Item A on a AR Invoice, I first have to change the Warehouse to one of the correct ones before I can enter any other data. Once I did that the Item Description is not populated even though this is in the Item Master.
    This is not true for other items with all the Warehouses in the Item Master.
    This is also not true when I make select one of the Warehouses on the Item Master A as the default warehouse.
    Is there any way to correct this without making one of those warehouses default?
    Regards,
    Marli

    Gordon,
    I did some testing on the SBO Demo database.
    I took the first item and duplicated this with a new code. I then changed that Item by deleting the General Warehouse from the lines. The GL Method was still by Warehouse and when I then created a Invoice for this Item it showed the Item Description.
    When I changed the GL Method to Item Level the Description disappeared.
    Is this a bug? Or am I missing something?
    Thanks for your help.
    Marli
    Edited by: Marli Schutte on Dec 2, 2010 7:34 PM
    Edited by: Marli Schutte on Dec 2, 2010 7:34 PM

Maybe you are looking for

  • Hard Drive Failed

    My iMac's hard drive just failed and the computer is not even 2 years old yet. I don't have apple care. Does anyone know if apple can help with this issue? Or will I just have to pay to replace the hard drive?

  • Technical/business system for non-SAP system

    Hi, I want to use a webservice from a non-SAP system. It is necessary to define a technical and business system in zhe sld for that non-SAP system? When yes, is this a standalone or a 3rd party system? Thanx

  • Ipod 4th gen not working???

    basically i met my fave band and i took videos and stuff, then hours later my ipod 4th gen wouldnt switch on, i cant reset because my home button is jammed, what do i do? i really want the videos off i

  • Nokia 5230 display distorted!

    After updating to the Nokia 5230 latest firmware version (V21.0.004), whenever the mobile receives a new SMS or call the display is showing up distorted (Snapshot included as attachment, take a look!). This is happening randomly may be every 4 out of

  • Search for column in all tables

    I want to search for a column value(example instance_id=123456) in all the tables using one query rather than describing each table to find first if instance id exist and if so do a select from that table.