Turn Pricing Off in Service Contracts

Hi,
We are imlplementing R12.0.6 Service Contracts.
In our business scenario the price is finalized even before the contract is created.
So for us when we create the contract we just need to update the price of the contract line and not reprice it.
Is there a way to turn off pricing in service contracts so that the lines are not priced when the contract is saved?
I am aware that we can override the priced amount but wanted to check if that call could be avoided thus resulting in better performance as we have complex pricing rules setup.
Regards,
Tushar

Tushar
Set the profile value OKS: Use Advanced Pricing for Manual Adjustment to No and try.
Thanks
Nagamohan

Similar Messages

  • Issue in using custom discount condition type in pricing agreement at Service Contract line item level

    Hello
    We are facing an issue while using a Z discount condition type in price agreement at service contract line item level.
    A Z Condition type has been created in ECC and assigned to the pricing procedure. This pricing procedure is downloaded in CRM and determined in the service contract.
    A condition maintenance group using this Z condition type is created in CRM and assigned to service contract item category.
    Condition records are created in CRM for this condition type/condition maintenance group for specific products along with sales org and discount percentage.
    But when the price agreement(using this condition type) is used at the item level of a service contract, the system throws errors (related to product/unit of measure and sales org, even though no issues seem to be there)and thus the price agreement is not allowed to be used.
    If anyone has worked on such kind of scenario, please get in touch, I will share more details for the same. 
    Regards
    Ankit Arora

    Dear Ankit,
    Once the pricing procedure is downloaded, please maintain the document pricing procedure at service contract header level, and maintain the customer pricing procedure at business partner sales area billing data.
    In spro, maintain the pricing procedure for the combination of sales area, document pricing procedure, customer pricing procedure.
    Please crosscheck whether the condition table is active or not.
    Regards,
    Maddy

  • Can't turn off location services on IPhone 4s.

    Settings -> Location Services (Always ON) -> can't turn ON / OFF. It's disabled. I can't even turn ON / OFF location services for apps down below. They are all Off by default. Verified with colleague and it's working on his iphone 4s. Can't find solution anywhere on web.

    Settings>General>Restrictions...are yours on? Allow Changes>Location>On/Off.

  • I use word for mac and keep getting an error message microsoft syn services has encountered a problem and needs to close.  tell microsoft about this problem. even if i clicked send info to m/soft the message still comes up repeatedly i've turned comp off

    i use word for mac & keep getting error message "microsoft sync services has encountered a problem & needs to close. tell m/soft about this prob" even if i tick send to m/soft and turn computer off & restart it just keeps reappearing repeatedly?

    i use word for mac & keep getting error message "microsoft sync services has encountered a problem & needs to close. tell m/soft about this prob" even if i tick send to m/soft and turn computer off & restart it just keeps reappearing repeatedly?

  • Ok why doesn't find my iphone have a selection to turn back on location services? it only makes sense in the case that whoever stole ur ipad will turn it off.

    ok so first off my ipad was stolen, it was all my savings since im a college student attending uci and now the art institutes. my ipad was stolen the other day and the first thing the culprit did was turn of location services. i had find my iphone installed and running and everything but they turned it off. there should be an update for find my iphone to turn location services back on in this case. or is it that apple is so money hungry even after making billions that they wish for me to buy another one as if im made of money? seriously? apple claims to take care of their consumers, yet i get the run around and so do thousands of other apple fans when it comes to stolen property, **** it should be part of ios to take advantage of the gps, wifi signal, cellular signal etc. to trace a apple product yet it's not even on apple's todo list? some customer service.

    Sorry for your loss, but had you put a lock code on you iPad, the theif would not likely have been able to go in and turn off location services to begin with.  The sad truth however is, once an iPad/iPhone/iPod is stolen, it's pretty difficult to stop someone from getting away with it.  It's not Apple's fault and they can't be responsible for theft.  It's just a sad testimony to our society........And while your blaming Apple for your loss, just remember that No, Zero, Nada, electronics manufacturers get involved in theft.  Nor do cellular providers.  Theft is an issue for the police, not the manufacturer or service provider.

  • Accounting Rule query from the Pricing/Billing tab in Service Contracts

    Running Oracle Apps. 11.5.10.2. I have the query listed below which returns both header and live level data for service contracts. I am trying to add the Accounting Rule from the Pricing/Billing tab within service contracts, but I am not having luck finding a suitable join. I have tried joining ra_customer_trx_lines_all to okc_k_lines_b using the following join from etrm rctla.contract_line_id(+) = oklb.cle_id, but it does not return any records for accounting_rule_id. Once I can get records to return for accounting_rule_id, I can pull in the rule name from ra_rules.
    SELECT OKHB.CONTRACT_NUMBER                                         CONTRACT_NUMBER,
           NVL(OKHB.CONTRACT_NUMBER_MODIFIER, '-')                      CONTRACT_NUMBER_MODIFIER,
           OKHB.STS_CODE                                                STATUS,
           OKHB.START_DATE                                              START_DATE,
           OKHB.END_DATE                                                END_DATE,
           to_date(oklbs.attribute1, 'YYYY/MM/DD HH24:MI:SS')           WARRANTY_START_DATE,
           to_date(oklbs.attribute2, 'YYYY/MM/DD HH24:MI:SS')           WARRANTY_END_DATE,
           rctta.name                                                   PRODUCT_GROUP,
                           rctla.accounting_rule_id,
           P.PARTY_NUMBER                                               PARTY_NUMBER,
           P.PARTY_NAME                                                 PARTY_NAME,
           to_char(oklb.line_number)||'.'||to_char(oklbs.line_number)   SUBLINE_NUMBER,
           to_char(okcis.number_of_items, '9,999,999,999')              QTY,
           msib.segment1                                                ITEM_NUMBER,
           msib.description                                                      DESCRIPTION,
           to_char(oklbs.price_unit, '9,999,999,990.99')                UNIT_PRICE,
           to_char(oklbs.price_negotiated, '9,999,999,990.99')          EXTENDED_PRICE
      FROM OKC_K_HEADERS_B      OKHB,
           OKC_K_PARTY_ROLES_B  OKPRB,
           HZ_PARTIES           P,
           HZ_PARTIES           HP,
           OKX_CUST_SITE_USES_V C_BILL_TO,
           OKX_CUST_SITE_USES_V C_SHIP_TO,
           OKC_CONTACTS OC,
           OKC_CONTACTS OCS,
           OKX_RESOURCES_V ORV,
           OKC_K_LINES_B oklb,
           MTL_SYSTEM_ITEMS_B MSIB,
           OKC_K_ITEMS OKCI,
           OKC_K_ITEMS OKCIS,
           OKC_K_LINES_B OKLBS,
           OKX_SALESREPS_V OSV,
           RA_CUST_TRX_TYPES_ALL RCTTA,
                    ra_customer_trx_lines_all rctla
    WHERE OKHB.ID = OKPRB.CHR_ID
        AND OKPRB.JTOT_OBJECT1_CODE = 'OKX_PARTY'
        AND OKPRB.OBJECT1_ID1 = P.PARTY_ID
        AND C_SHIP_TO.PARTY_ID = HP.PARTY_ID
        AND OKHB.ID = OC.dnz_chr_id(+)
        AND okhb.id = ocs.dnz_chr_id(+)
        AND oc.jtot_object1_code (+) = 'OKX_RESOURCE'
        AND oc.OBJECT1_ID1 = orv.ID1(+)
        AND ocs.jtot_object1_code = 'OKX_SALEPERS'
        AND ocs.object1_id1 = osv.id1
        AND C_BILL_TO.SITE_USE_CODE(+) = 'BILL_TO'
        AND OKHB.SHIP_TO_SITE_USE_ID = C_SHIP_TO.ID1(+)
        AND OKHB.BILL_TO_SITE_USE_ID = C_BILL_TO.ID1(+)
        AND C_SHIP_TO.SITE_USE_CODE(+) = 'SHIP_TO'
        AND okhb.id = oklb.chr_id
        AND msib.inventory_item_id = okci.object1_id1
        AND msib.organization_id = 3
        AND okcis.cle_id           = oklbs.id
        AND okci.cle_id           = oklb.id
        AND oklbs.lse_id     <> '2'
        and oklbs.cle_id     = oklb.id
        AND rctta.cust_trx_type_id(+) = oklbs.attribute8
                 and rctla.contract_line_id(+) = oklb.cle_id

    Sorry for the late reply, but this solution worked great.
    and OKS_K_HEADERS_B.ACCT_RULE_ID = RA_RULES.RULE_ID
    and OKC_K_HEADERS_B.ID = OKS_K_HEADERS_B.CHR_ID

  • Will an iPhone automatically turn off location services.  If it goes below a certain battery power level, and so how you disable this in settings.

    I am working with Georgia DOT and we have created an app to track our state vehicles using IPhone 5. My question is: will an iPhone automatically turn off location services?  If it goes below a certain battery power level, and if so how do you disable this in settings.
    Message was edited by: mickyel

    I don't believe that this will happen, however, the entire iPhone will shut down when the iPhone reaches the auto-shutdown power level. There is no way to turn that Off other that connecting the iPhone to power.

  • Turning off data services

    Hi, I was just wondering why you can't use wi-fi when you select to turn data services off. The problem is, is that for this 1 month I don't have unlimited data so need to make sure I don't spend much. Also will any services try to use the data service without user interaction? Thanks for your help

    chrislee_88 wrote:
    Whenever i turn data services off though it seems to also turn wi-fi off somehow.
    It connects to a network however whenever i try to use anything it comes up with 'Unable to connect to the internet, please try again later.' The wi-fi diagnostics menu also says that the 'IP address no longer valid'
    Whenever i turn data services back on wi-fi goes back to normal. Weird.
    I have a feeling that you don't have the browser set as a Hotspot browser, then. 
    Even if you turn off Data Services, your Wifi Hotspot browser should work fine. I have one Bold device with no SIM even it, in which I can access and browse the internet on it via only WiFi using the Hotspot browser.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Regarding pricing not picking from contract while creating service entry

    hello,
    we are facing a problem -we have created a contract with a service item and made a purchase order with the same reference as well. problem starts while creating service entry sheet while adopting the services its not picking the rate from the contract. please guide us how to proceed further.
    thanks,
    ritesh

    Hi Ritesh,
    please check the pricing date in the contract service item and also in the entry sheet header. The price could be probably not found due to different validity of the pricing condition in contract - the price from the contract is not valid on pricing date of   the service entry sheet.                                                                               
    The price in SES is determined on the base of the value in the                        
    field 'Price Reference Date of Entry Sheet' (ESSR-LBLDT). This field                  
    is located on 'Basic data' tab.                                                                               
    However, enhancement SRVESSR (customer exit EXIT_SAPLMLSR_010) can                    
    be used for changing this behaviour.    
    Regards,
    Edit

  • How do I turn off location services on the iPhone 6?

    How do I turn off location services on the iPhone 6?
    Yes I already went to Settings > Privacy > Location Services, is not allowing me to turn it off.
    And yes I have disable the restrictions too.

    When I tapped the screen, there was a symbol on the left that looked like arrows going in a circle and on the right were the arrows crossed. The crossed arrows were orange, when I tapped this orange symbol, it turned to white and the songs STOPPED shuffle.

  • How do i turn off location service while using facetimeq

    I cannot see the topic in location service to turn it off in setting please help

    Hi Bankposh,
    That option should be in Settings > Privacy. If you are not seeing refer to the article below from more information. Let me know if this helps or if you need anything. 
    Understanding privacy and Location Services on iPhone, iPad, and iPod touch with iOS 8
    http://support.apple.com/en-us/HT203033
    Hope this helps,
    -Norm G. 

  • To I need to have 3G enabled to recieve service signal as when I turn 3G off I get no service in the top left signal bar

    Do I need 3G enabled always to recieve service as when I turn it off I get a no service note in the top left bar

    Yes, but if you're connected to wifi then no.

  • Advanced Pricing in Service Contracts

    Hi
    I have a customer requiring the use of formula's and pricing dff's in service contracts to price a contract line for billing.
    EG: the price is calculated by:
    range break price based on counter
    + percentage of value total transactions of period (can be captured in DFF or as separate counter).
    Is this standard functionality, or do you need bespoke to solve this requirement?
    Thanks,
    J-M Meeus
    [email protected]

    Advanced Pricing is tightly integrated with Contracts.
    Refer to OAUG Conference Paper database for a recent presentation - Setup and Use Advanced Pricing for Service Contracts.

  • [ALSB] turning on/off logging/tracing for proxy services

    Hi all,
    do you have any snippet for turning on/off logging/tracing for proxy services using WLST or JMX ?
    I've seen a previous thread about Enable/Disable Proxy Service using JMX and I'm looking for something similar.
    Regards
    ferp

    Thanks, but I mean using WLST or JMX code and not by ALSB console
    regards
    ferp

  • Pricing Procedure Determination in Service Contract

    Hi,
    When I am creatiing Service contract. I am Getting a Dump  RFC_VMC_COMMUNICATION_ERROR         in the Transaction. I think it is trying to communicate with the IPC Server. I need to deactivate IPC as we are not using pricing or this particular scenario.
    I want to wether there are any BADI for deactivating IPC.
    Thank You

    Hi,
    Plz check the following link.
    Re: RFC_VMC_COMMUNICATION_ERROR
    If helpful kindly reward me.
    Thanks & Regards,
    Anirban

Maybe you are looking for

  • Sharing certain groups in address book rather than the whole address book

    Hi I haven't got server yet in our office but we are looking to do this. Currently we just share calendars and other bits and pieces but I'm looking to get server in place. Sharing the address book requires giving a user our iCloud password and letti

  • Problem uploading web content (Templates) developed in DW CS6 and Liquid layouts

    Hi I have developed some templates in Dreamweaver CS6 and Liquid Layouts However when I want to preview them in a browser, they come out blank (No Data at all) I have tried this without Liquid and works fine, minor bugs that can be fixed like backgro

  • The Single Threaded Nature of Swing

    I am designing a program that uses the basic <i>Model View Controller</i> design pattern. The controller allows you to manipulate the <i>Model</i> and the <i>Views</i> then display a graphical representation of the <i>Model</i>. Any way I want to hav

  • Trigger for insert in other table

    hi im merwyn and im new in JDBC my problem is i want to insert the values from one table to another immediately the value is inserted in first table my first table defination is create table ItemEJBTable      ( itemCode int primary key,      itemDesc

  • Regex problem using Pattern class

    Hi everybody, I am using the Pattern class to create a pattern which has to match "Sanofi-Aventis" (without the quotes). The pattern is created like this: Pattern p = Pattern.compile("(?i)(" + Pattern.quote(match) + ")");It is then matched as follows