Condition type tables

Hi,
I need to know where are the caluculated values for freight FRC1 is getting stored in the purchase order conditions.

Hi,
Check this
This code i find one of the sites
select * from ekko.
       select * from konv where knumv = ekko-knumv
           "Get all the condition records for the purchase order
       endselect.
endselect.
* Get the info record conditions record
* First declare the record structure for the key
data: begin of int_konp,
             txt1(5),
             lifnr(5),
             matnr(18),
             txt2(4),
             txt3(1),
        end of int_konp.
clear: konh, konp, int_konp.
* data for the record key konh-vakey
int_konp-txt1    = '00000'.
int_konp-lifnr    = ekko-lifnr+5(5).
int_konp-matnr = ekpo-matnr(18).
int_konp-txt2    = 'ALL'.
int_konp-werks = ekpo-werks.
int_konp-txt3    = '0'.
select * from konh where      kschl = 'PB00'            "Conditions (Header)
                                     and datab => p_datum.       "valid from date
      if konh-vakey = int_konp.                                  "Conditions (Item)
             select single * from konp where knumh = konh-knumh.
             continue.
      endif.
endselect.
aRs

Similar Messages

  • Condition type table for mm

    hw to get a condition type table for mm?i
    i want to get the records from eban,ebkn,esll,esuh, and some more fields (service currency,service condition type,service price and service price unit) but the functional consultant people dnt know wr these 4 fields are? i have got records from eban , ebkn ,esll
    and esuh.but i dnt know hw to get the another four fields .i m doing report for mm module.these four fields are condition from condition table .

    Hai Safi,
       U compare Tables Ekbe-Knumv , Ekko-Knumv , From Table Konv-Knumv
    U will get all the condition types(Kschl) But Konv is a  Cluster Table U have to write Seprate Select query.
    Reward Points If Usefull,
    Thanks & Regrds.
    Shiva .

  • Pricing procedures and condition type table relation

    Hi all
    i m facing a problem while printing the tax procedures description in debit note and creditt note a Zprogram.
    im not able to link between Pricing procedures and condition types , that is how to get pricing procedure from a condition type ? which tables can be used for this?
    already i ve checked T007s,t007a,t685t,t683..
    how to get the pricing procedures acording to condition type and tax code?
    please reply me as soon as possible?
    thanks
    sachhidananda

    Hi,
    Check out the Table KONV
    This will help u
    Rgrds
    Sandeep

  • There are tables for condition type ZCB0 but they cannot be maintained

    Hi,
    I'm encountering a problem with Conditions in SAP CRM 7.0 - TPM scenario.
    Here you can find the error:
    "A condition type was selected that cannot be maintained in this system or for which there are no maintanable tables in this system."
    Procedure:
    "If maintenance for condition records of a specific condition type/ table is required in this system, this must be set up in Customizing Notes for data transfer from the R/3 System"
    Can anybdy better clarify what do I have to do?
    Thanks in advance,
    Andrea

    Hi,
    I proceeded with the download of the following objects
    u2022 DNL_CUST_CND_BO
    u2022 DNL_CUST_CNDALL
    u2022 DNL_CUST_CND_CD
    u2022 DNL_CUST_CND_FG
    u2022 DNL_CUST_CND_PR
    u2022 DNL_CUST_FGD
    u2022 DNL_CUST_PRC
    u2022 DNL_CUST_CAD
    u2022 DNL_CUST_BON
    and I've run the report /SAPCND/RV12N001 for the generation of condition tecnique (Application: CRM; Usage: CD,PR,BO; Table number : *) but the condition tables are not assignable to the Condition Generation Types and I'm not able to create Trade Promotions with Trade Spends.
    What should I do in order to solve the problem?
    Thanks in advance and Best Regards,
    Andrea Ricci

  • Redetermination of condition table for a condition type

    Hai Friends,
    I have a quiery regarding condition table redetermination from order to delivery.I have pricing procedure in which "ZMRP" is the mrp price for calculating other condition types.Here i have scenario While raising sales order ZMRP condition type is determining with the combination of "Distribution channel and material".But when it comes to delivery i want that(i.e.,ZMRP condition type) to determine with the combination of "Material and batch".How to do this
    Thanks & Regards,
    A.sudhakar

    Hello Sudhakar,
    As said above the pricing procedure for order and delivery documents are different, adding to that we can't transfer the condition value from order to delivery document and nor we use same pricing procedure in delivery document.
    Order pricing procedure- calculates the prices for the material (price + tax - deduction)
    Delivery pricing procedure - Calculates the prices for feright charges or postage charges.
    the values for conditions in the billing document can flow from both order and delivery based on the copy control table.
    price tax and deduction comes from order and feright comes from delivery document.
    Note: we don't use delivery document pricing procedure to calculate the price i.e ZMRP in your case for the material.
    Hopes this helps
    Regards
    Naveen K.

  • Which table i can use to find out the condition type in PO item ?

    Hello, erveryone. Which table i can use to find out the condition type in PO item ? Thank you.
    Xinzhou.

    hi
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    Fetch the corresponding records based on the field
    KNTYP
    regards
    kunal

  • Table to be used to fetch conditon value of a condition type

    Hi Friends
                  I need to do some enhancements to a report where in I have to add a new column which adds up the netvalue of the invoice ( netwr) with the condition value of a tax condition ( octori ). To fetch the condition value of this conditon which is the appropriate table to be used ? Usually KONV is used but this is leading to slow performance. Is there any alternative table ? Can KONP be used ?
    Regards
    Mahesh

    Hi
    Pl find below tables related to pricing
    KOMK,KOMV,KOMP
    KONV Conditions for Transaction Data
    KONP Conditions for Items
    KOND Conditions (Data)
    KONH Conditions (Header)
    KONM Conditions
    T684 Condition Exclusion Groups
    T684G Condition Exclusion Groups: Condition Types
    T684S Condition Exclusion: Procedure Assignment
    T689 Download Profile for the Conditions
    T689K Reference: Download Profile - Pricing Procedures
    Axxx- condition record tabel
    eg: A304- is table for condition record for material with release status
    A305, a306,a074
    A000 Condition Table for Pricing
    I have not checked any of them. Dont know whether it will help you.
    regards

  • Table links from Purchase order to condition types

    Hi,
    I am looking for the tables to go from purchase order, and to read the conditions associated with the PO.
    I have EKKO, and EKPO, but I cannot find the table where the condition information is stored. I have KONV and KONP, but they seem to be the tables where the condition type info is stored, not the link table where the purchase order specific information is stored.
    Can somebody please point in the right direction?
    Regards
    Piet
    Edited by: Piet Strydom on May 12, 2009 12:52 PM

    Hi,
    The PO and the Condition Record Number Link happens in the Table EKKI.
    from this table get the condition Record number line item wise and execute in KONV.
    Hope so it helps
    Regards
    Anjanna
    you can check the below thread posted by self for further ing
    Re: PO item Condition Record number and delivery address of PO - Need a table n
    Edited by: Shiva Rajanala on May 12, 2009 1:42 PM

  • Table to link FI document number, line item and pricing condition type

    Hi,
      I am looking for tables to link the FI document number, line item and PO pricing condition type.
      Appreciate any help on this.
    Thanks.

    For any PO in ME23n in which Goods receipt has happened, you can check in the itemdetails->Po history tab in ME23n.
    Here you will find the material document number. Just click on the material document, it will take you to anpther screen here you will find a button for FI document.
    Click that button for FI document. In PO history istelf you can see the Condition types.
    Hope this helps.

  • Table in which changes to condition type is recorded for a contract

    Hi Experts
    We are working on customised report in classical Real estate in which for a particular contract changes done in the condition tab are to be displayed.
    In this report we want to restrict condition types related to Budget and forecast which are already existing in the system.
    We dont want any changes done to those condition type to be shown in the report. We are in the process of creating Ztable to link it with our report. But we are facing difficulty as we can find tables which will record user changes for contract as a whole. We want to know details about table which record changes done by the user for every condition related to that contract.
    Can you pls let me know the tables which record this changes ?

    Hi,
    unfortunately I am still not sure if I got your question right. Change documents show all changes of the contract, also of condition types.
    Table VICDCOND stores the conditions of the contract. Maybe you are looking for this.
    Hope this helps.
    Regards, Franz

  • Table name for condition type

    Hi,
    Could any one please tell me in which table name the Condition type values are saved and how to retrieve it.
    Reg,
    Ashok

    Hi Blue,
    I checked with SE16 by giving KONP table name. But its showing wrong value.
    The condition type value is 14.000but its showing the value for 7.60.
    Reg,
    Ashok

  • Table for existing PO/Sch.Agg pricing condition types

    Hi Experts,
    Which table will have PO / Sch.Aggrement  - pricing condition types with values as maintained in PO (like freight / P&F etc). I have the input of PO/Sch.Agg ref, plant, vendor & material.
    We have created Z condition types for freight/ P&F and using the same in PO/Sch.Agg.
    Thanks,
    Jeeva

    HI,
    Same status.
    In table EKKO also field "Doc. condition no." is updating for PO only, which is same as we find in EKKI. For Sch.Agg it it not updating the Doc.Condition no and remains blank.
    Any way i have gone thro a different route. since I am looking for delivery condition for a completed GR, I can pick the conditions  from EKBZ table.
    Thanks.
    Jeeva.

  • Condition Types in different Tables

    I have couple of condition types in my pricing procedure and they are all flowing in sale order and billing.
    For various purpose, I want to take some reports based on these condition types and hence, I considered tables A303,  A305, A515 etc.,
    It has been observed that in any of these tables, all condition types are not flowing.  Few conditions are flowing in A303 are not flowing in rest of the tables. 
    Can somebody please let me know what is the significance of these tables and why few condition types are not flowing there ??  I am also more interested to know where is the control; is it in condition type ??
    Thanks for your assistance.
    Kaushal

    Hi
    The condition table you are mentioned are basically the table in which you have maintained the Price Master Data. As you know each automatic condition type is assigned with an access sequence and these access sequence contains one or more condition tables. When we maintain the Price master, actually we maintain the data on the basis of these Condition tables which are assigned to AS and in turn to Condition Type. So records are maintained in that table and if the condition table no. 312, then you can see the data maintaind for this condition table be prefixing the table no. with "A" so you can check the data in table A321. This is the reason that you can not see all the condition types data in one table.
    If you want to take the transaction data fron Billing / Order for any condition type then you need to go to the Table VBRK / VBAK and select the Document condition no. (KNUMV) and with reference to this KNUMV go to KONV and select the value as per your requirement.
    Hope this will clear your doubt and resolve your issue.
    Regards
    Amitesh

  • V-41 tcode error :Table 304 is not defined for use with condition type PR00

    Hi All,
    I am trying to create a BDC using the transaction V-41. 
    The first screen has fields:
    ConditionType and Table, where I have to fill values ZPM1 and 800 respectively.
    But as soon as I enter the tcode v-41 and say enter, the above mentioned fields are already having the  values 'PR00' and ' 304'. Normally if you take an example fo t-code VA02, all fields are blank.
    Then an error message  is displayed:
    Table 304 is not defined for use with condition type PR00
    This behaviour is not allowing me to use the BDC feature.
    Please advise me on why this is happening. What are the possible solutions I can use to clear these values programmatically?
    Can anything be done via customizing?
    Regards,
    Namita.

    Dear ILHAN ,
    Well the problem you are facing is having the following solution:
    Table 304 is not defined for use with condition type PR00
    Message no. VK024
    Diagnosis
    The selected condition type does not fit in the condition table, that is the basis for the condition record. Alternatively the selected condition type is not included in the condition types that were selected on the selection screen or that are defined in the variant of the standard selection report.
    Procedure
    Úse F4 help to choose a valid condition type.
    If this does not give you the required condition type, check in Customizing for condition types and the related access sequences.
    In the condition maintenance also check Customizing for the selection report (pricing report), that you have selected in the navigation tree, using the standard condition table as a reference.
    I hope this helps.
    It has worked for me.
    I gave it a try and what I am getting using the transaction V-41 is create Price condition (PR00) : Fast Entry.
    Please award points if you find it useful.
    Regards,
    Rakesh

  • Wrong condition table for condition type

    Hi,
    I have a big problem during pricing. while creating the sales order the system takes the wrong condition table for the specified condition type (I have created a new condition table and changed the access seq, did the initial load and in customizing everything looks fine). To picture the customing i have created ZXXX access seq with a 901 cindition table (sales org, dist ch. and product hierarchy 2 with a standard field PRODH2) unfortunately I had to change the field to ZPRODH2 I decided to create a new table 902 with the Z field. The new access seq has now 902 table in customizing. In CRM the two condition tables and view exists for 901 and 902. Acording to customizing the system should take the 902 condition table but insteed he takes the old 901 which shouldn't be used.
    Do anybody has some ideas why the system responds like that ? I have tried to delete the old table with the standard report and it didn't worked.
    What can I do ?
    Thanks for some ideas !!
    BR
    Tomasz

    Hi Tomasz
    Please check assignment of that new access seq to c.type in v/06
    That table might hv used somewhere in another acc.seq so unable to delelte
    Regards
    Sachin

Maybe you are looking for