Net price is zero in Header Level

Hello Experts,
I am a newbie in SAP and I have a problem wherein on item level there the net price can be seen however when you view the net price in Header, cumulative net price is = 0. any help will be greatly appreciated. Thanks in advance.

hi..
check your condition types...in M/06...and then see whether u have ticked the item condition or header condition..
if u have ticked on header condtion then,,,this condition type will be used at header level in pricing,,,and at the level of document it will ask for price...
try this out..
thanks

Similar Messages

  • PO net price is zero

    Hi experts,
    I have an issue - PO net price is zero(Info record has been maintianed with 1USD).
    Provide me ur inputs.

    Hi,
    You have to check with FICO consultant for currency exchange rate conversion (OB08). After that it will come 1 usd in PO.
    Regards,
    K.Rajendran

  • Net Price showing zero while using BAPI_PO_CREATE1 for me21n

    Dear All,
    I am using BAPI_PO_CREATE1 for ME21N. The problem is, after execution of the program the error msg it shows-
    No instance of object type PurchaseOrder has been created. External reference:
    Purchase order still contains faulty items
    Net price must be greater than 0
    The values are coming from excel file.
    Please tell me where I am doing wrong.
    With regards,
    Rosaline.

    Hi,
    Symptom
    You create a purchase order with BAPI_PO_CREATE1 or you add an item to an existing purchase order with BAPI_PO_CHANGE. You assign a value in field POITEM-NET_PRICE. However, this value is not transferred. If it was not possible for you to determine any conditions, the system generated the error message 06218 'Net price must be greater than 0'.
    Other terms
    BAPI_PO_CREATE1, BAPI_PO_CHANGE, price, net price, gross price, conditions, price determination, condition type, 06218, EKPO-NETPR, NETPR, POITEM-NET_PRICE, NET_PRICE, PO_PRICE, BAPI_PO_PRICE, BUS2012, PurchaseOrder.CreateFromData1, CreateFromData1, PurchaeOrder.Change
    Reason and Prerequisites
    This function has not been available up to now. You could also assign conditions via the condition tables.
    Read also Notes 399791, 428621, 529287, 578253 and 539950 for this.
    Solution
    The present note adds field PO_PRICE to table POITEM. PO_PRICE can have the values ' ', '1' or '2' with the following meaning:
        PO_PRICE = ' ': The price determination is carried out as before.
        PO_PRICE = '1': The value assigned in field NET_PRICE is transferred as a gross price, that is it is set in the condition type that is defined as a base price in the calculation schema. All other condition types remain unchanged. No conditions are copied from the last document.
        PO_PRICE = '2': The value assigned in field NET_PRICE is transferred as a net price, that is it is set in the condition type that is defined as base price in the calculation scheme. All other condition types are deleted.
    Note the following
    The following restrictions apply to field PO_PRICE:
        If you assign conditions via the BAPI interface, these are always transferred. This is carried out independently of the value that you assign in field PO_PRICE.
        If you add a new item to a purchase order with BAPI_PO_CHANGE, it does not suffice to fill field POITEM-NET_PRICE on item level. The corresponding currency must be specified explicitly on header level.
        You can only use field PO_PRICE during the creation of a purchase order item. If you want to change the price of an already existing item, you can only do this via the conditions.
        If you fill field POITEM-PO_PRICE, you must enter an 'X' in POITEMX-PO_PRICE so that the value is transferred.
    Correction
    The correction is made available via R/3 support package. If you want to implement the note manually, proceed as follows:
        1. Make sure that your system contains Notes 494759, 552189 and 578253.
        2. Create data type BAPI_PO_PRICE with the following attributes:
                        Short text:
                           Price transfer indicator: 1  = gross, 2 = net
                        Package: ME
                        Domain: BPUEB
        3. Extend structure BAPIMEPOITEM (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPI_PO_PRICE
        4. Extend structure BAPIMEPOITEMX (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPIUPDATE
        5. Extend structure MEPOITEM_DATA (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPI_PO_PRICE
        6. Extend structure MEPOITEM_DATAX (directly after NO_ROUNDING):
                        Component: PO_PRICE
                        Component type: BAPIUPDATE
        7. Implement the correction instructions in your system.
    regards,
    Ravi
    Edited by: Parupelly on Dec 14, 2011 1:30 PM

  • Vendor code in Purchase order changed after invoice,net price showing zero.

    Dear Experts ,
    In one purchase order , user had done GR & invoice for a line item ( service ),item category "D" , and
    thereafter somehow the system allowed user to change the vendor code. The PO line is now having amounts in
    the sub-service line items , but net price for the line item is showing as zero. Since the PO was made
    directly without any contract/RFQ/PR , there is no reference document or info record shown against the line
    item.
    In the conditions tab of Item details,the condition for basic price is not seen & since there are no amounts
    applicable for the other conditions such as insurance , octroi etc., the NET price shown for the item is
    Zero, which is also getting printed in the PO as zero , which is not acceptable , as we can not send to the
    vendor PO copy having prices for individual services printed correctly but the total gross price showing
    zero.
    Pl advise what can be done so that Net Price is shown correctly & not zero.

    I think the new vendor is having a different pricing schema than the old vendor. Check the pricing schema for the old vendor (in purchasing view in field 'Schema Group. vendor) and compare it to the new vendor. I think they're different.
    If it is then what i think happening is the user already input the price for the condition type in pricing schema A, then the vendor is changed and the new pricing schema is kiciking in thus making the old condition type missing.
    Try to either:
    A. Change to the old vendor back,
    B. Change the pricing schema of the new vendor to be the same with old vendor

  • Condition value routine getting value zero at header level.

    Hi Gurus,
    I am trying to create one condition value routine in which I am passing xkwert = ( wa_vbap-cmpre * komp-mglme ) / 1000.
    The condition works fine at item level where I get condition value as desired but at the header level, where it should show sum for all line items, it is showing 0. When I debugged, I found that somewhere in standard program, where it sums for line item, it is changing to negative and that is why it is getting zero but I was not able to correct it.
    I am writing the code as follows.
    DATA: wa_tab TYPE c LENGTH 1000,
          I_VBAP TYPE STANDARD TABLE OF VBAP,
          lv_komv like xkomv,
          WA_VBAP TYPE VBAP.
    FIELD-SYMBOLS <f1> TYPE ANY TABLE.
      UNASSIGN <f1>.
    wa_tab = '(SAPMV50A)XVBAP[]'.
    ASSIGN (wa_tab) TO <f1>.
    IF sy-subrc = 0.
       i_vbap[] = <f1>.
    ENDIF.
    READ TABLE i_vbap INTO wa_vbap WITH KEY posnr = komp-kposn.
    IF sy-subrc = 0.
       xkwert = ( wa_vbap-cmpre * komp-mglme ) / 1000.
       CLEAR wa_vbap.
    ENDIF.
    CLEAR: I_VBAP,
            lv_komv.
    What should I do? please help.
    Regards,
    Manish

    I found the solution.
    If xkwert is initial.
    xkwert = gkomv-xkwert.
    endif.
    Regards,
    Manish

  • CRM_IC :: Net Price become zero after EDIT.

    Dear All,
    I am facing a problem that; in the transaction CRM_IC, when I create a Sale Order with one (or more) line item(s) and providing a valid value in the field Net Price. If we save it, it will get saved successfully. But If I press the EDIT button assosiated with the screen, then the Net Price will become zero.
    Also it is observed that, the issue happens for German country and for rest it is working properly
    Can anyboby help me..
    Regards
    Ullas Unnikrishnan

    I solved this --- I noticed that I had siRoot.DocumentGrossAmountsIndicator set to false but creating the root node (newSI = SupplierInvoice.Create(siRoot)) turned that back to true again for no apparent reason. My guess is that having this set to true, i.e. all values are gross, dynamically sets all net fields to read-only. Once I discovered this it was as simple as setting the indicator back to false post-creation of the root node, and then net price fields were accessible again.

  • Price Condition at the Header Level

    Dear SAPfans,
    Can we set the pricing procedure at the header level of sales order,
    i would like to configure the rounding mechanism work  on the header condition on the sales order, can it be done thru pricing procedure ?

    Hi,
    You can make condition type either header or item level.
    header level coniditon type doesnt have access sequence and you generally enter the value manually.
    You can use this condition type in Pricing procedure.
    Check all about Condition type in V/06
    Hope this will help.
    Reward Point if helpful.
    Thanks,
    Raja

  • Service PO Net Price is zero , Alternative calculation

    Hi,
    While creating/updating the Service Purchase Order at Item level the Net Value is not zero ( we have
    some alternative calculations in Item level) but in header details we have zero . Why in header details
    Net Value don't sum up all Net Values of items ?  What field must be summed in header ?
    Thank's,
    Tstatia.

    Hi,
    You have to check with FICO consultant for currency exchange rate conversion (OB08). After that it will come 1 usd in PO.
    Regards,
    K.Rajendran

  • Sales order - net price value - what table

    In what table is stored the Net Price Value (Sales order item level, Conditions tab, column Amount, name Net price Value ( structure KOMV-KBETR)
    Thanks.

    Hello,
    You have to check KONV with Condition record no = VBAK-KNUMV.
    Then match the line item number with KONV-KPOSN to get all the price conditions for each item (Note KINAK = space will get only active price conditions)
    If you need the total sum of amount for all line items then you can check VBAP-NETWR.
    Hope this helps,
    Regards
    Shiva

  • Price value zero warning message

    Hi Experts,
    End-user created Sales Order without noticing that the net price of material in it was 0.
      In this situation, end-user created "out bound delivery" and Post Good Issuing.
      These steps affected FI module.
    So, first, we'd like to know  wether there is T-Code to list up Sale Orders of which net price has zero.
    second,we'd like to set warning message when net price of material is zero when create Sales Order for company code
    Pls advsie
    Thanks

    1)  Execute VA05 where you can see a tab Net Value.  Wherever it is zero, you have to redo pricing
    2)  Go to OVA2, select "B - Sales - Item", double click Procedures.  Again select "20 - Standard Item" and double click on Fields.  There maintain as under:-
    Table:::Fldname::::Description::::Scr.:::Status:::
    VBAP:::::PRSOK::::::Pricing:::::::PKON:::::06
    Assign the above incomplete procedure to your item category in VOV7 followed by tick to the field "Incomplet.messages" to your sale order type in VOV8
    G. Lakshmipathi

  • Which structure field contains the header level net price of sales order ?

    Hi Friends,
    I am writing a pricing routine for calculating ZSMR condition value in sales order header level. The formula for calculating is   (NET PRICE / NET SALES COST) / NET PRICE.
    Which structure contains the net price of the sales order in header level. KOMK structure does not contains the net price value.
    Any ideas is highly appreciable.
    Thanks,
    Sakthidoss.

    Sivanand,
    I can not use VBAK as I have not saved the sales order yet and before that I need to calculate the pricing condition. In the sales order header level, net price is showing. I want to know which structure contains that net price value.
    You have any thoughts whether I am in correct path?
    I will certainly appreciate your help by rewarding points.
    Edited by: dossgs on May 20, 2010 2:13 PM

  • I don't want to create Invoices with net price = zero

    Hello,
    I use VF04 ( prog. SDBILLDL ) to create the invoices,
    how to not create the invoice with net price = zero ( it's not a bug)
    User exit ? Badi ?
    1) I can't anticipate if the created invoice will be set to 0 (complex price schema).
    2) I want to execute VF04, for these invoices, to clean the VKDFS table.
    3) I don't want to delete these invoices if they are set to 0 ( making some holes in the number ranges, forbiden in some countries)
    Thx a lot !
    Ramdane
    NB : I have posted this question on "ABAP general" thread, it was a mistake
    sorry

    Hi,
    Here are the existing exits .
    J_3RSINV
    SDVFX001  User exit header line in delivery to accounting
    SDVFX002  User exit for A/R line in transfer to accounting
    SDVFX003  User exit cash clearing in transfer to accounting
    SDVFX004  User exit G/L line in transfer to accounting
    SDVFX005  User exit reserves in transfer to accounting
    SDVFX006  User exit tax line in transfer to accounting
    SDVFX007  User exit: Billing plan during transfer to Accounting
    SDVFX008  User exit: Processing of transfer structures SD-FI
    SDVFX009  Billing doc. processing KIDONO (payment reference numbe
    SDVFX010  User exit item table for the customer lines
    SDVFX011  Userexit for the komkcv- and kompcv-structures
    V05I0001  User exits for billing index
    V05N0001  User Exits for Printing Billing Docs. using POR Procedu
    V60A0001  Customer functions in the billing document
    V60P0001  Data provision for additional fields for display in lis
    V61A0001  Customer enhancement: Pricing
    Check Badi like this for tcode VF04
    1) Go to the transaction SE37 to find your function module.
    2) Locate the function SXV_GET_CLIF_BY_NAME.
    3) Put a breakpoint there.
    4) Now open a new session.
    5) Go to your transaction.
    6) At that time, it will stop this function.
    7) Double click on the function field EXIT_NAME.
    8) That will give you name of the BADI that is provided in your transaction.
    Rhea.

  • Net price zero for SRM service central contract in SAP ECC

    Hi
    Net price in backend ECC is showing as zero for SRM service central contrracts, all other price fieids are fine expect net prices. We have no issues for material contract.
    Does any one had similar issue of net price zero? I have tested this scenrio in couple of SRM 7 landscpape all are with similar behaviour. Is it standard?
    Your response is highly appreciated.
    Regard
    Prashanth K Saralaya

    Hi prashant
    I never tried service . but you can see this below symptom for you.I extensively worked on Material contracts.
    Are you creating contract from Process contract or Via RFQ
    Note 1272305 - Total value wrongly calculated in Contract Service lines
    Symptom
    We create a Service contract in the R/3 Backend from RFQ. During the transfer we calculate the gross price based on the quantity,price and price unit. (ie) The field ESLL-BRTWR is filled with following formula in the idoc processing. ls_e1edc20-BRTWR
              = ( is_item-price * is_item-quantity ) / is_item-price_unit.
    AS total value of the service lines is calculated based on the field NETWR which is passed as blank from SRM, during recalculation total value when we change the gross price of one of the service lines in r/3, it is required to fill this field
    till PI values are brought correctly till posting to ECC. ?
    Note 1123292 - Net Price wrongly calculated in plug-in MAP_BLAORD_SERVICES
    my experience in GOA
    Note:-
    2 set stream of DATA comes from SRM as BLOARD and COND_A ..
    Even some times when we reprocess failed IDOCS in BD87 in ECC ( comes contract data from SRM as GOA and failed due to some data validation in ECC). now data issue was fixed at Material master level. and
    if we forget to reprocess COND_A - BLOARD creates a successfull GOA but net price shows as ZERO for each material and when you post the COND_A data and correct price will be updated in ECC contract. so kindly check price data reaches or not not or price calculation failed in ECC.
    Muthu

  • Net Price Loading with "ZERO" - 0PUR_C01

    Friends
    My customer wants to see GR Qty, GR Value based on  posting date.
    Both are loaded fine.
    Here i need to show netprice. (0NETPRICE). I have included 0NETPRICE in cube and selected posting date in update rule.
    If suppose, for a purchase order if more than one GR date is there, except first date all date are getting loaded with netprice as "ZERO"
    (I.E) For a Purchase order based on document date,
    if GR date is more than one , Except first date all dates
    are getting loaded with "ZERO"
    Example: Document  Date : 14.04.2006
    GR Date: 14.04.2006, 20.04.2006, 27.04.2006, 30.04.2006
    Here 14.04.2006 alone loading with net price.
    Any Help regarding this ....
    Regards
    Raaju Saravanan

    Dear Sreeparna
    Thanks for the Advice. Here i need to point out about net price.
    For Each purchasing document based document date the extractor write GR Qty and GR Val as "ZERO" when first row.
    In the Update routine as per standard logic SAP won't cosider
    that row. Hence that record aggregating properly.
    The second GR date does not getting start with GR  Qty and GR Val as "ZERO". When aggregation happends it will be "ZERO".
    In RSA3  i can able to see net price for all GR dates.(Based on Posting Date)
    Problem is while loading it is getting aggregate to ZERO values even though NET PRICE is available in RSA3.
    Even in the object level (0NETPRICE) , i have changed exception aggreagation based on 0DOC_NUM, Posting Date,
    Cal Day, Material Doument number with different options available. But no luck.
    Can you OR any friends, throw some more idea Please ....?
    Regards
    Raju Saravanan

  • BAPI_PO_CREATE1 - zero Net price

    Hi folks,
    We have a setup to create POs that uses BAPI_PO_CREATE1. The POs are created directly from a Sales Order and it is working fine i.e. POs are created - apart from the fact that the Net price comes through as zero rather than what is in the Info record. However, on a debug check at the entry point for the BAPI, the price is as required in POITEM with the X in POITEMX OK as well. So all should be OK as per the rest of the data passed over as far as I can see.
    I cannot work out if any other field is missing or is wrong despite checking various other queries along similar lines and following details in them. Can anyone please advise on this?
    FYI, we are V4.7 R110 at SP Appl level 28, basis and ABA level 62.
    Many thanks in advance
    Jim Jackson

    Hi Prabhu
    But as mentioned in my original query, those are already in place at the start of the BAPI function call. Hence the query..
    I've also run it with and without NO_PRICE_FROM_PO = 'X' with no difference in the created POs i.e. zero net price each time.
    The rest of the PO is created as expected from the data passed to the BAPI and it is only the net price that is wrong.
    Regards
    Jim

Maybe you are looking for

  • How to change default software in Blackberry Connect 4.0 for opening attachment​s

    I have downloaded and installed Adobe Reader LE 2.5 to a Nokia E51 running Blackberry Connect 4.0 to overcome an issue with Adobe attachments not displaying files correctly. When opening Adobe attachments in Blackberry Connect 4.0 it uses Adobe Reade

  • Can't use my credit card

    I have just got a new Mac Book Pro and have tried to use my credit card on two separate sites and had the transactions fail. I know the card is valid and has no "stops" on it but it uses the VeriSign option where you have to enter a password on a sit

  • Weblogic Server 6.1 Service Pack 2

    Hi ! Is there any major difference between wl6.1 sp1 and wl6.1 sp2 ? My applications which otherwise work fine on former, now are not even loading at the start of wl 6.1 sp2 . They give a error java.lang.String index out of range -1 Any ideas on what

  • Asking for advice on adding products with descriptions to webpage

    I am a web design and dreamweaver newbie and am in my very limited experience, working on creating a virtual mall.  I'ts something I always wanted to do...go figure..lol.  I do have a lot of companies that will advertise and I have access to their Ja

  • IPhone 4 Failed passcode attempts

    I gave an old iPhone 4 to a friend, and a small child repeatedly entered an incorrect passcode. I am attempting to restore the phone for this person using my iTunes (which it was last synced to, with current iPhone updates as of a month or so ago) ho