Price Condition Value table

Dear Experts,
I would like to capture all the price value which comes when we go to VF03 --> select a invoice --> then select a line item --> go to the conditions tab.
Now what all values are coming in the Amount column i want to capture those values in my report. But some of the values coming there are calculated columns which gets stored in a structure (KOMV) for that specific session.....
Now i want those values which appear in BLUE colour...
I checked in all the tables KONV KONP BSET but i did not get in those tables....
Please help me and get back for any clarfications.....
Regards,
Jitesh M Nair
<telephone_number_removed_by_moderator>
Edited by: Julius Bussche on Dec 11, 2008 10:49 AM

Hi
The values of the price of a bill are in KONV table: KONV-KNUMV = VBRK-KNUMV.
But the values  in BLUE colour are calculated at runtime, so u can't find that in any table.
It's not easy to get those values, because u need to simulate the pricing, if the values in BLUE are set for the printing u can try to use fm RV_PRICE_PRINT_ITEM
Max

Similar Messages

  • Copy SO price value into PO price condition values

    Dear SAP Experts,
    My client looking for third party ordering scenario where sales order pricing must forwarded to PO pricing condition value.
    Sales order has price components like gross price, freight, tax, commission. Most of SO price components value must copied into PO pricing conditions created as third party sales. Do we have any standard configuration for this ? How can we copy order price into PO pricing condition ?
    Thks,

    Hello,
    Create a similar pricing procedure what you have at the sales order level. It should therefore pick up the same values and match your sales order pricing.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Delete a Freight condition according to Price condition value

    Hello,
    we defined a Freight condition category  ZTRA with an access sequence, we set condition records. When we create a sale order ZTRA value comes automaticly.
    But if header price condition ZR00 is more than 1000 euros we delete manually header Freight condition as a special discount.
    Can we delete it automaticly ?
    I trier to define exclusion but I do not think it works.
    Is it possible to delete a condition according to another one's value ?
    Should I create a requirement  ?
    Thanks
    Regards,
    Pierre

    hi,
    _*( if header price condition ZR00 is more than 1000 euros we delete manually header Freight condition as a special discount)
    This is clearly a Requirement and hence a routine to be Used.
    Rgds
    Srinivas D

  • Vofm: how to set condition value.

    i complete a formula routin.and would like to set the price condition value . but when i set the value to
    xkomv-kbetr, the result don't save. it seems like that xkomv is replaced by rettkomv.

    Hi there,
    Try to check this site.
    Re: creating new formula via tcode VOFM, Formulas->Condition base value
    To set the condition value, you should populate XKWERT variable.
    Regards,
    Kezia

  • Table for Condition Value in VF03

    Dear all,
    Im creating the output format for Billing Document(INVOICE) through VFO3,
    i need to put the unit price and different Taxes(Condition values) miantained in VF03,
    CAN ANY ONE TELL ME FROM WHERE i need to fetch all condition values based on billing document No.
    i.e from which tables and whts the conditions
    IM AN ABAPER SO KINDLY GIVE THE TABLES FLOW AS POSSIBLE.
    Regards,
    Niranja.G

    Komv-kwert is the value which depends on condition type (KOMV-KSCHL).
    regards,
    Manish

  • Which table stores the condition values of a purchase order line item?

    Hi,
    Please let me know the table that stores the condition values of purchase order line items(when we click on conditions tab after selecting an item then we can see the condition types and there is a corresponding condition value for that condition type.
    My requirement is to get the actual price for a purchase order line item(it can be seen in the last line and it is calculated after considering all the condition types) and display this value in a custom report.
    Thanks,
    Ravindra

    Hi Ravindra
    You can find the conditions data for PO in TAble KONV.
    KONV-KSCH is the condition type
    KONV-KWERT is  the cond value
    KONV-KNUMH is the condition doc no. which is there in EKKO field KNUMH.
    So u have to make a link between KONV-KNUMH and EKKO-KNUMH.
    Thanks
    Vijeta

  • Table or Function Module to get Condition Values of Quotation

    Hi MM Gurus
    I created RFQ. Then I maintained Quotation for few Vendors. In the Quotation, I used tax code relevant to taxes in India (TAXINN procedure). I am asked to develop a Z report with the help of ABAPer to compare the quotations with Gross price, discounts, freight along with taxes like Excise Duty, VAT etc. When I had put this Quotation number in EKKO table, I am not getting the condition document number KNUMV. For other purchasing documents, this field is getting generated. Without this field, I can not get Condition values using KONV table as we need to link EKKO-KNUMV with KONV-KNUMV. Do you have any idea how we get the condition values of taxes for Quotation? Is there any function module to get it?
    I really appreciate the quick answer.
    Thanks
    Ravi

    Hi
    Try ME_GET_PRICE_CONDITION
    Regards
    Antony

  • KMANU field value download from R/3 to CRM for price Condition type

    Hi
    We done changes for KMANU field in R/3 - price condition type and that changes have to download from r/3 to CRM. I was tried below object adapters to update field value (R/3 u2013 table name: T685A - KMANU) from R/3 to CRM (Table :PRCC_COND_CT u2013 KMANU). Could you any one tell me how to resolve it. Its urgent plz
    u2022         DNL_CUST_CNDALL
    u2022         DNL_CUST_CND
    u2022         DNL_CUST_PRC
    u2022         DNL_CUST_FGD
    u2022         DNL_CUST_PRICE
    Appreciate your help...........
    Regards
    Sri

    Hello Sri,
    Ideally object DNL_CUST_CNDALL should get all changes done to customizing setting in R/3 to CRM.
    Did you check the logs in txn CND_MAP_LOG_DISPLAY in CRM?
    You can get some hints there, if any error has occured during the download.
    Best Regards,
    Shanthala Kudva.

  • I do not obtain to change value in price conditions bapi CHANGE_SALES_ORDER

    Hi all,  
    We are developing a new solution using this RFC to maintain Sales Orders from the Legacy System.
    In some situations, it will be necessary to change values of the Item Price Conditions in Sales Orders already created, in order to attend a Legacy Systems requests.
    We tried to use the follow keys, but without a good result:
    IX_KONVKOMX-UPDKZ = D (Delete) - Doesn't works
    IX_KONVKOMX-UPDKZ = U (Update) - Insert a new line in Pricing
    IX_KONVKOMX-UPDKZ = I (Insert) - Works as U (Update)
    Could you please clarify why the key "U" doesn't works as Update and
    if there is any way to make this kind of modification?
    I verified you vary answers in this forum, but none was useful.
    Thanks a lot

    example:-
    *& Report  ZSALESORDER_CHANGE
    REPORT  ZSALESORDER_CHANGE MESSAGE-ID 38.
    Selection Screen Definitions *
    PARAMETERS: p_vbeln TYPE vbap-vbeln OBLIGATORY, "Order Number
    p_posnr TYPE vbap-posnr OBLIGATORY, "Order Item
    p_etenr TYPE vbep-etenr OBLIGATORY, "Schedule Line
    p_reqqty TYPE bapischdl-req_qty OBLIGATORY. " Order Qty
    Internal Tables/Structures/Variables for calling BAPI. *
    DATA: i_hdr TYPE bapisdh1,
    i_hdrx TYPE bapisdh1x,
    i_ret TYPE bapiret2 OCCURS 0 WITH HEADER LINE,
    wa_ret TYPE bapiret2.
    DATA: BEGIN OF i_sched OCCURS 10.
    INCLUDE STRUCTURE bapischdl.
    DATA: END OF i_sched.
    DATA: BEGIN OF i_schedx OCCURS 10.
    INCLUDE STRUCTURE bapischdlx.
    DATA: END OF i_schedx.
    START-OF-SELECTION Event *
    START-OF-SELECTION.
    *" Initialize internal tables.
    REFRESH: i_sched, i_schedx, i_ret.
    CLEAR: i_sched, i_schedx, i_ret.
    *" Fill required ORDER_HEADER_IN data.
    i_hdrx-updateflag = 'U'.
    *" Fill required SCHEDULE_LINES data.
    i_sched-itm_number = p_posnr.
    i_sched-sched_line = p_etenr.
    i_sched-req_qty = p_reqqty.
    i_schedx-updateflag = 'U'.
    i_schedx-itm_number = p_posnr.
    i_schedx-sched_line = p_etenr.
    i_schedx-req_qty = 'X'.
    APPEND i_sched.
    APPEND i_schedx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    salesdocument = p_vbeln
    order_header_in = i_hdr
    order_header_inx = i_hdrx
    TABLES
    return = i_ret
    schedule_lines = i_sched
    schedule_linesx = i_schedx.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    LOOP AT i_ret.
    WRITE / i_ret-message.
    ENDLOOP.

  • SAP transparent table stores condition value of Shipment cost

    HI
    I need to know which SAP transparent table stores condition value of Shipment cost document (specific for Freight condition which derived from Bulkiness group).
    Background:
    Minimum load calculation logic
    In the pricing procedure for shipment cost we have two conditions: One is ZMIN (similar with SP00)  which is having condition class u201CHu201D, Calculation type u201CGu201D which determine Bulkiness group according to access sequence. Bulkiness group is where we define different group with different minimum load. e.g. ZCEM16 u2013 25.TON (22.68) Second condition is ZAFR (Similar with FB00), ZAFR calculates the base value from ZMIN (Compare actual weight with Min weight value of Bulkiness group), if the net weight is 23 ton, it will calculate at 25 ton because of the bulkiness group.
    Now I need to know in which table system stores dynamic value of ZMIN?  Just like we have PR00 in KONV which we can find from KNUMV of billing / sales order.  If I use the same logic then I donu2019t find ZMIN Condition type and value in KONV table for the specific shipment cost document.  Please advice how to and from which Table I can find Bulkiness group value of Shipment cost document.
    Thanks

    Hi,
    Get the shipment cost number from shimpment document (document flow or shipment document header).
    Goto VFKP table,enter shipment cost number and choose detials. get the document condition number from  KNUMV field.
    Now goto KONV and enter document condition number and choose details. you can see condition type and value.
    Thanks & Regards,
    Chandrasekhar

  • In which table do the Excise &Tax condition values of PO get saved?

    Hai  All,
    Pls  let me know the table in which the tax and excise condition values (JMO1, JEC1, JIP5) of the PO get saved. I also need to print the excise percentage in the PO. Pls advice.
    Regards
    sampath

    Hi Sampath,
            Pl forward the same program to us.We too hv the same issue.
             If not possible pl give some ideas or suggestions..
    If anyone else hv any ideas or suggetions on this issue pl help me out.
    Thanks in Advance!!!
    Edited by: Ranganayahi Chandirasekaran on Sep 18, 2008 9:34 AM

  • Loading custom price condition table

    We have a custom price condition table for intercompany price.
    This table needs to be updated monthly from a file generated from another system not on SAP.
    BDC is one way of doing it, but that takes too much time.
    Is there any other simpler way of achieving the same ?

    Hi
    Have your tried LSMW.  You can upload conditions using LSMW.
    Regads
    Yatin Thakkar

  • How to find the Conditions and Condition values in table entries

    Dear Experts -
    the issue is about getting the table entries of Pricing procedure Condition type and condition values - Application Component - MS external service management.
    In case of service order Condition document number (EKKO - KNUMV) is not updated.
    KNUMV we can use for Pricing procedure - Application componant - M Purchasing.
    How to get table entries of pricing procedure - Application Componant - MS External services management.
    Thanks in Advance

    Hi
    SES releated table:
    ESKL - Account assignment specification for service line
    ESKN - Account assignment in service package
    ESLH - Service package header data
    ESLL - Lines in service package
    ESSR - Service entry sheet header data
    ESUC - External services management: Unplanned limits for contract item
    ESUH - External services management: unplanned service limits header data
    ESUP - External services management: unplanned limits for service packages
    ESUS - External services management: Unplanned limits for service types
    Regards
    Prasanna R

  • Condition type value table ????

    I want the value of the Condition type of taxes in the Purchase Order
    When we open the PO , Click on Invoice and then on Taxes, the screen shows Condition types and there values.
    From which table i can get these values on the basis of the Purchase Order.

    Hi,
    KONV  tablefor conditions.
    EKBZ  Table .
    KONV-KSCHL for condition type.
    KONV-KWERT Condition value
    KONV-KBETR Rate Percentage.
    Reward if useful.
    Regards,
    Narasimha
    Edited by: narasimha marella on May 15, 2008 9:00 AM
    Edited by: narasimha marella on May 15, 2008 9:14 AM

  • Table for Contarct number and price condition record GUID

    Hi All,
           Please help me to find the table in which the Contarct number and price condition record GUID was stored.
    By....
    Biplab

    Hi Biplab,
    I know this is not a recommended way or a proper approach for this.
    try this if you want..
    open transaction ST01 start the button Trace on go back to the Business Objects
    you want to find the info about and select the fileds you want and come back
    to ST01 screen and push the button Trace off.
    You will get the result.
    Points Please,
    Murali

Maybe you are looking for