PO - Service tab gross price field is in display mode

Dear all,
My client requires
Contract relase order with reference to Service contract, the price for the service codes which is adopted from the service contract, it is picking and displaying it contract release PO. But the gross price is in changeable mode. But i need the gross price field is in display mode. it should be in display mode while creating realse orders for contract.
Expecting your earlier response
Thanks in advance
Raman

Hi Raman,
If you follow the steps mentioned in the note 30316 you will be able to find why the price in the contract is in changeable mode...and then we will be able to change the price to display mode.
Note: 30316
1.  In Transaction SE37, display function module MEX_FELDAUSWAHL and set
    a break point at the first statement.
2.  Start the program where you suspect a problem with field selection.
    The program should stop at the break point set above. Copy the
    import fields I_AUSWAHL0, I_AUSWAHL1, I_AUSWAHL2, I_AUSWAHL3,
    I_AUSWAHL4, I_AUSWAHL5, and I_AUSWAHL6 to the list of field names.
    The corresponding field contents show the field selection reference
    keys that are composed as follows:
3.  You can check the field selection reference keys found in
     Customizing. For purchase requisitions, the Transaction code is
     OMF2, for purchase orders it is OMF4, for contracts OMFA, for
     scheduling agreements OMF7, for requests for quotation it is OME8.
    Or
    Tcode: OLME  Contract  Define Screen Layout at Document Level
4.  All keys from the AUSWAHLn fields are used to determine the field
     selection and their status. They are set according to the following
     matrix.
     See the matrix in the note
Alternatively, the following can be stated:
     o  Field status 'Hidden' takes highest priority. This means that if
        a reference key has defined the field as 'Hidden', all other
        reference keys are overruled.
     o  Then follow statuses 'Display', 'Mandatory', and finally
        'Optional'. Accordingly, a field is assigned the attribute
        'Optional' only if all reference keys for the field are set to
        'Optional'.
I hope this information helps you to resolve behaviour.
Best Regards,
Gabriela

Similar Messages

  • Can we edit Gross Price field in Sales Order

    Hi experts,
    According Help document (help - under Sales A/R/Sales Order-Sales document content tab ) as follows, userwe should be able to edit gross price field in Sales order
    Enter in this field the unit price including tax. SAP Business One calculates automatically the unit price before tax and the tax amount, based on the tax code in the row. After pressing the TAB key, the Unit Price field and the Tax/Unit field are updated accordingly.
    The tax amount is calculated as follows:
    *Gross Price / (1 + Tax %) * Tax % = Tax Amount*
    But when I set up in form setting visible and active for Gross Price,  though I AM NOT ABLE TO EDIT GROSS PRICE FIELD
    Is it bug in SAP ? I
    BR
    Samir Gandhi

    Hi Samir Gandhi,
    You may check SAP Note Number: 1060666 to see if it applies to you.
    Thanks,
    Gordon

  • Frame work purchase requisition service number gross price required entry

    Hi
    In me51n t.code i am selecting document type FO then enter service numbers qty without entering gross price system taking zero price how to restrict this for particular document type FO,my configurations Spro >> Materials Management >> Purchasing >> Purchase Requisition >> Define Document Types field selection for my doc type FO is FOB,Spro >> Materials Management >> Purchasing >> Purchase Requisition >> Define Screen Layout at Document Level MY field selection key FOB & under Quantity and price i give required entry,still not working,
    Regards
    Sam

    Hi,
    Please give the Business requirement to be able to give you solution.
    Best regards
    Amit Bakshi

  • Item Category for Services (Complaints) - Customizing price field and curr.

    Hi Experts,
    for a service company (thay have only services and no products) i have assigned to a transaction type the item category ZCOM which has assigned the following values in Customizing (SPRO):
    Object Type:                             BUS2000160 (Customer Complaint Item)
    Text Determination Procedure: COMP0001
    Status Profile:                           CRMCOM_I
    Action Profile:                           COMPLAINT_ITEM
    I have also assigned the Business Transaction Categories to this item category:
    BUS 2000115 Sales
    BUS 2000120 Complaints
    I am facing the following problems:
    1. I can not put in a price for an item in the field "Net Value". Why that is not possible? I can not have the price in the master data
        of the product because the price is always different so this field has to be moficable. Do i have to assign another kind of item 
        category?
    2. Is it possible to put a default value EUR in the field Currency so that the user does not has to put always the value EUR in this
       field? Just the EUR currency will be used in this company.
    3. May be it is possible to assign an item categoy which is more adecuate for service items like a copy from a standard item
        category? Anybody know a service product standard item category?
    Best Regards
    Oliver Schultze

    Hi,
    For your 1st question--
    I think we can not put the Net value. Because the net value will come from price of the product as well as the pricing conditions. The net value in transaction is nothing but the product price and with some adjustment in conditions.
    For the second question--
    The currency will come from he BP data. The sold to party you have mainatined on your transaction check the currency is EUR or not. For this you go to BP and check in sales area data in biiling tab.
    For thirduestion--
    For as ervice product creation you have to give the item category as either SRVO or SRVM for service order product and service contract product.
    I think you will get the idea from this
    Cheers
    Chinmaya

  • Pricing field required in display mode if any LIV is done

    Dear Experts,
    We need to maintain PO Change transaction such that is LIV(partially or full) is booked  against the PO line then it will not allow to change the basic price condition.
    so can anybody please reply if we can block the specific conditions without help of any ABAPER.
    Regards,
    SDN brw

    Hi
    It is possible using user exit only
    Edited by: Sanjay  Shah on Feb 10, 2010 12:24 PM

  • How to enable the 'Ship-To Address' field only in 'display ' mode in the SC

    Hello,
    We would like the 'Ship-To Address' field to be locked for change mode in the SC.
    Regards,
    Lina

    Hi ,
    If you wish to hide or show fields, proceed as follows(through screen variants):
    1. Determine the screen variant, for example, BBP_SC(For shopping cart), using the list in documentation of BADI BBP_SCREENVARIANT.
    2. Copy this screen variant, for example, in Zbbp_SC, in Transaction SHD0.
    3. Change the new screen variant as required. Note that you can only change the display properties for fields of table controls. You can switch the display on and off.
    4. Implement the appropriate method (see the list above). Fill the export parameter EV_SCVARIANT with the new screen variant.
    You can create multiple screen variants for a screen and then select these in the BAdI depending on the user or on other criteria.
    here is sample code in BADI BBP_SCREENVARIANT implementation after creating Z screen variant.
    Method IF_EX_BBP_SCREENVARIANT~GET_SCREENVARIANT_SC.
    IF iv_progname EQ 'SAPLBBP_SC_UI_ITS'
    AND iv_dynnr EQ '0120'
    AND flt_val EQ c_fltval.
    IF iv_scvariant EQ 'BBP_SC'.
    ev_scvariant = 'Zvariant'.
    ENDIF.
    ENDIF.
    ENDMETHOD.
    Please reward points if helpful..
    Thanks
    Venkatesh

  • PM Operation - Services Tab Layout

    All,
    In a PM Order, I am trying to maintain the Field layout on the Services tab of the Operation Detail screens when I have the control key set with {X-"internally processed operation/external processing possible"}.  With that setting in the control key, the "Gross Price" field is not visible.  My objective is to have the field visible, but administering the layout through the transaction is not working.
    Is anyone familiar with an IMG Activity that will allow me set the Services tab layout for that control key?  It is not in the Operation Detail Filed Selection IMG Activity, and the screen field is "ESLL-TBTWR".
    Thanks,
    Jim

    I understand that '' is the external services setting.  But why does the 'x' setting change the layout of the services tab to not include Gross Price?  The purpose of that 'X' setting is to allow for internal OR external processing.  It won't generate a purchase req if the setting is 'x' but I'd expect to be able to enter gross price per unit in the services tab, just like it is for the '' external setting. Or I expect to be able to modify the tab layout.
    (both cases the Service box is checked)
    Any ideas why i can't change the layout of the services tab?  Any ideas why the services tab changes depending on the externally processing option?
    Thanks,
    Jim

  • ML81N Problem with price field.

    Hello:
    Im trying to enter a service through ML81N. When I enter the PO and complete the service number, the sevice line doesnt show the following fields:
    Gross price field.
    Current
    per unit of meas.
    why it happend?
    The user can enter the service.
    Thanks in advance for your help
    Tomas

    Hi,
    No need to apologise, that is why we are here, you are certainly NOT asking for too much. You are being very helpfula and providing more detail as we need it.
    We enjoy helping people to get the most out of SAP and so your question is a good one.
    One thing that you can do in an SAP purchase order is to move the columns around. So firstly get the user to check to see if the required columns are there but perhaps they ahve to scroll to the right to see them.
    Each user can save there own format for these columns and so this user may have saved different settings to yours.
    So let me know if they have found the columns futher to the rioght of the screen and we can help you to get them to the left so that they are visible straight away (basically you click once on the column header and then click and hold the button down, you can then drag the columns left and right and let go when they are where you want them. The the user clicks on the icon in the right hand corner of the item "window" (it looks a bit like a spreadsheet) and then saves this as their default.
    I would suggest that you play with this a bit first, it does take practice to get it right.
    (also try clicking on the dividing line between the Qty and the next field in case the user has reduced the column width to zero (in the same way that you would do this in excel)
    If this is not the problem then let us know and we can try other options.
    It could be that the user has an EFB parameter in their userid that is preventing the display of pricing info.
    Thanks for your thanks by the way, they are a strong motivation.
    Steve B

  • Mandatory for price field

    Hello,
    How to make Gross price field as mandatory in CJ20N for service activity in network?
    Prasad

    Virendar, Ahmad, Kabir & All,
    Thanks for your replies.
    I tried that MM path.....for CN21 then for ML81
    After doing this setting i created new WBS/ Network/ Activity(service)
    But still it's not mandatory....
    Kindly help me to solve this problem
    Thanks
    Thambi

  • Gross Price in Marketing Documents

    Hi all,
    Can anyone please tell me even if Gross Price Field in marketing document can be made visible and active, system is not allowing to enter gross price in Gross Price Field........I want to Enter gross price in Gross Price field and based on that want to get unit price into unit price field by subtracting tax from Gross Price
    Thanks & Regards,
      Mukesh
    Edited by: mukesh agrawal on May 12, 2008 3:20 PM

    Hi Suda,
    my clients requirement is that he wants to enter the price inclusive of tax in price field and based on tax code selection he wants price exclusive of tax in price field i. e unit price .. Is there any way to do this?
    Note: I don't want solution for this in PLD
    Thanks & Regards,
      Mukesh

  • Net price field should not be edited in PO, when created reff. to contract

    Dear friends,
    I have a requirement like this.....
    User referring the contract in creating the purchase order, details of the contracts are copied in to the purchase order. the price field is in edit mode....
    requirement is that user should not edit this field, the price carried from the contract should be not edit mode. this is to be hapen only when purchase order is created referrence of contract.
    here we are using only the standard document type is used for creating Purchase orders with and without the referrence of contract.   
    Thanks in advance...
    Shashidhar

    What I did for a client was implementing enhancement (user exit) MM06E005 to perform checking during PO creation.
    OSS note 310154 explains how to issue error messages from ME21N from the user exit.

  • Price in P.O should be in Display mode while refering contract

    Hi Experts,
    I created a contract with material X and unit price Rs. 10.
    I am creating Purchase order refering the above contract. Now the price adopted from the contract is in changeable mode.
    I want the price should in non changeable mode ( display mode).
    Have you come across any configurations, BADIs and etc??
    Thanks in advance for your time and suggestions
    Kr
    Senthil

    Hi Nazrin,
    Thanks for your quick reply..
    I already tried this option, If we change the field selection as display mode, system marks the price as display but still in item tab PB00 is editable.. If we change PB00, it automatically changes the price. so the later one defeats our purpose.
    I know we can change PB00 condition type as unchangeable in Config but I think its not advisable to change the condition type. Or we need to create a new condition type for this scenerio which is again is headache..
    Is there any other way or exits available? P.O price should in display while refering to a contract.
    Thanks in advance
    Senthil

  • Tab in Tabstrip Control in display mode (Module Pool)

    Hi friends,
    I am trying to give authorization based on sy-uname, in runtime based on uname the particular tab should be opend in a display mode and some in change mode.  please help me out in this
    Edited by: shravan sonayila on Aug 12, 2008 8:06 AM

    Hi,
    when u creating tabstrip,while defining each tab in tabstrip , u have to
    create one subscreen for each tab.i think u want one tab for display
    mode and one tab for edit mode. if u want this way , in one tab try to
    give fields all in invisible mode this for display mode and goto second tab if u want all visible only keep like that only other wise u have create geoups.when u press enter ,groups will be change.it means visible , invisible modes.
    u have to give logic for screen in pbo.
    *&      Module  STATUS_0300  OUTPUT
          text
    module status_0300 output.
      set pf-status 'GUI_300'.
      set titlebar 'TITLE_300' with v_title.
      if i_aktyp = 'H'.
        if temp_flag = 1.
          loop at screen .
            if screen-group1 = 'GP2'.
              screen-input = 1.
              modify screen .
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 0.
          endloop.
        else.
          loop at screen.
            if screen-group1 = 'GP1'.
              screen-input = 1.
              modify screen.
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 1.
          endloop.
        endif.
      elseif i_aktyp = 'V'.
        loop at screen.
          if screen-group1 = 'GP1'.
            screen-input = 1.
            modify screen.
          else.
            screen-input = 0.
            modify screen.
          endif.
        endloop.
      endif.
    endmodule.                 " STATUS_0300  OUTPUT
    Try to give this logic.
    Regards,
    Ramya

  • 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

  • In Material master safety stock field is in display

    Hi,
    As a consultant i am able to change the Safety stock field in MRP view in the test system and Production also,but for the user this particular field is in display mode wheras other field in the MRP view user is able to change.
    Kindly help me if,there is any settings for the same.
    Regards,
    Prashant

    Hi Prashant,
    Have you checked if there is any configuration made to lock same fields on material master? Follow the below path please;
    Logistics u2013 General ==> Material Master ==> Field Selection ==> Define Lock-Relevant Fields
    May be someone defined some fields as u201Clock-relevantu201D in customizing and during creation or changing of material master he/she set this indicator. You are able to change those fields because you may have SAP_ALL authorization whereas others may not.
    Best regards

Maybe you are looking for