NAVM condition type not getting updated in PO with account assignment K

Hi Sap Gurus
Pls help me resolving this issue
We had created a PO (K-Acc Assignment) with certain tax percentage (16%) in the past .When we view the PO in display mode we can see the equivalent value of 16% being appearing in NAVM at item level.Further on when we hit the Invoice TAB and try to view the taxes.We can see the net price being updated in BASB condition type,and the equivalent value of 16% being updated in AP1I.
This looks to be perfect but when we again go back to he same PO screen from Tax Screen the value that had intially appeared in NAVM(equivalent of 16 tax%) becomes zero.This happens so for the old PO.
But for new PO nothing is appearing in NAVM condition tab in PO item level,inspite of the fact that some tax percentage has been maintained.Again this tax percentage can be viewed from Invoice TAB and it takes part in the calcualtion updating th AP!I key mentioned earlier.SOme changes have been made in the config due to which all new POs being created now as no value being updated in NAVM tab inspite of maintaining the tax percentage.
All other  std settings have been used.
Additional info:
In the pricing procedure from FICO side..for the condition type AP1I accrual key NAV is used.
It has the access seq MWST.
cond class,claculatio type,cond category  for AP1I being: Taxes,percentage,Tax respectively
AP1I is not marked as statistical.
NAVM has no acess seq.
cond class,claculatio type,cond category  for AP1I being: Taxes,Fixed amount,Input Tax not deductible(N) respectively.
NAVM is marked as statistcal
pls give me some leads so as to identify why the value does not appear  in NAVM condition type

system wont generate any controlling document for noted items  downpayment and normal payments.
Because all are balance sheet accounts. Controlling documents will generated for only P&L accounts.
Your analysis correct.

Similar Messages

  • ORDERS Inbound EDI1 Condition type not getting updated

    Hi Experts,
            As per the client requirement, during ORDERS Inbound process we need to capture the "Customer expected Price" in EDI1 Condition type in the sales order. So we maintained the details in the E1EDP01 in field VPREI.
    But during ORDERS Inbound process this EDI1 field is not getting updated. Can anyone please help us on this.
    Warm Regards,
    VEL

    Problem of our ABAP coding distrubed the std functionality. In std SAP, this functionality will work without any issue.

  • VA00 condition type not getting determined for the returns order

    Hi All,
    I have a case where VA00 condition type not getting determined for the returns order that has been created with respect to the billing document.
    When the pricing conditions are being copied from invoice it is getting copied but later it is getting deleted in the include LV61AA42.
    Note:VA00 condition type is getting deleted from the  internal table tkomv[].
    If any one came across  this scenario can you please help me.
    Request your valuable inputs

    Hi,
    Please check the copy control setting in VTAA.
    Maintain the pricing type as "D" at item category level for the respective document type .
    Hope this will resolve your issue.
    Regards,
    Krishna O

  • Statistical condition types not getting displayed in invoice

    We  have configured the tax collected at source (TCS) condition types and make them as statistical in the pricing procedure. Now, the issue is when we are using them the values for these condition types are getting calculated correctly as the total value is correct but in the invoice their individual values are not getting displayed.
    In the analysis also we can see that the condition records are found but being statistical condition they should get displayed in the invoice as only the correct total value will not serve the purpose, please help
    Thanks & regards
    Puneet Agrawal

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • VPRS condition type not getting computed while retro billing.

    Dear All,
    I have an issue while generation of Reto billing using the T.Code : VFRB.While running VFRB the values are getting computed correctly and the supplimentary debit / credit note gets created.
    But the values for the condition type VPRS is not getting computed and getting transfered to CO-PA.
    On pricing analysis agaist VPRS i am getting the message (Condition ignored (requirement 004 not fulfilled)).
    The Item category used is TAN and the Determine cost Indicator is marked.Also while doing a sales invoice the VPRS condition type is getting computed and the value is posted in CO - PA.
    What would be the reason for the error .Could some one suggest a solution .Kindlye help.
    Regards,
    K.Vivek

    Hello vivek,
    this is usually caused by userexit. Please check  userexit_pricing_prepare_tkomp userexit_number_range using in rv60afzz.
    Best regards,
    Ivano.

  • RFx - Upload thru excel - Condition data not getting updated

    Hi all,
    In SRM7.0
    I've implemented BBP_PD_DOWNLOAD badi to change the download upload format of excel.
    All fields from my excel are getting updated, but item conditional data is not getting updated. Any notes, or something ???
    Throw some light please !
    Regards,
    Ashwin.

    OSS supported us by creatin a Note for this.
    Hope this is covered in the support packs of new releases.

  • Pricing: New condition type not getting listed in options in product master

    Hi,
    I have created a new pricing procedure and also created a new condition type for it. I am trying to create a condition record in the product master for this  condition type but the condition is not there in the list of conditions. How can I inlcude it in the condition list?
    Even the new condition type I have created by copying 0PR0 is not getting listed in the options, whereas 0PR0 is getting listed.
    Regards,
    Meenakshi
    Edited by: Meenakshi Sawhney on Sep 9, 2010 8:27 AM
    Edited by: Meenakshi Sawhney on Sep 9, 2010 8:29 AM

    Hi Meenakshi,
    you need to enhance the condition maintenance group in the customizing, which is assigned to the product master. Please check: IMG: Customer Relationship Management -> Master Data -> Products -> Special Settings for Sales Operations -> Assign Condition Group to Application CRM and IMG: Customer Relationship Management -> Master Data -> Conditions and Condition Technique -> Condition Technique: Basics -> Create Maintenance Group.
    Best Regards,
    Michael

  • Condition types not getting displayed

    i have uploaded a smartform & copied the standard program(/SMB40/FM06P) of it into my system.the condition type texts & their amounts are getting displayed  for import purchase order(conditions are getting picked from me22n--->conditions) but for domestic invoice  im unable to display condition type texts & their amounts.(these are picked from me22n-->invoice---->taxes).
    in program lines this code exists.
    <FS>   like EKPO.
    <KO>  like  KOMV.
    input parameters            output parameters
    ZXEKKO                        G_KSCHL
    L_NETWR                      G_VTEXT
    <KO>                             G_KWERT
    G_VTEXT                        G_FRAKWERT
    G_FRAKWERT               G_TAX
    G_TOTAL
    <FS>
    G_TAX
    L_KWERT
    CLEAR: g_vtext,g_kwert,l_kwert.
    CHECK NOT <ko>-kwert = <fs>-netwr.
    Get Condition Type Text from table T685T and the value
    SELECT SINGLE vtext INTO g_vtext FROM t685t
    WHERE spras = sy-langu
    AND kschl = <ko>-kschl.
    IF sy-subrc = 0.
    MOVE <ko>-kwert TO g_kwert.
    ENDIF.
    Check document currency
    IF NOT l_netwr IS INITIAL.
    WRITE g_kwert TO l_kwert CURRENCY zxekko-waers.
    ENDIF.
    *Determine if the discount is based on %
    IF g_vtext CS '%' OR
    g_vtext CS 'percentage' OR
    <ko>-kschl = 'SKTO'.
    <ko>-kbetr = <ko>-kbetr / 10.
    MOVE '%' TO <ko>-waers.
    ENDIF.
    Determine Tax
    IF g_vtext CS 'tax'.
    ADD <ko>-kwert TO g_tax.
    CLEAR g_kwert.
    ENDIF.
    Determine Freight Charges
    IF g_vtext CS 'Freight'.
    ADD: <ko>-kwert TO g_frakwert.
    CLEAR g_kwert.
    ENDIF.
    i feel the data is coming from above code only.please suggest where i have to make changes so that it picks data from ME22N->INVOICE--->TAXES which has conditions for domestic purchase order.please help.

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Condition type not getting populated at first line item of Sales order

    Hi Experts,
    We are creating Sales order through IDOC(Inbound function: IDOC_INPUT_ORDERS) for Document type ZXX then condition type is geeting populated at both line item, i have tried creating the Sales order through IDOC for document type ZYY the condition type is not getting populated in first line item, but for secod line item condition is getting populated.
    we also checked pricing procedures related to this document types and we found these pricing types are mentioned in corresponding pricing procedures.
    Let us know  there are any other possible ways to find the same
    please help.
    Thanks!

    Hi Rajani,
    check the user exit in the FM..IDOC_INPUT_ORDERS
    check if any filters kept for condition type field..
    check the belwo user eixuts
    ORDCHG I VEDB0001 Sales Ord. Change
    ORDERS I VEDA0001 Sales Orders..
    Regards,
    Prabhudas

  • Business Area is not getting updated in "Main Bank Account" Line item (FF_5

    Hi Gurus,
    I am executing T Code: FF_5 for uploading the "Multi-Cash" Format. This transaction clears the Bank Clearing Account and post the entry to the credit of "Bank Main Account".
    Now while i had executed F110, the Business area was properly captured in the Bank Clearing Account Line item. But while executing FF_5, the Business Area is not getting captured against the "Main Bank Account" Line item.
    Can you please tell me how to capture the Business Area against the "Main Bank Account" Line item.
    Rgds,
    Prasad.

    Hi,
    1. In case of Business where payments are made centrally it is important to report
        Bank A/c Business area wise.
    2. However I have solved the problem by doing "Sustitution", and its working fine. The Business Area is getting updated against the Main Bank Account Line item.
    3. I am however getting one error while doing the upload in FF_5. The error occurs
       only if Business Area is a "required" field in Bank Account's "Field Status
       Group".
       Error: (00 298) Formatting error in the field COBL-GSBER ; see next message.
       But if I make Business Area as an Optional Field I am not getting an error and
       also the posting is done to Main Bank Account.
    Is there anyother method by which this error can be corrected.
    I have assigned 2 points for your inputs. Can you help me to solve this error as well.
    Rgds
    Prasad

  • CRMXIF_ORDER_SAVE: Condition values do not get updated

    Hi,
    I am trying to change the value of a condition record on a contract using APPL_IDOC_INPUTM (IDOC Type APPL_IDOC_INPUTM; Message Type CRMXIF_ORDER_SAVE_M; Function CRMXIF_ORDER_SAVE). I pass 'U' to the Object_task and populate the new rate in the condition  table E101CRMXIF_BT_PRCD_COND. I set the values for the corresponding E101CRMXIF_BT_PRCD_COND_F and E101CRMXIF_PRCD_COND_XT tables too. However, the pricing condition does not get updated on the contract.
    Anyone worked on this before and knows the reason or what am I missing?
    Thanks
    Prayarna

    Hey,
    Did you solved this? can you please let me know how did you do this?
    Regadrs,
    Sarath. J

  • Quantity field not getting update in PCA document for Goods Receipt

    We have the Purchase Account activated for our company code.
    For movement type 101 (Goods Receipt), I am getting the quantity field updated for GR/IR account and Stock Account (B/S item).
    But the quantity field is not getting updated for the "Purchase Account" and the "other offsetting PL A/C).
    Please advice whether I am missing something.
    Regards
    B.Mohanty

    Hi Aravind,
    Check SAP notes  1063198 and 1117587.
    FAGLL03 display quantity which is updated in FAGLFLEXA, BSEG is not
    relevant in this case. This is clearly explained in the note 1063198.
    The quantity posts through to FI on the 'goods receipt' items, but not on the
    'invoice receipt' items.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    But in the old 'Profit Center Accounting' and the old' Special Ledger'
    the field has been important.
    As the same logic of these areas to 'store' the Quantity is also used
    in the NewG/L the field get only filled in the line, where it make
    'sense' from our point of view, because only in the 'goods receipt'
    lines a 'real' Quantity is posted to the system.
    So as before in the PCA and SL, now also in the NewG/L the Quantity is
    filled in the correct and important lines and postings.
    In the BSEG ('old document segment table') the field is filled 'just'
    as it is send to the FI, but this is not completely correct from the
    business point of view.
    This can also lead to issues with the reporting and summation to this
    field. So with creating the new logic in the NewG/L the 'correct'
    standard of the 'writing' for the Quantity has also been taken over.
    So in the end, the update and display is correct according  SAP standard behavior.
    Actually,Quantities within G/L are never reliable,
    because the purpose of FI is a view on the data according to amount
    but not according to quantity.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    I hope I could be of assistance.
    Regards,
    Fernando

  • Condition type not determined

    Hello All,
    I am using COPY CONTROL to create contract through VA41.
    Problem i am facing is condition type not getting picked up at item level, though correct pricing procedure is getting determined. In that pricing procedure this condtion type is maintained but still it is not picking the condition type.
    Rushikesh

    Hi,
    Can you check condition type detailed screen"Manual entries" field,the value in that field is either B or D.
    Regards,
    Chandra

  • On reversal of Invoice the table BKPF not getting updated properly

    Hi
    I have an issue, that when we create the Commercial Invoice, accounting document generated automatically. And after that due to some reason when we reverse the same through  VF11, the accounting document which was created while doing the invoicing not getting updated by "reversed with (STBLG)" field and "reversal Indicator (XREVERSAL) field in the table BKPF.
    However when I test the some scenario in Development and Quality server the same field is getting updated.
    I have already checked the Billing Document Type of SD and accounting document type but found everything in place.
    I am unable to get what is missing,and why this is happening in Production server only.
    Need your input at the earliest.
    Thanks in advance
    Regrads
    AA

    Hi
    thanks to all for their suggestion, the issue resolved with the help of SAP.
    For the forum members information :-
    This is standard system behaviour.
    BKPF-XREVERSAL is only populated/filled in the reversed original
    and in the reversal FI document if BKPF-STBLG and BKPF-STJAH
    are populated/filled in reversed original and reversal FI document.
    BKPF-STBLG and BKPF-STJAH are only populated/filled in reversed
    original and reversal FI document if the new/real cancellation
    procedure (-> with automatic clearing of the open items) is executed,
    and the new/real cancellation procedure is not executed, if an
    open item of the original, to be reversed FI document, has already
    been cleared (-> also see note 309208).
    Regards
    Amitesh Anand
    Edited by: AA on Apr 25, 2009 11:37 AM

  • KONV not getting updated with new condition type value

    Hi,
    I have created a new condition type for a pricing procedure. But table KONV-KAWRT is not getting updated with any value. Can anyone help me this.
    Thanks
    Shweta

    Hi Vasu,
    It was created in the same way then I have assigned calculation formula . For invoice it is comming fine but for the intercompany billing it is not showing any value in Contition tab for this particular condition type. For this when I checked in KNOV table it is showing condition type but the value (KONV_KAWART) is comming out zero and due to this reason it is not showing value in intercompany billing ->condition. Do I need to write code for this?
    Thanks,
    Shweta

Maybe you are looking for

  • From which table is the support desk message picked?

    Hi Experts,    In CRM_DNO_MONITOR tcode, i want to know from where support desk message number picking from(from which table).i want where this support desk message number(number range) is maintained in SPRO. steps i'm working out:    I'm executing C

  • Problem in XML Message creation using ABAP Proxy

    Hi, I am trying to send the data from ECC to CRM when post goods issue is done for a delivery from ECC side using ABP Proxy. I called my proxy method in BADI : DELIVERY_PUBLISH. And after calling the method, I used commit work also. But the problem i

  • IPhone doesn't make audible alerts while docked

    My iphone 4 doesn't make audible alerts for text messages while docked. Is there a fix for this?

  • Question about PIN code screen

    On some of the phones (iphone 4s models) I handle at work, the PIN code prompt makes you tap on an OK button while the majority we have don't require this.  Firmware updates haven't changed this and I was wondering if anyone knew why and maybe how to

  • Will Icloud copy exsisting music to new Mac from old pc?

    Have recently purchased a new Mac and am wondering if this icloud will transfer all my exsisting music from my laptop to the new puter? Or should I do it the old fashioned way- ? Thanks