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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • Infotype 0041  - Date type field in display mode always

    Hi All,
    Please help in find out solution for the below enhancement
    In infotype 0041 we have date type and date field. We need to make the date type field to be display mode always.
    Thanks for your help in advance.
    Thanks,
    Karthikeyan

    Hi Karthikeyan ,
    Please find the resolution as below :
    Userexit - EXIT_SAPFP50M_001 . In Include ZXPADU01. Write the below code .
    DATA: w_P0041 TYPE P0041.
    IF  ipsyst-massn <> space AND
      ( ipsyst-ioper = 'INS'  OR
        ipsyst-ioper = 'INSS' OR
        ipsyst-ioper = 'COP'  OR
        ipsyst-ioper = 'MOD').
    CASE innnn-infty.
    WHEN '0041'.
    *convert prelp to pnnnn structure
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
    EXPORTING
    PRELP = INNNN
    IMPORTING
    PNNNN = w_P0041 .
    *Here you can have more conditions like for which Action Types you want the
    IT0041 to default .
    w_P0041-dar01 = 'Z1'.
    w_P0041-dar02 = 'Z2'.
    w_P0041-dar03 = 'Z3'.
    *convert pnnnn to prelp structure
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>pnnnn_to_prelp
    EXPORTING
    PNNNN = w_P0041
    IMPORTING
    PRELP = INNNN.
    *Display mode
    LOOP AT SCREEN.
              IF screen-name = 'P0041-DAR01' OR
                 screen-name = 'P0041-DAR02'  OR
                 screen-name = 'P0041-DAR03'  .
                CLEAR screen-group2.
                screen-input = 0.
                MODIFY SCREEN.
              ENDIF.
            ENDLOOP.
    WHEN OTHERS.
      ENDCASE.
    ENDIF.
    Thanks ,
    Sucharita Das

  • Creation of Purchase order - set net price in display mode

    Hello,
    During the creation of purchase order from contract or DA (ME21N-ME59N),  I want to set the net price in display mode (under any conditions) .
    Is there a parameter setting or a point of modification to make ithis?
    Thanks for your contribution.
    JLC

    Check for existing screen layout name from below settings -
    Goto SPRO -> IMG Settings -> Materials Management -> Purchasing -> Purchase Order -> Define Document Types
    Check for Field selection key against the PO Type.
    Then goto below setting -
    SPRO -> IMG Settings -> Materials Management -> Purchasing -> Purchase Order -> Define screen layout at document level
    Select the screen layout / Field selection key in this setting and modify the field selection group Quantity and price. Make Price and price unit as display only as per your requirement.

  • 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

  • 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

  • Target Display Mode iMac 27 mid 2011 with Mac Mini 2011 bootcamp

    Hello,
    I can't seem to use Target Display Mode with Bootcamp.
    My configuration:
    Imac 27" mid 2011 with osx 10.8.4
    Mac Mini Server 2011 with osx 10.8.4, bootcamp 5 and Windows7
    Both are connected via Apple genuine Thunderbolt cable (2m).
    When I boot the Mac Mini into OSX then Target Display Mode works perfectly and I can see the osx installed on the Mac Mini on the iMac display.
    However, when I reboot the Mac Mini into Bootcamp (windows7 x64) I can't put the iMac in Targt Display Mode and get to see Windows 7 on my iMac screen.
    http://support.apple.com/kb/ht3924#8
    The following article says that this should work, however once I reboot osx on the Mac Mini the iMac leaves Target Display Mode immediatly and will not return to Target Display Mode.
    Any advice? I contacted Apple Support and a Sr. Enginner said it should be supported and he's checking with a higher tier.
    Thanks

    Yes, it does.
    (110549)

  • While creating sales order wrt quotation customer code field is in display

    Hi all,
    I am facing one problem, while creating sales order with reference to quotation customer code field is in display mode.
    I am not able to change the customer code. But i want to change it accordingly.
    Previously it was in changeable mode only but now it is not in changeable mode.
    Can anyone please tell me the solution for this issue?
    Thanks in advance
    Babu

    hi
    is that happening only when you create sales order wrt quotation,try creating normal sales order and see whether customer is in changable mode
    regards
    senya

  • Need to show some fields in display mode

    Hi, i need to show some fields in display mode for VA02 transaction code( is to change the values) for some particular users. so do we have any user exits for this requirement?
    Please answer me. its very urgent.. thanks in advance. 
    ex: payment terms and freight terms.

    you can try this for header level data
    MV45AFZZ exit ""USEREXIT_FIELD_MODIFICATION"
    code would be like below
       CASE screen-name.
    To suppress  Pricing total and Cuurency field at header
          WHEN 'VBAK-NETWR'.
    *YOU CAN ADD YOUR CONDITION HERE WHICH IF SATISFY THEN *EXECUTE NEXT  LINE OR SKIP IT   
          screen-INPUT = 0.
          WHEN 'VBAK-WAERK'.
              screen-INPUT = 0
        ENDCASE.
    but it depend upon what data AND in which tab you want to hide, like is it at header level or at item level or pricing (HEADER OR ITEM) data each of them have different exit to restrict data modification.
    ENJOY SAP.

  • How to Change the Fields from Input mode to display mode

    Hi experts,
    Here is my business requirement. I need to show certain fields in the PRICING TAB OF SALES ORDER  in display mode. Now for this i am using the BADI definition CRM_PRICING_BADI.
       Now, can anybody tell me how to change the field type from input mode to change mode?

    Hi Karan,
      In your BADI has a parameter CT_INPUT_FIELD_NAMES with one field called CHANGEABLE with values:
         Field Can Be Changed
    A     Field Cannot Be Changed
       Assing this values to your fields according with your requirements.
    Regards.
    Manuel

  • Input field in display mode; but F4 help has to be avail

    Hi,
                i have a input field in my view and i want that one to be in display mode ( the intention is that i want to have the value to be filled from F4 help values only).  I have set the read only set for the input field. I have tried all the cases of normal ddic help;OVS;Freely input help; context node info value set but no luck.
    In the below forum message Re: how to provide f4 help to the read only input field  i could see the input from Thomas that the Freely input help will be useful in this case;I tired this way too but no luck.
    Can you please let me know do i missed any point ;your inputs are higly appreciated.
    Thanks and Regards,
    Satish A.

    hi,Satish A.
    After check your requirement, i think you can use "Freely programmed Input help".You can search them in this forum or google, i think you will get some clue.
    As a reply, i summarize this topic simply. Take one example.
    Scenario:
    F4-help component will be used for "F4". It displays all the data in table, and you can select one record, then the F4-help will be closed and the "CARRID" will be returned to the Read-only field in your main component.
    F4-help-component
    (1). You should implement one WD Component which implemented the WD interface "IWD_VALUE_HelP".
    (2).In this component, you can add one "Interface event", for example, named "Select". And this event has one parameter "CARRID".
    (3).In the table's  OnSELECT event, you can use:
    method ONACTIONSELECT_ROW .
      data:
        lo_Node      type ref to If_Wd_Context_Node,
        lo_Elem      type ref to If_Wd_Context_Element,
        ls_elem      type wd_this->element_table,
        lt_elem      type wd_this->elements_table.
    *1. get the Solution-list context node
      lo_Node = wd_context->get_child_node( Name = 'TABLE' ).
    *2. set the lead selection of table
      lo_node->set_lead_selection( element = NEW_LEAD_SELECTION ).
    *3. get the attribute value of selected row
      NEW_LEAD_SELECTION->get_Static_Attributes(
        importing
           Static_Attributes = ls_elem ).
    *4. Fire interface event:
    "will return the CARRID parameter
      WD_COMP_CONTROLLER->Fire_select_Evt(
          CARRID = ls_elem-carrid ).
    *5. close the F4 help
      WD_COMP_CONTROLLER->F4_LISTENER->CLOSE_WINDOW( ).
    endmethod.
    In your main component:
    (1). Use your F4-help component as used-component
    (2). set your context attribute's input help mode as "Freely programmed". At the same time, input your component usage which is added in step 1.
    (3). You should add one Event-handler for your F4-help component Interface event, for example, named "On_f4_help". you can use:
    method ON_F4_HELP .
    "This event handler will has one parameter named "CARRID" automatically
      wd_context->set_attribute(
        EXPORTING
          name = 'IPFIELD'
          value = CARRID
    endmethod.
    Hope it can help you a little.
    Best wishes.

  • 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

Maybe you are looking for

  • Business Rules in Planning 11.1.2.1

    Hi, I'm having a strange problem in Planning 11.1.2.1 dataforms. I added a business rule and selected Run on Save, Use members in dataform and Hide Prompt in a dataform. However when I press the save button, the Business Rule prompt appears, and the

  • Homesharing?!

    Homesharing won't show up. I continuously logged on and out and back in both of them. As soon as it says it has been set up, and I click done, it disappears. ***.

  • Short Dump when trying to change configuration of BT112H_SC/OVViewSet (Service Contracts)

    Hi Experts, I have a problem with a component usage when trying to change the OverviewSet Configuration for the Service Contract. The whole component BT112H_SC is complete standard and no enhancements have been made yet. When trying to change the con

  • Converting from SAPSCRIPT to PDF

    Sir, I am converting form from sapscript to pdf. The form is converting but the ouput font in pdf is seen in bigger size so the alignment is getting distorted. Kindly advise solution. I am in 4.6C Thanks & Regards

  • Spring framework with JDeveloper

    Hi, I'm developing to an application using JDeveloper. I need to use Spring framework, somebody has used it, integrating it with JDeveloper ? Thanks