Report for PO conditions

Hi All
Is there any report where I can get conditions and each condition amount against each PO.
Regards
Satish Kumar

Dear,
There is no such kind of report available in SAP.  You can develope report with your technical consultant help.
if you want to fetch data directly from table there there are two table which are useful in your case..
EKKO : Header condition
KONV: Conditions (Transaction Data)
Since KONV is Cluster table you can't make join Hence in this SAP Query can't be utilised.
Regards,
Rajesh koladiya

Similar Messages

  • 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.

  • Standard report for pricing condition.

    Hello everyone,
    Is there any standard report to see the price maintain in particular condition record in VK11 with different key combination. can anybody tell me in which table it is maintain.
    Regards,
    Naveed Ansari.

    Hi
    The Standard report for Pricing condition is V/LD.
    You can get datas like Material prices, Individual prices, discounts & surcharge prices, Material list/Material pricing Group with & without scal display, Price list types with & without scale display.
    V/LB   SAPMV14A       Change Pricing Report
    V/LC   SAPMV14A       Display Pricing Report
    V/LD   SAPMV14A       Execute pricing report
    V/LE   RV14ALLE       Generate pricing reports
    Award if useful to you
    Thank you
    Edited by: narendran vajravelu on Oct 14, 2008 7:23 AM
    Edited by: narendran vajravelu on Oct 14, 2008 7:25 AM

  • 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

  • Custom Report for Pricing Conditions Master

    Hi Everyone,
    We know that Pricing Conditions Master Data is stored in KONH and KONP. If a condition is populated in a document then transactional data can be obtained from KONV with 'condition record number' as the foreign key.
    The requirement is to design a custom report that lists for order items the pricing conditions (basic price) that are not populated in the sales orders. The pricing is not carried out in these orders as these are not chargeable orders, but the user wishes to know in an existing custom report the price from the conditon master data.
    The idea is that the sales order has no pricing calculated but how much Sales Price the material has as per the price condition master record.This can be known by the custom report.
    Visiting the standard prcing preports like V/LD is laborious for the user and wishes to add a column in an exisitng report of order item list for the price of each order item.
    The challenge here is that in KONH there is no field for material exlusively. It gets stored as a text and hence fetching data from this table for a given material seems difficult. Let us remember that we are not refering to any sales order while accessing data from KONH or KONP.
    Any thoughts / views on how this can be achieved are most welcome.
    Thanks,
    Hemant

    You will have to work on exact condition table in access sequence instead of KONH. For eg: If condition table in access sequence is 601 then you will have fetch the condition number KNUMH from table A601 (prefix A before the condition table number). With the KNUMH you can get the condition value from KONP.
    Regards,
    GSL.

  • Report for condition type

    Hi,
    I have maintained a pricing condition record for one condition with combination key of plant and incoterms.
    My requirement is to take report for that condition type with respect to plant .
    Kindly need your input
    -Prabu

    Hi,
    You may be knowing the condition table of the Plant / Inco terms key combination.
    Goto SE16 with the condition table preceded with A and and in the selection screen give your plant and the condition type and get the total entries maintained with the field KNUMH for all of the entries.
    Pass on the KNUMH to KONV table to get the condition values with various validities.
    Regards,
    RitiG

  • 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

  • Standard report for budget allocated, actual consumed, amount capitalize

    Hi,
    I need report for following condition: Is there any standard report for the same?
    Once the project is capitalized, the system should provide in one report
    the budget allocated, amount incurred, amount capitalized,
    Date of capitalization and remaining expenses in desired WBS as on desired date.
    Please suggest me, if any standard reports are available?
    Regards
    Bipin

    Dear Bipin,
    1) S_ALR_87013558 - This report will give you information about Budget, Actual, Commitment, Assigned, Budget Avail.
    2) S_ALR_87011990 - Asset History Sheet or S_ALR_87012050 - Direct Capitalization ( Asset Acquistion )
    Hope this will meet you requirement.
    If found useful reward the points.
    Regard's
    Sandeep N.Theurkar

  • Create a site utilization report for SharePoint Site with these conditions

    HI,
    How do we create a site utilization report for a SharePoint 2007 site. I want to include the following conditions in the report
    a) The list of users who are accessing the site
    b) The list of users who have not accessed the site ( Can we do some filtration based on some conditions )
    c) When was the last date the user has accessed the site

    Hi Kalpana,
    Sorry for delay in reply. I don't think this can be possible from front end without involving SQL dbo users table. If you found any other alternate please share here.
    You can get site collection / sub site user details via
    SP user manager tool and for last access date - time you can use SharePoint object model. - ref : http://blogs.msdn.com/b/varun_malhotra/archive/2010/05/12/moss-2007-get-last-accessed-date-for-a-site.aspx
    Let us know if this helps
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Can we take standard report for all sales orders based on the condition typ

    Hi all,
    Based on the condition type, we need to take a report for sales orders on the particular date.
    Thanks and Regards.....VM

    Hello again.
    Searching for a solution, I found a Logical Database for sales orders, that have all the information that you need.
    Using like reference the post of Bhagavatula, in the same transaction SQVI you can use, instead of the suggested join, you can select a logical database called VAV in Data source.
    This logical database links the tables, VBAK, VBAP, VBUK and KONV that is the central point of the question.
    You can list the information of logical database using the transaction SLDB.
    In 'Logical Database' inform VAV.
    Press F8 to list all the fields.
    More information about logical database in:
    Link: [SAP Logical Database|http://help.sap.com/saphelp_46C/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]

  • 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

  • RM06ENP0 - SAP SURGERY REPORT for geting valid condition price in CONTRACT

    Hello All
    Has any one run this report RM06ENP0  everyday in the SAP ECC system ?.
    any one experienced difficulty ?challenges?
    is this report is mandatory to obtain correct and valid price from the condition?...
    Muthu

    Hi
    Please clarify my doubts, which are given at ***
    It will be better if you create Pricing Report for the necessary condition table of your access sequence
    M_LA - Create Condition List
    M_LB - Change Condition List
    M_LC - Display Condition List
    M_LD - Execute Condition List
    In M_LA, in initial screen, enter Pricing Report Code(*** I am not getting the pricing report code in the drop down, if i want to create them how can I create)
    and description and press enter,
    here select "MATNR" (Material) and then Press enter,
    here select the condition table for which you have maintained the condition record and Press enter,
    here set the positions of the fields and save the report and then execute in M_LD and from here you can download details to Excel file.
    Your help is appreciable
    Thanks and Regards
    KVK

  • Limit of for each conditions in rtf templates

    Hi Everyone,
    I have a use case where i need to genereate a report by using values from two data sets. data sales, cost.
    Data set sales have four columns product1, product 2, product 3, product 4
    Cost has cost1,cost 2, cost 3, cost 4.
    I need to display in below format
    product 1| product 2| cost 1|cost 2| product 3| product 4| cost 3| cost 4|
    To get above format i am using four for each condition groupings two for each data set
    <?for-each:/data/sales?><?product1?>|<?product2?><?end for-each?>|<?for-each:/data/cost?><?cost1?>|<?cost2?><?end for-each?>|<?for_each:/data/sales?><?product3?>|<?product 4?><?end for-each?>|<?for-each:/data/cost?><?cost3?>|<?cost4?><?end for-each?>
    If i use first two for each conditions i am able to see values in template but if i use four line is missing in the template.
    I did not understand where lies the problem.
    Please let me know if you need more info.
    Regards
    Sandeep

    If you have product ID or key in the cost data set, then you can follow the method in this post to display data:
    http://blogs.oracle.com/xmlpublisher/2009/09/formatting_concatenated_dataso.html

  • Report for displaying materials and their prices.

    Hi All
    I am developing a report, which gives details of all material and thir rates ,of division 01, where reorder point >0 sorted by product hierarchy.
    I am using table mara, marc, makt. any anybody suggest which table shows the material rates.??
    I am using SQVI , but its not displaying duplicate records.
    can any body help me with this.
    regards
    AJ

    Dear AJ
    Apart from the tables what you had indicated, for pricing conditions, please refer KONV.  But for information, in SQVI, if you table join Tables MARA, MARC with KONV, you will not get the required details.  So what you have to do is you have to table join VBAK with the above tables and generate a report.  From the table VBAK, make a note of "Doc.condition" references and once again run KONV in which you give the Doc.condition references.
    thanks
    G. Lakshmipathi

  • Excise Report For Materials

    Hi,
    I am creating Excise Report for Materails .
    My requirement i am creating 3 radio buttons in selection screen.
    Functionality of 1 radio button
    It displays all the excise details . This is i am getting from Mseg and Mkpf and j_1iexdtl and j_1iexdthr.
    It is giving correctly in my report.
    Functionality of 2 radio button
    If one material came to the plant and again they send to Subcontractor they do not want to show the
    original grs no if quantity same .If quantity is not same they want to display remaining quantity.
    Here i am showing actual capital taken .
    Here i am facing problem when i am delete the record when it is send to subcontractor if it again came from subcontractor I want add it Original Material Document no.
    Functionality of 3 radio button
    Which entires i am removing from second radio button i want to show in third radio button.
    Regards
    Nandan.
    Edited by: srihari haranandan on May 13, 2009 8:32 AM

    Hi,
        In the second radio button you are facing the problem.
        1) move the records to one internal table which you are going to delete from the internal table based on some conditions.
        2) Display the internal table which you collected in the select radiobutton.

Maybe you are looking for