Report on condition records

Hi,
Need ur expertise on SD module ,the query is :
Would like to view customer wiese/discount % given against a MC or Brand etc as a report.
                         Viewing ZKP0 - Article number wise MRP
                         Viewing ZIEX  -  Article number wise Export price.
is there any report available in standard SAP for the same

Hi,
You can use V/LD to view them. Use tcodes V/LA, V/LB to create or modify the list (v/lc to view it)
Regards,
Eduardo

Similar Messages

  • Report on condition record

    Dear Guru's
    I want the Condition record report here my requirement is I want see all the records that are created and the condition record value, Dates from and To. Please help me.
    Regards
    Bhanu

    Bhanu I can't tell you how many times I've looked for this.  You want to see a condition record, it's value and validity periods without having to look each one up individually, correct?  So you can look at all the prices in a price list, for example, all at the same time.  Well sorry m8 but it's not so easy.  About the best way I've founds takes a little work in Excel with a vlookup.  I'll share it, but it's not the silver bullet you're looking for.  If you want something simple you'll have to write a query and join the tables you use in your access sequences with KONP using ConditionRecNo as the key between them.  If you don't want to use a query/report you can dump all the contents of your tables in Excel and do a join using a vlookup on ConditionRecNo.  That gets messy because SAP tends to dump when you pass 3000 records from the clipboard into a field in se16.  So do it 1500 records at a time... it's still faster than looking each record up individually.
    Good luck and please share if you find something easier.
    Johnny

  • Pricing Report of Logistic Execution Condition Record

    Dear All,
    I have creatd a norma pricing report of condition record created with vk11, and after that created another pricing report which cater the condition record for shipment cost with tcode tk11, but when i run the report now data is available..
    can any of my guru tell me the root cause, that what i done wrong in it. or there any other way to make this report.
    Looking forward for the gurus feedback.
    Regards,

    Hi,
    Refer to this link where a similar issue was discussed:
    Report to check freight amount for a month
    Please revert back if this addresses your requirement.
    Regards,
    Rohan Gudavalli

  • Report on Change in Condition Record effects which all Sales Orders

    Hello Gurus,
    Thanks in advance. My customer requires a report which gives him list of Sales Orders effected due to Change in Condition Record.
    Proper input to this will be greatly rewarded.
    Regards,
    Vishvesh Kamdar

    hi,
    whenever u change the condition record it will fall under the validility date, ie.,
    <b>example:</b>
    Condition record for cond type PR00 is
    <b>valid from 01/05/2007 to 31/99/9999 is  Rs.1000</b>
    but suddenly when u change prices  on 01/10/2007 then system will display has below
    <b>vaild from 01/05/2007 to 31/09/2007 is Rs.1000
    vaild from 01/10/2007 to 31/99/999 is Rs.1500</b>
    hence u take all the sale orders & billing document which are created from 01/10/2007, this will slove ur purpose
    SE16-->vbak--->enter -
    > here u will find created on enter the date & execute
    hope this heklps u
    regards,
    Arunprasad

  • Report for Customer Condition Records

    Hello ABAPers,
    I want to write ABAP report to list out Material,Customer,Tax type and Tax amount. The data is available in tables A005 and KONP and the joining condition would be A005-KNUMH and KONP-KNUMH.
    But since A005 s a Pooled table am not able to write a correct join condition.
    Can any one guide me on how we can write this join condition?
    I tried with FOR ALL ENTRIES IN TABLE but the output was not reading the value of Amount(KONP-KBETR).The amount is coming as zero always.
    The code i'm using is:
        SELECT MATNR KUNNR VKORG VTWEG KSCHL KNUMH INTO TABLE ITAB_JEXP FROM A005 WHERE KSCHL = 'JEXP'.
    IF NOT ITAB_JEXP IS INITIAL.
        SELECT  KNUMH KOPOS KSCHL KBETR  INTO TABLE ITAB FROM KONP FOR ALL ENTRIES IN ITAB_JEXP
                WHERE KNUMH = ITAB_JEXP-KNUMH AND KSCHL = ITAB_JEXP-KSCHL.
      APPEND ITAB.
    ENDIF.
    LOOP AT ITAB_JEXP.
    MOVE-CORRESPONDING ITAB_JEXP TO ITAB.
    APPEND ITAB.
    ENDLOOP.
    Thanks,
    B P Shah
    Message was edited by:
            Bhavin P Shah

    Hi,
       Use FOR ALL ENTRIES  for that joins are not allowed on cluster n pooled tables
    refere these
        LOOP AT it_kjmseg INTO wa_kjmseg.
          lv_index = sy-tabix.
    *--Select condition record number from table A006
          SELECT SINGLE
                 knumh
                 FROM a006
                 INTO lv_knumh
                 WHERE kappl EQ 'V'
                 AND   kschl EQ 'ZR00'
                 AND   vkorg EQ '0010'
                 AND   vtweg EQ '00'
                 AND   pltyp EQ '01'
                 AND   waerk EQ 'USD'
                 AND   matnr EQ wa_kjmseg-matnr
                 AND   datbi GT wa_kjmseg-fkdat.
          IF sy-subrc NE 0.
    *--Select condition record number from table A004
            SELECT SINGLE
                   knumh
                   FROM a004
                   INTO lv_knumh
                   WHERE kappl EQ 'V'
                   AND   kschl EQ 'ZR00'
                   AND   vkorg EQ '0010'
                   AND   vtweg EQ '00'
                   AND   matnr EQ wa_kjmseg-matnr
                   AND   datbi GT wa_kjmseg-fkdat.
          ENDIF.
    Regards,
    Prashant

  • Standard Report with Condition Type and Condition Records

    Hello to all,
    Is there any standard report available in which Condition Type and Condition values are displayed in either column or row format? The selection criteria can be either Quotation, Contract, Sales Order, Delivery, Invoice or Billing. Thanks anyways...

    Hi Huzefa,
      Pls check the relevant table where the condition records are stored. then do a query with  that condition table and KONP. say for eg: condn type ZINV,ZMRP gets stored in condition table A821, then combine A821 and KONP, u can input condition type and get the values........................
    go to vk13, display and click on layout, u will able to see the condition table.
    Rgds,
    Anitha J

  • Standard Report for PIR /Purchasing inforecord condition records.

    Hi ,
    Anyone knows of any standard report for PIR condition records?
    Thanks
    Regards,
    Clarice

    hi,
    There is no specific condition report for the condition records but you can check the table for the conditions, those are KONP, KONH, KONV ...
    Hope it helps..
    Regards
    Priyanka.P

  • Report for freight condition records

    Dear Freinds
    In my transportation module project, requirement is report for freight condition records.
    We have been created two tables in one access sequence, two tables are: 1. route/ship-to-party 2. route
    They maintained more condition records. They want to see all vondition records in one single report.
    Report based on those two tables. But those two tables are storing in KOMG Structure.
    But price is storing in KONP table. How to fetch both in to repor.
    With regards
    Lakki

    Let us say the condition tables are 001 and 002
    Now you need to go to database tables A001 and A002 in SE16
    Give the name of your condition type for which you want to get all the condition records
    Execute now.
    Now you will get all the condition records for the condition type created for the table say A001
    Hope this solves your problem. You can reward if this helps.

  • How to get the exact time when condition records has been created?

    Hello All,
    Can anyone thorw some light on - how to find the exact time on which a particular condition record has been created?
    I have tried to get it from KONP {by inputting condition record number}, but unfortunately time is not tracked over there, but the date is tracked.
    Await your valuable inputs on the same.
    Regards,
    Hrishi

    Dear Hrishi,
    Try with this
    Go to display mode of the condition record through VK13 transaction from the condition record overview screen go to menu Environment >Changes>Click on Change report now system will take you to the Change Documents for conditions selection screen here you input proper selection data then execute now system will give the all the details here you can find the time also.
    I hope this will help you,
    Regards,
    Murali.

  • Free Goods Condition Records Extraction.

    Hi All,
    Is there any standard Report or a Table from which extraction of Free-Goods condition records can be done based on Sales org and Customer.
    Thanks.

    hi,
    this is not possible to get what need in SAP.
    please create a Z report with the combination you need.
    keep a selection screen as requried.
    this might help you.
    or
    go to tables to find out.
    regards,
    baljia

  • Report for conditions per line item in Billing document

    Hi all,
    Is there any report that can tell me all the price conditions that are allocated to a billing document line item? I am talking about the actual conditions relevant for a line item, not only conditions that have a condition record setup.
    So I would like to key in billing document number, the line item and get a report of all conditions that are allocated to that line item in the specific billing document.
    If there is no such standard report, does anyone know what tables to link?
    Thanks in advance,
    Lars

    Hi,
    Tables VBRK and VBRP. And with field VBRK-KNUMV go to table KONV to obtain the data of all conditions.
    Regards,
    Eduardo

  • PO price, tax & condition records at the time of GR

    Hi All,
    I am creating a report for FI sanvat. I need in this report material doc no. rates, tax with condition records during GR & MIRO. If I pick this data direct form KONP & KONV based on PO it may be wrong  because after GR PO price &  condition records may have change . 
    I need PO condition record to identifying that VAT & CST is creditable or not.  If there is any FM or any other way to find out these information at the time of GR Plz tell me.
    Thanks in Advance
    Jitendra

    Hi Anji ,
       thanks to reply. but my problem is some deffrent. I take an example for that:
    I am doing MIGO at this time PO price was 100 , VAT 4% condition JVRD now post this document suppose mat doc is 5900000021.
    I will get in my report
    Doc no.:5900000021
    price   :100
    VAT    : 4
    Condi: JVRD
    now some one make change in this PO like price 150 , VAT 3% condintio JVRN.
    if now i will execute my report then i will get.
    Doc no.:5900000021
    price   :150
    VAT    : 3
    Condi: JVRN
    but i need old data when GR wad post as above.

  • List of all sales condition records(VK13)  with a particular tax code

    Hi all
    We have a requirement to list out all  sales condition records created through VK11 which has a particular tax code in it.Say list of all condtion records which have tax code as 'IA'. Could you please let us know the easier way to pull out such report.
    We understand that we can get such list from tables KONV and KONP but we are not able to correlate output from such tables with condition record display in VK13. Any pointers to this would be highly appreciated.
    Regards,
    Santosh

    Hi,
    Use KONH and KONP tables. condition record whole information will be stored in these 2 tables.
    In KONH table you will get header information of the record. like condition type,condition table, created date and validity periods. In varkey field sales area and material other info. .. Note the record number 0000007609.
    Goto KONP table, enter same record number in condition record number field. you will get item level information.
    Regards,
    Chandra

  • Report of condition types per line item in sales order

    Hi all,
    Is there any report that can tell me all the price conditions that are allocated to a sales order line item? I am talking about the actual conditions relevant for a line item, not only conditions that have a condition record setup.
    So I would like to key in sales order number, the line item and get a report of all conditions that are allocated to that line item in the specific sales order.
    If there is no such standard report, does anyone know what tables to link?
    Thanks in advance,
    Lars

    Hi Lars,
    In my current customer they had the same requirement and after almost 1 month of analysis we decided to build a custom report to execute this.
    And as an enhancement we compare prices from the sales orders and the sap price records in order to check the differences.
    First we need to find all the open lines (status and reason for rejection (ABGRU)), than loop KONV and select the  KSCHL (condition types) you want, material text descriptions, etc.....of course a lot more in terms of coding.....;-)
    This was the form I used :
    FORM FIND_SO_PRICES.
      LOOP AT IT_ITEM_REPORT.
        REFRESH IT_PRICING.
        SELECT KSCHL KBETR WAERS KPEIN KMEIN KUMZA KUMNE
          INTO IT_PRICING
          FROM KONV
         WHERE KNUMV = IT_ITEM_REPORT-KNUMV
           AND KPOSN = IT_ITEM_REPORT-POSNR
           AND KINAK <> 'M'
           AND KINAK <> 'X'.
          APPEND IT_PRICING.
        ENDSELECT.
        READ TABLE IT_PRICING WITH KEY KSCHL = 'XXXX'. -> My price condition
        IF SY-SUBRC = 0.
          IT_ITEM_REPORT-ZSP1 = IT_PRICING-KBETR.
          MODIFY IT_ITEM_REPORT.
        ENDIF.
        READ TABLE IT_PRICING WITH KEY KSCHL = 'XXXX'. -> My discount condition
        IF SY-SUBRC = 0.
          IT_ITEM_REPORT-ZSD1 = IT_PRICING-KBETR / -10.
          MODIFY IT_ITEM_REPORT.
        ENDIF.
       IT_ITEM_REPORT-LIQ = IT_ITEM_REPORT-ZSP1 - ( IT_ITEM_REPORT-ZSP1 * (
                                              IT_ITEM_REPORT-ZSD1 / 100 ) ).
        MODIFY IT_ITEM_REPORT.
      ENDLOOP.
    ENDFORM.                    " FIND_SO_PRICES
    Please tell me if this helped you,
    Regards,
    Alcides Fialho

  • How to update purchase order when creating a new condition records

    Hi,
      We have the system configured so that whenever we update a condition record, a change pointer is generated. Then we the use of standard reports RMEBEIN4 and RMEBEIN, all open purchase order having that condition type is updated. However this only works when we update existing condition record. When we create a new condition record, this does not work even though the change pointer is created. Do the reports mentionned above works for the this case or another standard report that should be trigger.
    Thank you for your help

    hi,
    May be this is working for the conditions already existing in the info record for the PO's.  so when you have new condition record it updates only after you amend the PO with that condition and save it.
    Kiran

Maybe you are looking for

  • How to get the last record??

    Hi, I now have to get only the last record from one table from MS Access. I was looking for the useful method from API, however, I cannot get it. How to get only the last record from one table ??? Please help, thanks.

  • Network Drives and Time Machine

    How do I get Time Machine to see and connect to a network drive such as an Iomega Nework backup device? The drive is visible in Finder but when I try to configure Time Machine it is not visible as a backup device drive. Can someone please tell me whe

  • Dynamic Configuration of Mail receiver Communication Channel

    Hi, like in /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping for http receiver CC, i am trying to do header customisation, with XHeaderName1 for mail header fields like content-ty

  • All my pdf documents have turned into firefox html documents and will not open correctly

    All my pdf documents have suddenly become firefox html docs & will not open unless I go into the folder, right click, 'open with', etc. I haven't changed any of my settings. I think firefox did an update yesterday, however, so I'm connecting it with

  • Setting up the extreme and DSL modem

    Hi guys, just bought and upgraded to the new extreme base station and hooked up to the DSL modem, but couldn't get them to work. Before, I had the 1st generation airport base station (snow) hooked up to the router and the router to the DSL modem. And