Change Services PO Pricing

Dear Experts,
As our Tax (MWST ) has been changed , We would like to update the Condition MWST in open orders for services .
(Even for ordrs without  History )
When click on "Update" button in Conditions  tab ,
We got the message :
New pricing is no longer possible
Message no. V1227
Diagnosis
Pricing cannot be carried out again due to the processing status of transaction.
System Response
The system does not allow pricing to be carried out anew.
Please advise how we can update the orders,
Best Regards,
Moshe

Hi,
If you can not update your service condition with pricing type "G" - G    Copy pricing elements unchanged and redetermine taxes, please try to change this behaviour via BAdIs:
BAdIs ME_DEFINE_CALCTYPE and ME_CHECK_ALL_ITEMS (note 495264).
These allow you to 'configure' a number of fields which, when              
changed, will call the pricing routines. For more details on the BAdI             
implementation, please refer to their documentation. 
Regards,
Edit

Similar Messages

  • MM-External service management pricing configuration

    Hello Experts,
    I am working with MM-External service management, and am facing an issue in Pricing during creation of SES (ML81N).
    I have modified the standard Access sequence 0010 (Performance conditions) by inserting Table 104 to row 15.
    The Condition table 104 has field KOMP-SRVPOS i.e. Activity Number.
    The Contract (ME33K) has a service included with a Service No. 40000000 as shown below with a Gross price as 1/- .  The said service is created in AC03.
    A condition record is created against the Activity No 40000000 in transaction ML45 (Condition Typ: PRS) as shown below:
    While creating SES for a Release order of the said contract for service No. 40000000, the expected result is that in the Access Sequence Row 15 would be executed and the condition record maintained in ML45 (14/-) would be picked up.
    However, the access 15 does not get executed as the Activity No. field is not filled. It appears that the KOMP structure is not populated with SRVPOS under above circumstance. Error message 102- “Access not made (initialized field)”.
    Instead the access in Row 20 is executed and Contract rate of 1/- is picked up.
    In another scenario, SES is created on a contract where the said service no. (40000000) is NOT included in the service lines. Here during Pricing the Access 15 is successfully made:
    What is reason for this behavior? As per requirement, many contracts share the same services and their price is uniform across
    all contracts. Hence instead of the contract specific condition, the Cnd record maintained against Activity Number is required to be picked up. This makes sense because these prices change periodically and hence rate Maintenance is easier if only rate against single Activity number is to be changed rather than prices in all individual contracts.
    Please guide.

    Hi,
    Instead of modifying the standard Access sequence , you can create  New Access sequence for service but you need to add field SRVPOS for Activity Number in the following path:
    SPRO --> MM --> Purchasing -- > Conditions --> Define Price Determination Process --> Extend Field Catalog for Condition Tables
    Now create a new condition table as 977 with  Service master or Activity number and then create New Access sequence as ZSER assign table 977and save.  You can create your new service condition type as ZSER and assign New Access sequence ZSER  to it.
    For to have service condition pricing in service order/purchase order, you can use routine 11 in Requirement column for service condition type ZSER in Requirement column in MM calculation schema/MM Pricing Procedure. Different pricing for service and production
    You should decide which condition price you want in service PO---- price from condition record or from service contract.
    Regards,
    Biju K

  • How to change Service Item using BAPI_ENTRYSHEET_CREATE.

    Hi All,
    There's a requirement for me to upload/ Create Entry Sheet using BAPI_ENTRYSHEET_CREATE from the source file.
    The Header was given to me but the Service Item, they would like the flexibility to change the existing lines that was adopted from ML81N.
    Eg of the file.
    Header given:-
    PO NO
    Po Item
    Short Text
    Ext Entry Sheet No
    Service Location
    Period Start
    Period End ....n so on
    Service Item given:-
    Service Line (Extrow)
    Service Order Qty (Memge)
    Ext Service No (EXTSRVNO)
    The objective of this file is
    1) Create Service Entry Sheet (using Header)
    2) Adopt the Service Item
    3) Change Service Item (using Service Item)
    Could anyone guide me how to do it? If Using BAPI_ENTRYSHEET_CREATE...is actually creating it with full details of the upload file. but given to me, t requrement is they would like to create n change the item.
    Appreciates your help.
    Thank you.
    Regards,
    Sheena Wee

    Hi ,
    If you are trying to test the FM through TCode SE37 then it will not give you the desired output.Do one thing create a test program and there you call the FM with your data.I hope in this way you can solve the issue.
    Regards,
    Sarbajit.

  • Change "Services and applications" names in failover cluster manager

    Hi. Id like to change "Services and applications" names in failover cluster manager for Windows Server 2008 R2.
    I right click on one and press rename, but when i change the name and press enter i get the message "To rename this service or application please rename the Client Access Point via its property page"
    It's important that we don't change the network name for the service

    Hi,
    Checkout this blog post
    PowerShell for Failover Clustering: Let’s Rename a Few Things
    But keep in mind if you rename the resources and you are using them in a script or backup you need to check this also with the new name.
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

  • VA01- change item Material Pricing Group depending of Price List

    Hi all,
      I have this requirement:
    Transaction VA01, VA02 (create, change sales order)
    If the user modify the Price List in header data I must change the Material Pricing Group (VBAP-KONDM) for ALL the items in the document.
    I've tried to implement the exit MV45AFZZ to obtain this goal, but it works fine only for the new item inserted or changed while for the unchanged item the
    Material Pricing Group has not been modified.
    Does anybody knows what enhancement I have to use?
    I thank you in advance.
                                                                  Paolo

    Include: MV45AFZZ
    form: userexit_field_modification.
    This is to show the new assigned value
    if sy-tcode eq 'VA01' or sy-tcode eq 'VA02'.
      if not vbap-kondm is initial and
        vbkd-pltyp = '02'.
        if vbap-spart = 'CA'.
          vbap-kondm  = '91'.
        else.
          vbap-kondm  = '90'.
        endif.
      endif.
    endif.
    Include: MV45AFZZ
    form userexit_save_document_prepare.
    This is to store the value assigned
    if sy-ucomm eq 'SICH'.    " Save
      loop at xvbap.
        if not xvbap-kondm is initial.
          if xvbap-spart = 'CA'. 
            xvbap-kondm  = '91'.
          else.
            xvbap-kondm  = '90'.
          endif.
          if xvbap-updkz is initial.
            xvbap-updkz = 'U'.
          endif.
          modify xvbap index sy-tabix.
        endif.
      endloop.
    endif.

  • Service po pricing

    Hi,
    I'm configuring service PO Pricing.
    1.The service requisitions are getting generated from PM and MM.
    But in my PO condition tab pricing procedure RM0000 is flowing.
    I'm using service PO pricng procedure MS0000.
    Doc type is NB only.
    The tax rate maintained for service are flowing into NAVS/NAVM Condition.
    Searched the forum but didn't get the logic behind service pricing procedure.
    how system will detect the pricing and for service orders?
    Regards,
    Venkatesh

    Hi,
    In order to have automatically tax determination at service level please
    follow the below steps:
    1. Create condition type (ZTAX for example) with condition class D,
    calculation type A and Condition category N.
    2. Create access sequence (Z010 for example).
    3. Create condition table (960 for example) with reference to table 080.
    4. Back to Access: for access sequence Z010 enter for Accesses, desired
    access number and created table. Select it and dblclick on Fields.
    Fields assignments will be generated with LLAND and TAXIM.
    5. Select LLAND field and assign the field LAND1 to it from details.
    6. Assign access sequence Z010 in condition definition.
    7. Insert condition in calculation schema.
    8. Run ML51 for ZTAX and enter the desired values (if all was correctly
    generated, no error should be issued!).
    After this, for service master, the tax will be determined based on
    the country and the TAXIM value entered in master data.
    Also please go through the below notes carefully,This has all the
    details to set up tax customising in your system.
    498878    Tax for service
    495316    Taxes with services
    501054    FAQ: Taxes in purchasing
    Regards,
    Ashwini.

  • MOS-01205 could not change service configuration on host 'Local'

    Hi All,
      We have installing SAP XI3.0 on WebAS6.4 with ORACLE9.2
      Now when we are applying J2EE Patches..we are getting the following error:
    <b>MOS-01205 could not change service configuration on host 'Local'</b>
    Please guide me in this regard.Awaiting ur replies..
    Regards,
    Sai.

    Hi Subhash,
    I haven't any antivirus software running and I have administrator rights.
    Another idea?
    Thanks to all,
    Arnau

  • Postal Change Service

    Hi All,
    we are trying to complete the initial system set-up and have met problems with the creation and maintenance of Postal data, Post codes, Cities, etc.
    My question is, does anyone have a document detailing the sequence and steps required to complete the set-up of Postal Data?
    We are using a Master / Slave set-up, with client 000 as the Master, and our other clients - DEV / QA, as the slaves.
    We have also looked intently at the help available for this topic, have not found the answers.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fd/a2475d938611d2ac720000e829fbfe/frameset.htm
    The initial question we have is related to creation and maintenance of Postal Codes, we have created a Post Code and number of Cities.  We have now processed the Change Number through to release.  We now want to further process the Post Code but we receive an error - Message no. JS639
    "Postal code W1 7RS version   (' ' = data created manually) still has change records that have not yet been through all the steps in the upgrade procedure of that require reorganization."
    Any help will be greatly appreciated.
    Martin

    Hi Claudia
    I have checked JS72 and it shows the following information:
    Role  Cli.  ChgeNo.           ChgeNo.Status    Post  St    Add.  Status of Change Service
    M     000   1                     Released             X       X     X       Change Service Completed
    S     100   DUMMYAEND                                                     CS has not yet been run
    S     110                                                                             CS has not yet been run
    S     120                                                                             CS has not yet been run
    When I try to Check & Release the change No DUMMYAEND, I get the message that is does not exist.
    It seems this change no. was created by the system. 
    BRgds
    Martin

  • How do you change service from your old LG phone to a iPhone 4S without going into pioneer

    How do you change service from your old LG phone to a iPhone 4S without going into pioneer

    I would call Pioneer and ask them if you can do that.

  • I will be changing service providers before the end of my billing cycle. Will the remainder of my payment be reimbursed?

    I will be changing service providers before the end of my billing cycle. Will the remainder of my payment be reimbursed? Thank you- James Hamilton

    If you port out a day or two before your bill closing date, you owe nothing more to Verizon. If you port out say 3 days after your due date then you lose 27 days of service.
    Plan accordingly.
    Good Luck

  • Service Desk: Pricing data for partner could not be read

    Hi all,
    I am trying to configure the Service Desk functionality for Service Providers (on EHP1).
    I follow the SAP Documentation (SAP Solution Manager: Service Desk for Service Providers) and SLA's made easy in SAP Solution Manager. Also some discussion threads helped me with some steps (I applied e.g. the recommendation from Pricing data for partner 106 could not be read. , but it didn't help).
    I am facing some errors related to the CRM part of the configuration.
    When I create Service Desk Contract (SLFV) in CRMD_ORDER, the error appears Pricing data for partner xxx could not be read. I checked the setting of BP and I am not able to find the reason, for customer's (sold-to-party) BP the sold-to-party > Sales Area Data the Sales Organization/Distribution Channel/Division are maintained. Which information for pricing is needed and where can it be configured?
    Another error - I am sure it is related to the first one - the service contract cannot be determined in the service message (in Item details view under product). The error messages are about sales area/organization, so I suppose there is something wrong with the link Service Contract -> Business Partner definition.
    Could you please help me what can cause the error?
    Thanks in advance,
    Vaclav

    Hi Balaji.S,
    my problem was solved when I double checked the settings of org structure. That means there must be a consistent setting for sales organization / distribution channel / division in businness partner (tcode BP), organizational model (PPOMA_CRM), product workbench (COMMPR01). The setting must be same for both the sales department of the service provider and the customer's company (I am sorry I am not CRM, so I am following just this simple logic)
    In the long text of the error (in CRMD_ORDER) I could see "expected" combination for sales organization / distribution channel / division (message e.g. The access was carried out with sales organization 'O 50000613', distribution channel '01' and division '') -> when the org model was set up everywhere in this way, the contract was automatically filled by the organization data and in the next step the contract could be determined in the service desk message.
    Anyway it took some time to find out the correct combination. Deeper CRM knowledge would help me much.
    Vaclav

  • Can't send text messages (can only recieve). How do I change Service Center Number

    Hello. As my subject states, i can't seem to send text messages (but i can receive them). I'm told by my carrier that i need to change my service center number (and they provided it). I've been looking all over the phone for this option, and can't seem to find it. I keep seeing posts saying "On your device: Options > SMS > Service Center." but "service center" does not appear when i go to options>SMS text. I see the following; screen options conversation style: show names: message options priority: callback number: disable autotext: so my question is;, where do i find this?

    ayall wrote:
    firstly - if i'm posting in the "BlackBerry 9500 Series Smartphone" setion,
    I have a bit more than 30 messages on this forum, and my experience says that many people do not post in the board that matches their device. So it's a good idea to make sure.
    ayall wrote:
    you can see under avatar it cleraly says "My Device: BB Storm 9530"
    you did publish it in your "private information" part in your profile. But you have to configure your profile to allow people to view your private information. Here is a screenshot of what I see :
    please listen to people when they are trying to help you.
    A bit of politeness does not cost much either.
    That being said, we will nevertheless try to help you.
    Please state your OS version (4 numbers seperated by fullstops).
    When you go to home screen >> options >> sms,  please write down here all what is written in this page.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Error while changing Service Order in CRM

    Hi,
    After creating Service Order in CRM, i click on change mode, it shows the following error:
    An error occurred in system ECC during account assignment
    Message no. CRM_ORDER_MISC 060
    Diagnosis
    Errors occurred when assigning an account assignment object to a business transaction. To view the error message, see the accompanying log file.
    Transfer Log
    Enter the business area (Notification E KO 136)
    Characteristics for Controlling object have errors (Notification E IAOM 034)
    What needs to check in R/3 to process this successfully to create an Internal Order in ECC referring this Service Order.
    tnx in adv.
    rgds,
    balu

    Hi Balu,
    You can refer to the note 966289 which talks about this problem if a service order template is used.
    Thanks
    Abishek

  • Error while  changing Service order through  BAPI_ALM_ORDER_MAINTAIN.

    Hi Frens,
    I am facing problem while  changing a service order .
    I am changing the  HEADER ( Planner group & Basic Finish date )   through
    BAPI_ALM_ORDER_MAINTAIN.
      lt_methods-refnumber = '000001'.
      lt_methods-OBJECTTYPE = 'HEADER'.
      lt_methods-METHOD = 'CHANGE'.
      lt_methods-OBJECTKEY = l_aufnr.
      append Lt_methods.
      lt_methods-refnumber = '000001'.
      lt_methods-OBJECTTYPE = ' '.
      lt_methods-METHOD = 'SAVE'.
      append lt_methods.
      lt_header-orderid = l_aufnr.
      lt_header-PLANGROUP = 'GE'.    " Hard coding for testing
      lt_header-FINISH_DATE = '20081114'.
      append lt_header.
      lt_headerup-orderid = L_AUFNR.
      lt_headerup-PLANGROUP = 'X'.
      lt_headerup-FINISH_DATE = 'X'.
      append LT_headerup.
      CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
        TABLES
          IT_METHODS   = LT_methods
          IT_HEADER    = LT_header
          IT_HEADER_UP = LT_headerup
          RETURN           = LT_return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait = 'X'.
    I am getting error No : IWO_BAPI2  ( 118 )"  *Order 5001887 cannot be saved, since no operation is maintained."*

    Hi Balu,
    You can refer to the note 966289 which talks about this problem if a service order template is used.
    Thanks
    Abishek

  • How to change service for all members

    Hello,
    We setup our cluster with member1 and member2 as follows.
    backup-count = 1 on cluster configuration.
    service-name = CACHE-TEST-A, which is stored in Member1
    the backup of CACHE-TEST-A is stored in Member2
    Now we change the service name CACHE-TEST-A to CACHE-TEST-B.
    The question under consideration is how to change CACHE-TEST-A to
    CACHE-TEST-B in both members.
    Test steps:
    1 Turn off the service, execute the following code:
    CacheFactory.getCluster (). Shutdown ();
    CacheFactory.getCluster (). Stop ();
    2 Modify the configuration file, the CACHE-TEST-A modified CACHE-TEST-B
    3 Restart the service, execute the following code:
    DefaultCacheServer cacheServer = new DefaultCacheServer (new DefaultConfigurableCacheFactory ());
    cacheServer.start ();
    Result:
    Service started, but the configuration file is not loaded,
    it seems that the system is still configured with CACHE-TEST-A.

    We are going to achieve as below.
    Requirements:
    In the existing cluster nodes without adding a new premise, deploy new business class package (based on CacheStore the jar), also updating some of the Cache service scheme of the configuration.
    Solution:
    We use the above coding part (using a custom Jmx and DefaultCacheServer to stop and start nodes) to achieve the requirement, but do not know whether any other better solution for this.

Maybe you are looking for

  • Fitting a larger HDD to an old A120 - any size or XP activation problems?

    Satellite Pro A120 PSA COE - 007009EN, 1.46ghz GHz Celeron M 410. Present hard drive - Fujitsu MHV 2060BH PL (according to Belarc Advisor) This old machine still works quite nicely, and I'm thinking about fitting a larger hard drive in order to dual-

  • "iTunes Could Not Connect to iPod" Error Message

    Yes I know this has been posted many times before, but I am at a loss here, and I really need help. So I follow the steps I need to do to "Restore" my iPod touch (i have the 32 gig - 2nd gen) and then I see the apple logo appear. It stays that way fo

  • Problem in Our Old Solaris

    Hi all, We have SunOS 5.10 server with five (5) applications running. Lately we encountered frequent running out of memory issues. It seems that the server can not clean up run-away processes that still holding on the resources. Even if we shutdown 4

  • Cummulative Average Amount Calculation

    I have to write a query in which i have to calculate the cummulative average amount with respect to month as below Month Amount Cummulcative Amount January 06 1000 1000 February 06 2000 1500 March 06 3000 2500 How to calculate the Cummulcative averag

  • File Server Application

    Hello, I want to be able to browse (read and/or write) a remote file server through the USB port on an S60 phone. Further, the remote file system will not reside on a PC. Does anyone know of an application already developed to solve this problem, or