How update amount of charge line for a sales order  line id

I have a modifier which are qualified for a order line id, i want to update the amount of charges if the Shipping date is > 1 day than resquest date, as I do not have the advances pricing module so i have to do a customization for this condicion.
I want to now how to update these, Does exist a API in order to do that ? or Can i go directly to oe_price_adjustments table and modify the data ??
Thanks
Fernando

Hi Fernando,
I'd probably do this in Adv. Pricing using a dynamic formula + factor list (two diff charge levels dependent on schedule ship date minus request date) against a booking event modifier. Obviously, you don't have dynamic formulas in Basic Pricing but could you handle this via creating a new pricing attribute? The charge levels could be maintained on a lookup rather than hardcoded and used in the calculation by your new pricing attribute.
Whatever approach you go for would also need to cope with the scenarios that you either rescheduled the order or manually amended the request date because obviously the gap between request date and SSD would change.
Your first suggestion is feasible, the second not a good move - I'm not sure how much it costs to licence Adv. Pricing but you could always offset the cost against the cost of developing and maintaining a custom update routine.
Regards,
Jon

Similar Messages

  • How to create a single delivery for two sales orders?

    Hi Experts,
    I need to create one delivery for two sales orders. But it fails.
    The route, shipping point, ship to party are same for both orders but INCOTERMS are different.
    Delivery date, Good issue date, loading date,material availability date, transportation planning date for 1st order is 12/07/11 and for second order is 14/07/11.
    I have created delivery on 14/07/2011 but the delivery is created for 1st order only, the second order is missing in the delivery.
    It not happened because of incoterms.? different dates
    Kindly help regarding this.
    Thanks
    Raghu

    Prerequisite for Grouped delivery
    1. Header data should be same like Inco terms,Payment terms
    Go to VL10A
    Enter the sales order Numbers and execute
    Select the sales order Nos  for the group delivery and select "Background"  Tab in Tool Menu Bar
    If delivery is created coloured line items will get generated
    Check the log for delivery docuements
    Check and confirm
    Senthils

  • How to get the delivery number for the sales order

    hi
    how to get the delivery number for the sales order

    Hi,
    1. IN VA03, enter the sales order and click on the document flow button. From there you can check the delivery document.
    2. In SE11, enter VBFA(Document flow) table and enter the sales order in VBELV field and in VBTYP_N field enter 'J' to specify that you want to check if there is already a delivery document for that sales order.
    Hope it helps...
    P.S. Please award points if it helps...

  • How to capture an address change for a sale order in user exit MV45AFZZ?

    Hi ,
    My requirement is to capture the address change in sale order .
    I have to write the code in my own z-include in MV45AFZZ of SAPMV45A.
    Here I have to use VBAP-KUNNR for PARVW = ‘AG’ or ‘WE’. And  ADDR1_DATA.
    Could you please give me idea , how to capture the address change?
    Thanks ,
    Suresh.

    Farshid,
    As I understand it it is the RCS software that replaces the $Revision$ with $Revision: 1.2$. Is that correct?
    There are two things that you need to be aware of if this is the case.
    First, the length of the text fields are saved as part of the SystemBuild model file. This means that when the revision control software replaces the tag the length is no longer correct, and SystemBuild will not be able to load the file correctly. You can still change the text as long as you make sure the the length of the tag stays the same. For example if the version number is a single digit decimal then single digit, then when you create the file you could store the revision as $Revision: x.x$. When the tag gets replaced by the revision control software you would get
    $Revision: 1.2$ which is the same length.
    Next you need to be aware of potential line breaks. When the SystemBuild model is saved as ASCII then line breaks are added at regular intervals, so the tag might be broken up on two lines. This could prevent the revision control software from recognizing the tag. To prevent this save the file as binary.
    In short make sure that the text the revision control software adds is the same length as the text that it replaced and save the files as binary files.
    Carl L
    National Instruments
    www.ni.com/matrixx

  • How can I determine material costs for a sales order

    We are using 11.5.10..2
    For sales orders that have shipped and details of which are stored in OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL and WSH_DELIVERY_DETAILS,
    I would like to determine the material costs that have been incurred for that order.
    I am guessing I will have to find the WIP order that has been created in response to that sales order and find the material costs for that WIP order.
    However, I am not sure which tables should I look at in WIP or Costing
    I would appreciate some hints i.e. the tables that could have this information.
    Regards
    Manav
    Any help on the above question would be appreciated.
    Edited by: manav_purohit on Jan 7, 2009 2:52 PM

    If this is not too late:
    If you have cost elements then you can use this.
    select .....
    where
    mtl_material_transactions.txn_source_line_id=oe_order_lines_all.line_Id
    and mtl_material_transactions.transaction_type_Id=33
    and mtll_material_transactions.transaction_id=MTL_CST_TXN_COST_DETAILS.transaction_id
    and oe_order_lines_all.line_id=&your_line_Id
    and MTL_CST_TXN_COST_DETAILS.cost_element_id=&your_element_Id_for_material;
    if you do not need cost elements
    you can just use mtl_material_transactions.transaction_cost to get that transaction's cost.
    Thanks
    Nagamohan

  • How to delete the subsiquent document for a sales order

    Hi,
    Please tell me the tcode to delete the subsequent document of a sales order and a sales quotation.I want to reject or delete the sales quotation.
    Please tell me the procedure.
    Currently i am trying to cancel the billing document for sales order by VF02 and try to cancel through menu bar.
    After canceling the document its still giving the message that subsequent document exists.
    Please help.
    Thanks and Regards

    in the document flow : i am finding documents which are given below :
    Doc.                                           Date     Overall Processing Stat
    Serv. notif. 00015773
    Qt For NewConnection 20022016    23.04.08   -   Completed
    Order New Connection 22460 23.04.08           -    Open
    Z New Connection 90022430 23.04.08      FI doc. not Required
    Cancel. Invoice (S1) 90023731 19.07.08    FI doc. not required
    And no accounting document created.
    Thanks and Regards
    Edited by: Birendra Choudhary on Jul 19, 2008 2:08 PM

  • How to find territory for a sales order?

    Hello,
    How do we find the territory for a sales order?
    Please help.
    Regards,
    Sam

    As you know, the territory keyflex is multi-segment so you'll need to adapt the following to show which segments you want. The SQL below prompts for OU org_id, order number and line number.
    Regards,
    Jom
    SELECT
    terr.segment1
    FROM
    hz_cust_site_uses_all ship_su
    , hz_party_sites ship_ps
    , hz_locations ship_loc
    , hz_cust_acct_sites_all ship_cas
    , oe_order_headers_all ooh
    , oe_order_lines_all ool
    , ra_territories terr
    WHERE 1=1
    AND ooh.org_id = &org_id
    AND ooh.order_number = &order_number
    AND ool.header_id = ooh.header_id
    AND ool.line_number = &line_number
    AND ool.ship_to_org_id = ship_su.site_use_id(+)
    AND ship_su.cust_acct_site_id = ship_cas.cust_acct_site_id(+)
    AND ship_cas.party_site_id = ship_ps.party_site_id(+)
    AND ship_loc.location_id(+) = ship_ps.location_id
    AND ship_su.territory_id = terr.territory_id(+)

  • Single idoc generation for multiple sales orders

    Hi,
    Pls let me know how do we generate single idoc for multiple sales orders.
    Its not collecting idoc. As we know we can generate an idoc for one sales order correspondingly
    my requirement is to generate single idoc number for multiple sales orders.
    Do we need to write a program.

    Amar,
    To understand take HRMD_A04 as example. Root segment has Maximum 9999999999 defined.
    Segm.type       E1PLOGI
    Minimum number  1
    Maximum number  9999999999
    Parent segment
    Hier.level      2
    This means that this IDOC types has capability to hold multiple HR Master data objects. PFAL program creates this IDOC and it has facility to mention the Objects per process, check selection screen.
    I checked for INVOICE01/02 its not possible there. Hope this clarifies.

  • WebDynpro Application for Create Sales Order

    Hi All,
          Can any one help me to get the right documentation on How to create a WebDynpro Application for Create Sales Order, Calling BAPI.

    In NWDS, click Help-->Welcome...Netweaver Developer Studio.  Under "Developing WebDynpro Applications" click the link to the chapter.
    Go to....
    SAP WebAS for Java Applications
    Development Manual
    Developing Web Application
    Web Dynpro
    Tutorials
    Advanced Tutorials
    Model Tutorials
    Creating a Web Dynpro Appliation Accessing ABAP Functions.
    This should get you started.
    Regards,
    Rich Heilman

  • Maximum number of Invoices for a Sales order

    Dear All,
    How many invoices we can make for a Sales order?
    Is there any maximum limit for that?
    How many documents can be shown in Document flow?
    Please let me know.
    Regards,
    Mullairaja

    hi mullairaja
    if in the case for partial deliveries you could process any number of invoices but only till the number of partial deliveries in the customer master data > sales area > shipping > partial deliery per item .....
    if the case of the sales order  is processed and delivery and COMPLETE  picking ...and PGI with respect to that delivery document you could only process one invoice ......
    IF you complete the whole sales cycle ...you can see the whole document flow in va02 by clicking document flow in the left top corner.
    the document flow will be more if their are many partial deliveries.
    <removed_by_moderator>
    Please read the "Rules of Engagement"
    Regards,
    JAGAN N M 
    SAP SD
    Edited by: Juan Reyes on Mar 14, 2011 9:35 AM

  • Partial billing documents for 1 sales order

    Hi all,
    How to create partial billing documents for 1 sales order,
    Note: Billing will be done against sales order not delivery,

    hi
    go to VF01 and enter your sales document and then from the menu bar select the icon -- selection list you will get the list of items in the sales order you can select the items and select the icon copy you can do the partial billing
    regards
    vardhan

  • Log for deleted sales order

    Hi Gurus,
    Problem is: Some one has deleted some sales order from the system.
    Now we need to know who has deleted the sales order, can any one tell me how to find out the log for deleted sales order.
    Thanks,
    Abhishek.

    Hi,
    Check report RVSCD100.
    Thanks,
    Raja

  • How to Find Out The Production Order Number For The Sales Order Line Items

    Hi All,
    I want to know the number of production orders for each sales order line item. I know the sales order number .Can anyone tell me how the tables can be linked to get all the production order numbers for each sales order line item.

    I think it depends on your configuration. But check fields KDAUF and KDPOS in table AUFK.  or in table AFPO.
    Regards,
    Rich HEilman

  • How have i been charged twice for a song that i still havent got

    how have i been charged twice for a song that i still havent got

    I'm just guessing since you provide so little information about your situation, but look under the Store menu in iTunes for the "Check for available downloads" command and run that. You may find the tracks there to be downloaded.
    If not, and/or if you are certain you've been double-charged (and one charge wasn't the normal hold placed when you first enter a credit card), contact the iTunes Store Customer Service department from their Support page (select the category and subcategory closest to the issue you're reporting and you'll find either an "Express Lane" button - just follow the instructions to get to the contact form, or an "Email Us" button) and explain the problem to them.
    Regards.

  • I have lost my iphone and i have apple care plus how much will apple charge me for new one

    i have lost my iphone and i have apple care plus how much will apple charge me for new one

    As far as I know, AppleCare Plus only covers up to two incidents of accidental damage from handling; it doesn't cover a lost phone.

Maybe you are looking for

  • Having trouble connecting on Wi fi :( PLEASE help

    Hi all I've bought my ipod touch today & I was wondering if anyone can help me connect it to my house's router. My iPod detects the home network and asks me for the password, once I enter the password it just says 'Unable to join the network' . This

  • Apply check on transfered data?

    Hi I have following scenario:- Data file -contains Header,Detail,trailer Control file- contains the number of detail record in data file. Now i have to develop the interface that will transfer from file to table. The problem is, after i transfer the

  • Agents in DMZ

    Hi, i want to set up some agents which are located in a DMZ. There is a firewall between DMZ and internal network where the SDS resides. The documentations tells about a proxy when using agents in a DMZ, but not in detail. Is this an UCE proxy or a r

  • SOA OSB Deployment best practices in Production environment.

    Hi All I just wanted to know the best practices followed in production environment for deploying OSB and SOA Code. As you are aware that both require libraries from either (Jdev or SOA Suite) and (OEPE and OSB)? Should one rip the libraries and packa

  • Startup sound , knocking sound, flashing folder icon

    Hi, I have this weird problem started with my IMac, it is intel based macOSx10.4, When i power on button, it will start the knocking sound as if Hard disk is trying to read bootstrap loader part, it keeps on trying for few mins after which flashing f