Condition record table

Hi
I want to make a report of all the cust-material price with validty which are stored in VK12.How can i do it.Is there a particular Tcode or table name where i can get all the price with cust ,material and vality period of condition type..
Thankyou

Hi,
Go to transaction VK12/VK13 and enter your condition type. After that click on the  condition information (Shift+F4).
Input the required field values and execute to get the required information.
Hope this will help you.
Please revert back to the forum in case of any concerns.
Thanks and regards,
Atul

Similar Messages

  • Retrieve the Purchase Order Condition Records Table

    Hallo!
    I have found this code right here:
    http://www.sap-basis-abap.com/sapab025.htm
    It is very useful particular for purposes which I need. Please can somebody
    try to fix the error to get it working. There is an internal table missing.
    Regards
    Ilhan
    Retrieve the Purchase Order Condition Records Table
    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.

    Hi flora
    Just get through the sequence .
    see the table fields ...
    1. From EKKO table take an entry which is having pricing conditions.
    Now in the fields list check out for field EKKO-KNUMV(document condition number).
    2.Take this condition number and now goto table KONV.
    Give the document condition number in the field  KONV-KNUMV and execute .
    This will lead to a list of document condition numbers and some other fields .
    3.Now check for field KONV-KNUMH ,KONV-KAWRT(quantity) and note the value KONV-KWERT  .
    (Remember this is at header level).
    This is ur condition record number.
    **comments
    Now from document condition number we got the condition record number (KNUMH).
    4. now since u want the item level tax procedure go to table KONP and give the condition record number and execute .
    This will give u a list of details .
    Now concentrate on KONV-KAWRT (scale quantity) KONP-KBETR(rate) as this table will store “Pricing  per UNIT “ so product of these two will give u the total pricing tax, for a particular condition type say PR00  .
    For that particular condition item .
    Check the pricing procedure .
    See t-code VK13 and check the pricing procedure .
    From me23 check the same PO num select the item and check the pricing conditions applicable .
    Select a particular pricing and goto condition->analysis->analysis pricing  ,
    Better take help of a SD functional consultant in the process.
    regards,
    vijay.

  • Condition record table to pick printer

    Hi Friends,
    What is condition record table, based on this table how can i pick the printer? and how I can find this table? can any one help me its very urgent.
    Regards,
    DVNS.

    You can see the list of processed document through output types in the table NAST.
    Check the table TNAPR in SE16. It will have all the output condition records assigned through transaction NACE.
    You can find the output types in the field KSCHL of TNAPR table.

  • Service Tax Condition record - Table-3 and access sequence MWST

    Dear All,
    For maintaining the service tax conditon record , it is required to have the condition record to maintain under Tax classification table, which is available in access sequence MWST or we can add this condition table( table no :3) in any other access sequence and that access sequence needs to be assigned in Service tax condition type i.e JSRT, becasue system will check the rates from the table A003 while doing the service tax transfer from intermediate account to service tax account in report RFUMSV50.
    But the issue in there is NO validity period defined in the condition table : 3 , which signifies that we can not maintain the service tax condition record along with the validity period.
    Is there any way , we can add validity period field in Tax classification table.
    and how can we see the maintainace of Taxes table , is there any T.code avaiable for the same, as I could't find the same.\
    Please suggest.
    Thanks & Regards
    Nitin

    Hi Nitin,
    SD can give validity period for a tax code either for an individual customer or for all the customers through their pricing conditions.
    Aravind

  • Duplicate record in Condition record table

    Dear Experts,
    when we create a record in the same access and in same validity period with same processing status. System give a popup of overlapping the dates and short close the existing record.
    But we are facing issue if existing record status is released and when we create record with the same validity period  with block status, system not splitting the condtion and save with the same validity period and after that system give a error massage in VK12 for duplicate insertion.
    I want that system will split the condition record even if existing condition record with different release status.
    Please help.
    Regards,
    Lucky verma

    Dear Lucky,
    I understand your scenario, when you create Condition Record at the first time in Vk11 by block status "A" lets say 01.01.2014 till 31.01.2014. Afterward you change the processing status as "C" release. at the middle of the month you come up with new price so you maintain with processing status "A" from 15.01.2014 till 31.01.2014, system will not stop you at that time because processing status is with blocked. when you release this status into "C" . system will not allow you to do so why because this is standard behavior that when you have an existing record with same Access Sequence, Condition, processing status and Validity. system will not overwrite it until or unless you change the from date as same as you have already maintain.
    If you want to propose your date while creating condition record, you have to change your settings in V/06 Valid From and Valid to as "No proposal" so that you can maintain your own validates but when ever you have to create new condition record at the same time (in middle of the month) you have to manually change the first one as 14.01.2014. this is because as i have mentioned system cannot allow two condition record as the same time with your same characteristics. Furthermore you can ask freely if you have any query.
    Please go through this information too. hope this will clear your understanding.
    Validity Periods - Pricing and Conditions (SD-BF-PR) - SAP Library  Thanks
    Regards,
    Suhaib Bin Aziz

  • Condition Records ( Table /field mapping)

    Hi Experts
    I am working on the Report object.
    I have to populate the Some of the condition types value in the report from Purchase order
    E.g Freight charges (Amount against - condition types - FRA1) to be be captured in the Report.
    The field for this is KWERT. 
    Could you please let me know from which table I have to capture the data
    Thanks in Advance
    Tanvi

    Hi Sunil,
    Please go to table KONP,
    In Field - KSCHL give condition type, get the condRec Number - KNUMH
    give the KNUMH in table - A017 (Material Info Record (Plant-Specific)
    else give it in A018 (Material Info Record)
    else in A016 (Contract Item)
    as per your clients requirement.
    Cheers
    Arun.

  • Condition Record Table Download from R/3-CRM

    Hi,
    We have created the condition table A922 in the R/3 system
    we have used the Tcode CND_MAP_CUST_CORR to generate the condition table
    and downloaded the objects DNL_CUST_CND,DNL_CUST_CNDALL and DNL_CUST_PRC
    But the new condition table is not gettign created in the CRM system
    Can you guys let us know how to transfer the condition tables
    Thanks,
    Krishna

    Hi Krishna,
    Generally when you do the load of the object DNL_CUST_CNDALL  it generates the corresponding CRM condition table e.g. in your case it should generate condition table CNCCRMPRSAP922. So please check the same in transaction SE11/SE16. If it is not there then reffer the oss note 514952 which will help to maintain the field catalog etc in CRM and have the CNC* table in CRM. Once you have this table you have to create an adaptor object DNL_COND_A922. You can just copy the existing adaptor object DNL_COND_A002 and change the table in the tab table/structure. Then load this object.
    This should bring the data to CRM.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash.

  • Default Output Condition Records in SD

    How do I maintain default output conditions in SD when I create a new customer? As of now, whenever I create a new customer, I have to create output condition records for quotations, sales order, shipping and invoicing. Thank you, Pravin

    Pravin,
    It depends on the fields in the condition table.
    If you have customer no., then for each customer you have to create a record.
    But if you have a field e.g. customer group, then assign the customers to that customer group and output will work.
    Paste the condition records, table NACH, for your output condition type.
    TW

  • PO outbound message control - Condition record

    I have created a message control for outbound PO to be sent to one unique customer(actually a plant set up as customer).This works fine.
    Right now, I have condition record table set up by just document type this and I have specified this customer number (partner number) there. Now, my requirements have changed and I need to send POs to variable customers(partners), depending on the plant on the PO. So i created another conditional table '925' with Doc type & Plant as key. This does not seem to be queried upon and I am unable to determine the output and create IDOCs. Since plant is at item level, will i be able to use this field in the condition table at all ? Please advice.

    I found a OSS note -Note 457497 (Q&A # 34), which talks about the same . This was my assumption too. I was just confused because I saw plant(WERKS) in the field catalag of the access sequence.
    I don't know what header field I can use to map the plant (I agree its a good idea to do this). But I have decided to do it another way. I will change the receiving partner on the control record depending on the plant in an user exit
    -  EXIT_SAPLEINM_001.
    Thanks for your answer , Mahesh.

  • PO item Condition Record number and delivery address of PO - Need a table n

    Hello Experts,
    I need some help as I have searched enough but did not find any solution.
    I need a table name where I can find Condition Record number for PO line item.
    As I have to create a new PO Layout in which I have to mention each & every condition type with value for line item.
    I need to know one more thing that from which table I will get delivery address number so on the basis of that I can read entries from table ADRC.
    Thanks in advance.
    Bhagat

    HI,
    The First Question is regarding the PO Conditions.
    For Extracting the same. we have to Go to The Table EKKI and in this table pass the PO Number and after entering the PO NUmber ,at each item level we will have a condition record number KNUMV created,
    collect the condition record number and pass the value in KONV table ,in that table we will get all the conditions and its values maintained.
    The second question is the delivery Address
    the Delivey address comes from four ways
    Plant
    EKPO -Pass PO NUmber - collect the plant and pass in table T001W  to get the address number
    and pass the address number to ADRC table
    Customer (third party)
    IN table EKPO -collect the customer Number-KUNNR and pass that value to KNA1 table and then get the address number and then get the address from ADRC table.
    Direct address number ( created by t code MEAN- Type ME01)
    This adress number-ADRNR can be taken from EKPO table and pass this value to adrc table to get the address.
    Vendor ( subcontracting)
    In this IN EKPO we will have the vendor field -LIFNR and this field collect the vendor number and pass in LFA1 and get the address number and then pass the address number to ADRC table
    If in EKPO,the address number and customer vendor field are blank then it picked from the plant and we have to default the Plant Address
    Hope so it helps
    Regards
    Anjanna.

  • Function Module for creating condition record (XKOMV table record)

    Hi,
    I have a requirement as like below,
    In the repair order i need to sum the GRWR condition type's  conditional values for all the line items (Except deliverable line item) and then i need to create an condition type GRWR under the deliverable line item with the above calculated conditional values,
    the table XKOMV will be having details about all the line item's condition types, in this table i need to add one more new record with the condition type of GRWR and the above calculated conditional values under the deliverable line item.
    for the above logic i am using the user exit
    USEREXIT_SAVE_DOCUMENT_PREPARE
    All the above things need to be done when the user click the save button in the transaction (VA01/VA02).
    Problem here is table XKOMV contains somany fields so manually we can't create xkomv record, is there any Function module to create condition type record?
    Regards,
    Manikumar
    Edited by: Manikumar Shanmugam on Mar 8, 2008 3:53 PM

    Hi,
       You can use Function module PRICING_CHECK to check condition record. Do a where-used list on it to see how to call it.
    Regards
    Kiran Sure

  • Table for Condition Records

    Hi Gurus,
    In which table the Condition Records will be stored(vk11)...
    thanks in Advance

    Hi,
    Pls check this , if you need further assistance pls do get back to us.
    KONV : Conditions for Transaction data
    KONP : Conditions for items
    KONH : Condition Header.
    Regards,
    Vvieks

  • TABLE- TAX CODE CONDITION RECORDS

    Hi
    Please let me know the table where i can download all the tax codes with the %(AMOUNT) of condition records details
    Krishna

    u can make a query in sqvi where u can join the table u have used in access sequence ( for eg A004 ) and KONP . this is simple way as data is stored in 2 different table.

  • Condition records and tax code combination table

    CAn I know the table where both condition record and tax code stored.

    Hi Jose,
    I think you have quoted the tax procedure table.  There i have not found the tax codes. 
    My requirement is both condition records and tax codes combination table.
    I want to see for which condition type which tax code has been assigned.

  • Table Maintenance- Condition Records

    Hi Friends,
    I have created a custom table and i have done a Table Maintenance for that custom Table..
    In that i have one field called DATBI(which is To-date).
    My Requirement is how to set condition in this table maintenance where IF TO-DATE < SYSDATE
    those records should not be displayed in Table maintenance but that should be there in Data base table..
    Can anyone help me on this.. I think something need to be done in PBO.
    Plz help me on this..
    Sample code will be helpful.
    Thanks in advance.
    kishore

    Hi genji,
    Goto ur table and then utilities----
    >table maintenance generator .
    Then double click on the overview screen u specifed..It will direct u to PBO screen.
    There inside PBO in the beginning create one module X(some name).
    inside that specify ur condition whichever you want to..
    piece of code which i have done for my condition records inside PBO
    module modif_screen output.
    data:  datbi type datbi.
    clear total.
    loop at total.
      move total+32(8) to datbi.
       if datbi < sy-datum.
       delete total.
       endif.
      clear : datbi.
    endloop.
    Here total is the internal table from where values are populated.
    Think this wil solve ur issue.

Maybe you are looking for

  • ITunes sharing among iPhones with different Apple ID's one computer WITHOUT home sharing, shared folder, etc...

    I feel like I am losing my mind, here. A few things I want to clear up before you read my question: No, I am not new to Apple. Yes, I understand that Home Sharing works for any group of devices authrized with my Apple ID. Home Sharing is not my issue

  • How to find out the radioButtonGroup name in a function

    I have to sets of radioButtons each with their own unique groupName. I have function that needs just a little tweaking depending on what group is selected. In order to not write the same function twice I'd to change it depending on what group is bein

  • Formal complaint about a removed topic...

    I started a topic on the OS X Developers forum that was removed. The topic was titled "When/If JDK 1.6 will release for 32-bit", and was basically a question as to IF Apple would release a 32-bit version of the 1.6 JDK, which is currently only availa

  • N8 still on PR1.1

    I bought, original phone, over my telecom in Bosnia and Herzegovina. And I am still on PR1.1. 013.016 Phone works fine and there is no problem. But! People is is still on PR1.1. Even Sudan has PR1.2. And I speak same language as Croatia and Serbia an

  • Solaris 10 scales to....

    A single instance of the Sparc Solaris 10 OS scales to.... How many processors? How much memory? A single instance of the x86 Solaris 10 OS scales to... How many processors? How much memory? I've been searching all over, and unable to find these uppe