Not allow to change pricing condition in Billing,,,

Hi ,
I want to know the user exit or other solution for following:
System should not allow to change the value of basic pricing condition type in billing.
Ex. In sales order value of condition PR00 is 100, then it should not allow
to change the value of condition type PR00 in billing. If requires to change, it should allow
to change in sales order only.
Thanks & Regards,
Sachin

For this no need to use user exit
goto V/06 condition type details
choose which condition type u want to give display view 
go to controlling tab or changes can be  made , uncheck the value and amount fields. than system should not allow to change the condition type in sales order level also.
(or)
if u want in billing document only
configure copy controls between delivery document to billing document (VTFL)
goto item category, select item category (TAN)> details and add pricing type E.
try this
regards
siva

Similar Messages

  • Changes in Conditions in Billing in VF01 Transaction

    Dear All,
    I have a requirement that users (except Super User) should not be allowed to change certain condition types (e.g. Basic Price, Discounts and some more) in Conditions of VF01 Transaction. But some should be allowed to change such as Freight, Miscellaneous charges, Octroi etc. as these charges are decided only at the Invoicing time.
    Right now end user can change anything at Billing Level also. but we want to restrict the users.
    So tell me whether it is possible in SAP or not. If possible then please suggest the process of changing the settings.
    Kind Regards,
    Vishal
    +91 98123 35975

    Dear Yadav,
    Please confirm me that the this INCLUDE PROGRAM "MV45AOZZ" is also used in BILLING (in VF01 Transaction).
    Because I am checking that this Include program is used only in One main program i.e. Sales Order Program (SAPMV45A).
    MV45AOZZ is not getting called by Main Program of Billing i.e. SAPMV60A.
    Please check.
    Kind regards,
    Vishal

  • How to change pricing conditions

    Hello Experts,
    i'm trying to change pricing conditions in routines.
    SPRO --> SD --> System Modifications --> Routines --> Define Copying Requirements (double click any activities) -->  it will open "Maintain Requirement and Formula"
    select from menubar "Formulas --> Condition Value"
    Routine Number --> 36 - Cumulation condition.
    i want to change conditions in this Routine 36, so i copy this routine and create a new routine name
    901 - Cumulation condition
    i want to change Pricing Conditions in this routines. this standard routine adding all sub-total pricing values. but i want to display all sub-total pricing value separately in there respective field.
    i'm checking this result in VA11.
    any ideas? i know i have to change code in this copied rotines for this calculations. but i'm not finding any clue where this value is getting added in each sub-total field level.
    if any more clarification needed, please ask.

    Hi Rabindra
    For Net Price you can refer this Note 80183.
    Neha

  • Crm_order_maintain ,changing pricing condition value at item level

    Hi,
    I am trying to change the pricing condition value at item level while creating sales order through CRM_ORDER_MAINTAIN.
    I am not able to change the condition value.
    Code is below.
          wa_inputfields-ref_guid   = wa_orderi-guid.
          wa_inputfields-ref_kind   = 'B'.
          wa_inputfields-objectname = 'PRIDOC'.
          wa_fieldname-fieldname    = 'KBETR'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KMEIN'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KPEIN'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KSCHL'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'WAERS'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          INSERT wa_inputfields INTO TABLE it_inputfields.
    wa_pricing_add-KSCHL  = 'ZP06'.
    wa_pricing_add-WAERS  = 'USD'.
    wa_pricing_add-KBETR = '10'.
    wa_pricing_add-KPEIN = '1'.
    wa_pricing_add-KMEIN = 'ST'.
    INSERT wa_pricing_add INTO table it_pricing_add .
    wa_pricing-REF_GUID     = wa_orderi-guid.
    wa_pricing-REF_KIND      = 'B'.
    wa_pricing-PRICING_TYPE  = 'A'.
    wa_pricing-COND_ADD = it_pricing_add.
    wa_pricing-PRICING_PROCEDURE = 'ZVDSP'.
    append wa_pricing to it_pricing.
    Can you tell me how to overwrite the condition value while creating sales order using crm_order_maintain.?
    Regards,
    Indhra.E

    Hello Indhra,
    Check the CT_INPUT_FIELDS table, in the OBJECTNAME field you will find all the tables that are filled during the function call. Check those tables mentioned in the OBJECTNAME to look for any pricing related data.
    When your order is in change mode and you activate debug <b>just before you make the change</b>, the CRM_ORDER_MAINTAIN FM call contains <b>data only relevant for the change you just made</b>. In other words, you need to fill exactly the same tables as CRMD_ORDER does.
    E.g. You just change the pricing procedure and you see in debug that 5 tables are filled, you must do exactly the same in your code! It's quite anoying but you're using a low-level API FM that can handle ANY transaction type in CRM!
    Check it, it works!!
    <b>Reward points if useful!</b>
    Regards,
    Joost

  • In Sales Order Users are not allowed to change price for any material

    Dear all,
    Please give me the solution :
    In Sales Order va02 Users are not allowed to change price for any material .

    Hi Amit
    If you  want that in VA01 manual as well as other pricing condiion entry and cahnges to be allowed and only in va02 users should be restricted ,then  you have following alternative.
    Go to  T.Code SHD0
    Select Transaction VA02.
    Create a new variant ,give suitable name.
    select option change with processing.
    So u can run a va02 transaction and for every screen u can create screen variant and control data entry whether required  , dispaly or hide.
    in this for  LV69a pricing  screen disable update button .
    so system wont change anything updated or cahnged in pricing.
    further you can create the variant transactions  from this transaction variant and assign to different users as per control requirements.
    I think this will help you
    Regards
    mandar

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • Promotion action - payroll run - not allowing to change payroll area in IT1

    Hi Friends,
    My client has the following query:
    "One of the employee has been promoted from employee group 2 (Workmen) to employee group (Management Staff).  We have run promotion action now, that is after running pay roll for the month of May 2011.  Now it is not allowing to change the pay roll area in orga. assignment effective from 01.04.2011,  please do the needful on priority to run pay roll for the month of May 2011."
    Can anyone please help me and tell me what needs to be done in such cases.
    Eagerly awaiting your reply.
    Thanks a ton..
    Regards,
    Evangelist@

    Hi,
    As you said that you have already configured ABKRS feature for defaulting payroll area based on your employee group.
    So when you run the promotion action it should actually pick up the default payroll area according to new employee group.
    Are you able to do that? or did you manually change it on IT 0001 screen.
    If you want it to be automatically defaulted then check your feature DFINF it should have value X if you want it from customising or leave it blank if it should be copied form the previous record
    cheers
    Ajay

  • I am trying to ask a question about iPhones, but it will not let me post - I get a message similar to this - you are not allowed to change the content.  Any help on this matter?

    I am trying to ask the following question: Just updated my iPhone5 to V 7.1.2 and can no longer print to my MFC 7860W from this phone.  I researched this issue on this forum and found answers from last October/November.....  Wary of downloading anything that was posted that long ago.  Wondering if there is anyway around this issue, with more recent information?  I was able to use this printer in the past by using Brother's iPrint App. 
    Thanks!!
    But when I hit post, I get an error message at the top - "you are not allowed to change this content"  Can anyone help me?

    I am assuming you got that message when attempting to post an old thread. The old post is probably locked/archived.
    FYI, posting on old threads usually yields no responses at all.
    I have requested that this post be moved to the iPhone forum where you might get assistance.
    Barry

  • I have moved from the US to Norway, and want to change my apple ID to the Norwegian appstore. However, I am not allowed ot change from the US store before I use up my balance, which is 0.17 dollar. The problem is that nothing costs 0.17 dollar.Please help

    I have moved from the US to Norway, and want to change my apple ID to the Norwegian appstore. However, I am not allowed ot change from the US store before I use up my balance, which is 0.17 dollar. The problem is that nothing costs 0.17 dollar and I do no longer have an american visa card, only Norwegian. Is there any way I can erase the credit on my account so I can change the appstore country? Or osmething I can use this credit on? Thank you very much

    Try contacting the store support staff at: http://www.apple.com/emea/support/itunes/contact.html they are usually pretty good at sorting out these issues.

  • Purchase organization filled  PR  not allow to change desired vendor in PO

    Hello All,
    i am facing a issue.
    if you set a "Desired Vendor" in the PR, this can be copied as default value in the PO Vendor field when dragging & dropping the PR item in the Shopping Cart icon of transasction ME21N.
    if purchase organization  is empty in PR with desired vendor,   we can modify the vendor in the PO.
    if Purchase organization filled in PR  with desired vendor, we could n't  able to modify the vendor in PO... its appearing grey unable to edit the vendor.
    here my question is   whats is the relation  purchase organization  not allowing to change  the desired vendor  in po.
    what are  the configuration  related to this issue.
    Actually   we want  to modify  desired  vendor  in PO  irrespective  of the the purchase org filled or empty in PR .
    Please explain in details with an example
    Thanks and regards,
    Sathiya

    Hi
    vedor must assigned to P.Org...
    Check once that You are copying existing PR to a PO (having fixed vendor in PR)?
    And also check PO doc type settings whether vendor field is mentioned as optional/required.
    Regards,

  • After creation of PO system should not allow to change the price in PO

    Hi There,
    In my scenario once PO is created then after send to vendor PO print document,Users are changing the price in PO.so system should not allow to change the price in PO once PO got saved.
    So please advice.

    Hi,
    you could set in customizing for field selection keys the net price      
    to display for ME22N so that changes can not be made         
    (transaction OLME -> purchase order -> Define Screen Layout at Document Level).
    Please check that you have set all the relevant field selection      
    groups to display: AKTV, ME22, ME22N... (read and apply note 30316)                                                                               
    Other workaround is try to do by yourself with the badi                      
    ME_PROCESS_PO_CUST and send your own error message.    
    Regards,
    Edit

  • In Sales order plant is not allowing to change

    Hi Guru's
    In Sales order plant is not allowing to change it's showing gray but some materials it's allowing to change plant. What is the reason for this error can any one please help me.
    dnr

    Hi friend,
    I suppose you cannot change the plant at order level if the material is created to a particular plant.
    As you say for few materials you are able to change, may be due to the fact that the material is extended to the other plants. You need to extend the material to the other plant in MM01 enter tha material and enter the industry sector and Material type and give the same material as the copy from material. A screen will pop up asking for the plant details. Here you can enter the other plant and tha material is extended to the other plant.
    Regards

  • Not allow to change payment terms

    When creating a sales order, not allow to change the payment terms. can I block it? Thanks!

    There 2 ways to process this,
    Use SHD0- enter Transaction code.
    create variant by blocking the "Payment terms" field in display mode.
    assign this variant(Z) in VOV- doc type- Variant field.
    which this variant is applicable to this doc type, payment terms will be in display mode for all the transactions for this doc type.
    How you want to block this field? based on customer/material or doc type wise?

  • Error: The system settings do not allow any changes

    Hi experts !!,
    I had installed SAP NetWeaver 2004s Sneak Preview-ABAP
    I am able to create database table using tcode: <b>SE11</b>
    but I get an error when I tried to create table entries
    <b>Error:</b>
    The system settings do not allow any changes
    Message no M0421
    <u><b>Diagnosis</b></u>
    The system settings (SE06 and SCC4) are such that you cannot make any changes to this table in this client
    Kindly help me to fix this issue !!
    Thanks,
    Prembabu R

    Hi,
    I had modified <b>Changes and Transports for Client-Specific Objects</b>
         -> <i>Automatic recording of changes (Option-selected)</i>
    Now I am able to add new entries to tables.
    Thanks for providing valuable information...
    ~Prembabu

  • Nonstock material PO value should not allow to change once it picked fromPR

    Hi There,
    when create PO for non stock material it will pick price from PR to PO once it pick the value again it should not allow to change.
    so what ever value is there in PR same should be in PO also even if we try to change PO value system should not allow
    so please advise me

    Dear
    If you want to copy the price from PR to PO do the following settings
    Here we have to do:
    First create a parameter in
    SPRO>Materials Management>Purchasing>Authorization Management>Define Function
    Authorizations for Buyers
    set the following fields:
    Order price adoption, Ref. to PReq, Change source, Change
    OTy./it. cat. and with Field sel. equals to AKTH. After created
    this parameter we have to set the users profile (using SU01 Transaction) with Parameter
    EFB (Function Authorization: Purchase Order).
    After doing all the settings what i mentioned, when you create the requisition that time before saving you have to select the price adoption as net or gross than only it will copy to the po because default is do not copy
    so go Valuation tab in the requisition and in PO price field select as nte price or Gross price than save the reqs
    now if oyu create the PO you will see the price
    Regards

Maybe you are looking for

  • Error while creating material master

    hi, I'm getting this error message when I'm creating a material master in a specific plant/sloc. I'm probably guessing its in config. I really need some help here. "Tables TCURM and T001W inconsistent; notify your system administrator" . could any on

  • 1st gen ipod Shuffle not updating play count for songs

    I've noticed since I updated to the iTunes version 7.2.035 that plugging in and updating the library with my iPod shuffle no longer updates the play count for the songs I've listened to. Is there a known fix for this? Anyone else experiencing the sam

  • Why can't I lookup phone numbers using my iPod Touch?

    When I google "Pizza Hut" on my iPod Touch (using Safari), it finds the nearest Pizza Hut to my house, but instead of displaying Pizza Hut's phone number, it display an icon that says "Call".  When I press on that icon, nothing happens.  Can I get my

  • PlayDock Zen / Z500: AV output to TV

    I've tested my PlayDock Zen / Z500 with a Zen Vision:M and a Zen V Plus while connected to a TV using the AV output. The ZVM works fine (both audio and video working thru the TV) when connected to the AV port. However, with the ZVP in the PlayDock, o

  • Bt wifi login credentials

    Hello, I've been puzzling over this problem for two days now and I hope someone ca help me please. I have bt unlimited broadband with inclusive bt wifi. I'm opted in to bt wifi and I've used the status checker (bt.com/wifi/secure/statuscheck.do) whic