Diff is adding to Net Value

Dear All,
In the Sales order Pricing the diff amont is adding to net value and updating in the vbrp table.we are using z-report for the sales
register.In the report the net value is taking from the table vbrp field NETWR. After Saving the sales order the diff amonth is calculating and adding to the net value so it is mismathing the values in between the invoice and the sales register.Please suggest me how to get the net value without adding the Diff amout to it.
Regards
Khajahussain

Dear Chandu and all,
I dont have any problem with invoice value , Problem is with taxable value. For Better understanding i have
given below one scenario 
Below is the Problem i am faceing
1----
     First Line Item   Second Line Item          Total
2 Taxable Value--     10,031.20--10,031.20--
20,062.40
3 Tax Vat     5%--501.56501.56--
1,003.12
4 Invoice Value -
     10,532.76----10,532.76--
21,065.52
5 Diff----
0.48
6 Diff to each item--0.24--
0.24      
7 Final Invoice Value--10,533.00--10,533.00--
21,066.00
8 Taxable Value in-- 10031.44--10031.44--
21066.88   
VBRP-NETWR        
Taxable Value fraction portion is 0.40(1) and 5% tax Fraction Portion is 0.12(2) , adding these fracions 0.40+0.12=0.52.
Diff(5) is coming as diff=1-0.52=0.48. Rounding is set as100 to the currency INR.This diff value 0.48 is Dividing to both the items
Diff to each item(6) = 0.48/2.Final invoice value coming correct, But when the System saves the document ( Billing Document)
The taxable value(2) 10,031.20 is changing to 10,031.44 By adding the this diff amont 0.24 and updating in the VBRP-NETWR field. Please let me know how to update this field with actual taxable value 10,031.20 without adding the diff amont.
Regards
Khajahussain
Edited by: khajahussain on Sep 9, 2011 10:29 AM

Similar Messages

  • Basic Price is not added in Net Value

    Dear All,
    In sales Order, Basic Price is not added in Net Value.
    Thanks & Regards,
    PM

    kindly let us know which condition type is used for basic price - and check the condition type whether the condition class is mentioned as "C".
    and in plus/minus maintain positive
    regards,
    Sudhir

  • Sales Order - Taxes not included in the net value

    Hello Everyone,
    While creating the Sales Order with DE customer, DE material, I was able to get the DE taxes calculated, but in this case also the taxes are not getting added to the “Net Value” in the header.
    But if we double click on the header “Net value” field, “Conditions” tab, here inside the tab top, we see the “Net”, “Tax” values calculated correctly. Is this how it is suppose to work?
    Any help is appreciated.
    Sincerely,
    NS

    hi,
      if taxes are not added to net value then check for possible missouts
    1)in pricing procedure tax accounting key assignment
    2)it should be non statistical,if made as statistical then will not be added in net value
    3)DE customer should be tax enabled
    4) DE material should be tax enabled.
    5) utxj/mwst tax condition records should be picked from FI tax procedure.
      if this is zero then tax will not be activated.
    these are the only possibilities.
    check and confirm back.
    reward if helps !!!!!

  • Down payments added to the net value

    Hello Experts,
    I have configured downpaymants as per my client requirement . I have entered manually the down payment condition type in the sales order but the down payment value has added to the net value. Is it standard system behaviour or please explain how the down payments behave while creating the sales order.
    Thanks in advance.
    Thanks,
    K
    Edited by: kv on Jun 2, 2010 11:43 AM

    Hi Folk,
    Can you make the condition type as negative sign and test it again.
    Regards,
    Ram.

  • PO tax value is not added in net price

    Hi
    In PO tax value is not added in Net price .
    In the pricing elements it is showing the total value .
    But in the field of net value , it is not calculating the net value and so it is showing in the PO print out.
    Kindly advise.
    regards,

    Hi Sandeep,
    In case u want to print the net value with the tax u have to make the value as print relevant in the pricing procedure .
    And also u need to store this value in the field from  where the net price is printed and again this can be done in the pricing procedure.
    Hope this will help you .
    Please reward points for useful answer.
    Regards
    Mani

  • Net value in source system and BW differ

    Hi Gurus,
        Some times like ' net value in source system is not matching with the net value in BIor BW for example net value of a product'  why this happens even though the requests are loaded with out any issues , I mean If any loading errors occur we'll solve them and load the requests right. somebody help me out
    Shiva

    Shiv,
    Use ODS in the dataflow, which will update the figure and no add. Perhaps i think u have loaded data directly to the Cube so that figures are getting added. This happens in cases like partial delivery where only part of total material(e.g 3 qty get despached out of total 10 qty) are despatched.
    Regards.

  • Sales order net value and invoice net value differ

    Hi Gurus,
    i placed  sale order 03/08/2009 the net value of the order is 30000 USD, the same day i have done some price modification (manually i entered the header condition with value of 50 USD) after entering the header condition sales order net values is showing 50 USD. then delivered and invoiced. in the invoice net value is showing 30000 USD. my requirement is the invoice also has to show the 50 USD only. why it is not showing the sales order net value? is there any setting need to be done  regarding this problem?
    Thanks in advance

    i changed the pricing type as D
    From your comments, I presume in copy control, a different alpha value would have been maintained and with that settings, sale order, delivery and billing were generated.
    What I would suggest you is that you create a sale order once again for the same customer and 5 materials, make same changes in pricing, do PGI and billing.  See how it works.
    thanks
    G. Lakshmipathi

  • Free goods by header net value not Quantity

    Regards
    My client wants to make a sales promotions as the free goods SD. The difference is that free goods should not be given by the bought quantity of certain material, they should be given from the header net value of an order.
    For example:
    If a customer have an order with header net value of 100$ from only materials that has certain material pricin group, it should receive one free good.( All the materials in the order have the same material pricing group)
    If a customer have an order with header net value of 200$ from only materials that has certain material pricin group, it should receive two free goods.
    If there are ways to make this happen please let me know i would really appreciate it.
    Thanks
    Edited by: Ronald Caroli on Feb 13, 2008 9:13 PM

    Hi ronald,
    The userexit option is very tough to do.
    You are using a right userexit, but how are you coding it? Whats your design and flow?
    The BDC are programmable recordings of a standard transaction. Hence you will be able to record the way in which you add a line item to sales order. Ths recording is automatically converted into lines of code by SAP. Then you insert your checks and balances between these lines of code to make it behave the way you want the sequence of transactions to work.
    My thought was to make a recording of adding a new line item, in change sales order transaction(va02), with item category as Free of Charge(FOC). Then in the code, I wanted to check for material pricing group, if found correct, then would go finding the net value of sales document. If the value is above the limit, calculate the target quantity. Then follow the rest of the recording and add a new line with FOC as item category.
    But this was a seperate transaction, which could be applied seperately and not to be done automatically in sales order. This was becuase say if you switch off the promotion tomorrow, then you will not have to worry abt removing the same functionality from sales order, you just need to de-activate the transaction.
    Then there would be issues of doing hardcoding the net value limits, free good quantity in the user exit which is not at all recommended.
    Hope this helps.
    Abhishek

  • Sales Condition, but not totalling to net value in SO

    Hello,
    We have costs which we need to post to certain GL accounts, to do this I created new condition type (not have statistical ticked in procedure). This is for royalty process, whereby every SO which we sell to every customers, we will pay 3% of sales to another party.
    - Problem, if dont tick statistical, wrong values get posted to customer because we're adding 3% to credit customer.
    - If tick statistical, values dont get transfered to accounting.
    Is there any better way we can use to not allow values to be totalled into net value in SO, but still be able to bill and post to accounting?

    You can achieve this requirement by creating New Condition Type ( suppose XYZ ) with Calculation Type as Percentage & Plus/minus as -ve . Add this Condition Type below the Condition Type for Royalty Process (suppose ABC ) with Step Number as the one of  Condition Type ABC in From Column in the Pricing Procedure.
    You would have to mention the Account key for Condition Type ABC & maintain 100 % Condition Record for Condition type XYZ & no Account key should be assigned against Condition Type XYZ.
    Best Regards,
    Ankur

  • Net Pay calculation is wrong, allowance wage type is not getting added to net amount..

    Hi Dears,
    We are doing payroll configurations for one of our client in india, Regarding our requirement ,we jus tried in test system, we have written a pcr rule stating 01st feb 2015, new allowance need to paid to employees belonging to L&T1 pa and LT ESG.. Allowance will be percent based on gross pay..allowance percentage differs according to the ESG..
    Before writing the PCR, Allowance percentage has been maintained in T511K.. And have configured as payroll constant ZTST 1 should be calculated with a value 2%.
    i have created a new wage type 9021 allowance wage type and this wage type amount should be automatically generated in payslip based on the pcr i have written while running payroll for an employee.
    EARNINGS                                                       DEDUCTIONS
    l&t basic pay 9000             54838.71                    INCOME TAX
    l&t conveyance 9100            2741.94                   12394.00
    l&t hra           9200               4387.10
    l&t allownace 9021                1239.36
    TOTAL Gross amount          63,207.11              Take Home pay (net pay)  49,573.75
    But the actual net amount should be 50,813.11..Based on the allowance wagetype i have created which is automatically generting using the pcr i have written , is getting calculated in the gross amount..
    but not getting added in net amount .so please help me out guys on how to solve this issue???
    Regards,
    Surya Prabha

    Hi Remi,
    Thanks for your kind reply, yes these values are taken from the remuration statement of a  particular pernr whom am running the payroll..
    i have checked the processing classs and i have maintained 5 and 70 which add this new allowance amount to my net amount.  now the net amount is proper.
    EARNINGS                                                       DEDUCTIONS                   perks/other income/exemptions
    l&t basic pay 9000             54838.71                NCOME TAX                       l&t leave encashment    1239.36
    l&t conveyance 9100         2741.94                   12416.00
    l&t hra           9200               4387.10
    TOTAL Gross amount          61,967.75             Take Home pay (net pay)  50 791.11
      Regards,
    Surya Prabha

  • Freight to be calculated based on sales order net value

    Hello Experts,
    We have got a scenario,
    The net value of the sales order is 1194, 13 Euro, the customer has to pay
    6,40 Euro freight costs one time for this order. If we donu2019t deliver all items based on backorder or something else, the customer has not to pay for the additional delivery.
    These are the general terms and conditions.
    The system charges for the additional delivery the freight costs once again
    dependent on the net value of the 2. Delivery and so on
    In the example :
    According to the general terms and condition the customer has to pay for the
    order  one time with the first invoice -> 6,40 Euro freight cost.
    But the system had invoiced for the additional delivery with the invoice ->20, 60 Euro independent of the net value of the additional delivery.
    And we have to create a credit note for the customer.
    If we have several shipments of one order the system charges the freight costs of each shipment concerning to the net value.
    Thanks & Regards,

    If we donu2019t deliver all items based on backorder or something else,
       the customer has not to pay for the additional delivery.
    For this, you can have one header condition type and input manually the value if need be.  If you want to automate, then you have to go with adding the required codings to your routine which I feel, will complicate the system.
    G. Lakshmipathi

  • Net value of sales order before saving in VA01

    Hi there,
    I'm currently working with the transaction VOFM whereby i need to get the <b>net value</b> of the current sales order in order to compare with a deposit value which the customer has made.
    a condition type is activated whenever the net value is < the deposit which the customer makes,i.e when sy-subrc EQ 0.
    My problem is that the routine in VOFM(where i have added my code),is triggered before i save the order, hence all i get as net value is always 0.00. That routine is again triggered after i save as well, but it doesnt work as i expected even if i get the net value then.
    I have in fact used the routine USEREXIT_PRICING_PREPARE_TKOMP of include MV45AFZZ, where i could get the net value from the field XVBAK-NETWR <b>after saving the order</b>.
    i thought that now it gets the right value, it'l work as expected but the fact that the VOFM routine is triggered before saving(hence net value 0.00), the condition type doesn't change after i save.
    Hence, my condition type is not being applied properly because the condition type is being activated already when it get the net value 0.00.
    Can anyone please tell me if there is a way to get the net value before saving?
    Thanks for your help.
    Regards,
    Meenakshi

    Hi,
    I have in fact used export flag to memory in FORM USEREXIT_PRICING_PREPARE_TKOMP from which i get the net value after saving.
    In fact, i have figured out the problem but still cannot solve it.
    What happens i that the VOFM routine is triggered more than once, hoewever, the first time it is triggered, i still havent got that net value. In this pass, when the routine ends, sy-subrc eq 0. Upon the next pass to the VOFM routine, i set sy-subrc to 4(condition type not activated), however the result is wrong. The condition type is activated still.
    if i do the contrary, i.e set sy-subrc to 4 on the first pass to VOFM routine and then set sy-subrc to 0 second time(condition type needs be activated), the condition type is not activated.
    what i dont understand is why the VOFM routine is only keeping the initial value of sy-subrc?Any ideas?
    Also, am doing my validations and setting sy-subrc in the form kobev_900.
    Am not using the form kobed_900 at all. Does this make a difference?
    Also, how can i do the validation only when repricing was called form SAVE process?How do i put the condition?
    Thanks for the help.
    Meenakshi

  • Net value and assesable value

    Dear Experts,
    In Import pricing procedure we different pricing condition like
    1.PACKING AND FORWARDING
    2. SUPPLIER INSURANCE
    3. OCCAN/ AIR FRIGHT  CHARGES
    4.IMPORT INSURANCE
    5. LANDING CHARGES
    to obtain  NET VALUE  which are pricing condiion value has to added
    Please tell me what is difference between  Net VALUE and  ASSESABLE VALUE,
    THIS

    Hi,
    Net value is basic material price with includes all delivery cost & fright.
    Asseable value is
    Basic price (% of material value)  depent on product & chapter ID. (Custom will provide abetment for product)
    Fright (Import)
    Insurence cost
    Landing cost 1%
    SAM
    Edited by: Saminathan Gopalan on Jun 9, 2010 4:19 PM

  • Freight value not taking in net value--Urgent

    Hi,
    While creating purchase order freight condition valude FRB1 not taking in net value.
    Please help its is urgent.
    Regards,
    Ravindra

    Hi Ravindra
    You need post seperate invoices in case where the vendors are different, If the supply vendor and freight provider are same, you can post both costs in once invoice. Select the goods+delivery costs to make one invoice verification.
    In general, freight value will not be added even the vendor is same. Inturn both item cost and delivery cost are processed in one invoice.
    If you want, you can include the freght in net by maintaining the freight condition as not an accrual.
    But, just for this sake, you should not modify your pricing procedure.
    warm regards
    sairam akundi

  • Sales Order Net Value - Round off

    Hi Guru's,
    I am having a requirement to round off the total value (VBAK - NETWR) in sales order.
    Condition type DIFF is not fulfilling our requirement because its functioning as an item condition. It's doing round off for each line item.
    Our requirement is Header level net value round off.
    I have searched in SCN but I cant able to find any solution. Kindly throw some light on this subject.
    Regards,
    Dinesh

    Hi,
    After downloaded the note 1158475 implementation status show that cannot be implemented.
    Check the screenshot below.
    Regards,
    Dinesh

Maybe you are looking for

  • How many devices can I have on my network

    I need to know how many devices I can have on my home network. I'm using the netgear wifi. 300mbps It seems to get really bogged down when I have 3 or more apple tv's going and iphone's, ipad's, etc.... Any suggestions?

  • Short dump while loading data in ODS

    Hi, When i scheduled data load for ODS, a short dump was generated with following error: Error analysis An exception occurred. This exception is dealt with in more detail below . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was

  • Make VI or LLB Writable

    Hello, I have an LLB with VI's from an equipment vendor. I just upgraded to LV2012 and when I open the LLB or the VI's inside they are recompiled for the new LV version. When I exit labview it asks if I would like to save changes, i.e. the recompile,

  • Cant configure airport extreme snow with airport utility

    pop up says I need version 5.6 of the utility but of course that verison is not supported by 10.7.5 how do I configure my airport.  Come on apple!  My device works just fine, let me configure it!!!!!

  • I can not switch to Indesign in Bridge

    I can not switch to Indesign in Bridge@