How to include KONV and KONP in a join?

Hi,
I am trying to create a sales order report using SQVI. In addition to the sales order and billing document information I also need the PR00 condition price from KONV (KONV-KBETR) and the old list price from KONP (KONP-KBETR).
I know I can use the field KNUMV to get the condition record corresponding to the sales document. The corresponding KBETR value from KONP can be obtained by getting the KNUMH value from KONV table. This works fine when I am going one by one.
But when I try to generate a report using SQVI, it tells me that I cannot use KONV in a join. So is there another way to generate a report which extracts sales order info, billing document info and the corresponding condition info from KONV and KONP all together?
Thanks in advance.
GA

I don't think such report is feasible by using a query. Also you might run into performance issues, since all the involved tables are usually rather large. If possible, you might want to set up the pricing routine, so that the needed values are stored in some 'subtotal' field in VBAP/VBRP tables. Otherwise I'd suggest to ask your ABAPers to write a report.

Similar Messages

  • KONV and KONP

    Hi,
    Who can tell me the differences between <b>konv-knumv</b>(Number of the document condition) + <b>konv-kposn</b>(Condition item number) and <b>konp-knumh</b>(ondition record number).

    KONV and KONP tables are both conditions tables. These tables are used when you want to find e.g : the Basic price value or excise duty values (just to name some ) .
    These tales store the values based on the document condition number.
    The Document Consition number(KONV-KNUMV) is number that gets generated whenever a PO or a sales order gets created. So this KNUMV is the link between the PO or the sales order. The KNUMV gets stored in KONV as well as the header tables of Sales order and Purchase order.
    Let me give you an example: Incase you have a sales order number say 1206 now for this you want to create to know what is the Basic price: - so you would go to VBAK get the KNUMV of 1206 , for the KNUMV fetched go to KONV and give this KNUMV you will get all the conditions for this sales order. Same is the case with PO's also.
    Now KONP also stores the conditions can be used with access sequences eg a003 or a055 etc. you cantake the KNUMH value from these tables and get the rate from KONP.This table only stores the rates and not the values. i.e KBETR value and not KWERT value.
    I hope this answers your question

  • Diff between KONV and KONP

    What is the diffrence between KONV and KONP ?

    Hi,
    KONV and KONP tables are both conditions tables. These tables are used when you want to find e.g : the Basic price value or excise duty values (just to name some ) .
    These tales store the values based on the document condition number.
    The Document Consition number(KONV-KNUMV) is number that gets generated whenever a PO or a sales order gets created. So this KNUMV is the link between the PO or the sales order. The KNUMV gets stored in KONV as well as the header tables of Sales order and Purchase order.
    Let me give you an example: Incase you have a sales order number say 1206 now for this you want to create to know what is the Basic price: - so you would go to VBAK get the KNUMV of 1206 , for the KNUMV fetched go to KONV and give this KNUMV you will get all the conditions for this sales order. Same is the case with PO's also.
    Now KONP also stores the conditions can be used with access sequences eg a003 or a055 etc. you cantake the KNUMH value from these tables and get the rate from KONP.This table only stores the rates and not the values. i.e KBETR value and not KWERT value.
    I hope this answers your question.
    Regards,
    Narayani

  • How to include javascript and HTML in analysis output?

    Is there any document for that? Currently I set Treat Text As HTML under Data Format tab and include some simple HTML in Column formula, but I doubt it is correct way to include javascript and HTML in ayalysis output. Can anybody provide any idea or sample?
    Thanks

    Hi,
    i am not sure about javascript but yes treat text as Html is used to utilize HTML power in OBIEE.There are many examples of this.Common uses are a href,GoNav and PortalPagenav fuction.These function are mix of HTML and OBIEE.We gebrally use this option when we want to carry out some HTML operation on data rendered by OBIEE.Common example is to make data values a hyperlink for which we use a href
    See the below links for GoNav and a href
    http://108obiee.blogspot.com/2009/09/go-url-request-navigation-between.html
    Creating Hierarchies on Direct Database Requests
    You can also write java scripts here.
    Regards,
    Sandeep

  • Suggestion on how to include image and text in epub export

    I have 12 images like the one below that are included in a book designed for print in ID but also exporting to an epub. I built the image in Photoshop because it needed a stroke and the stroke doesn't export from ID (?). Originally I build the entire image in PS with text. That exports fine.It is anchored inline.  But the text is a bit blurry. So I tried just using the image+stroke from PS and then creating a text box in ID inside the image. Then the text and image separated when exported to epub. Any suggestions on how to do this effectively?
    Mark

    I would suggest just keeping the text when you export to epub and then building a div border to create the box around the text.

  • How to include PJC and Java Beans in forms

    I have tried a lot to include java codes in my forms ..So I decide to start with ProgressBarPJC(cause it is tested and provided with demo) but I could not set implementation class of java bean object to
    oracle.forms.demos.ProgressBarPJC it does not accept it but it accept ProgressBar instead of ProgressBarPJC. I don't know why? I have made changes in Forms90_builder_classpath to access f90all.jar and progressbar.jar. I have Progressbar.class and progressbarpjc.classs both but i don't know how to set implementation class to ProgressBarPJC.
    don't you think there is lots of configuration and path setting to use any JPC or Jar in forms? I am totally confused with this integration.
    Please solve this matter
    Thanking you,
    Neeraj

    and even more information samples and step by step instructions are on the Java spotligh on the Forms Upgrade Center : http://otn.oracle.com/formsupgrade

  • How to include seconds and millisecon​d in the CSV file time stamp generated by the SpreadShee​t Object?

    I'm Using Lookout 6.02, in a XP Pro Windows Machine, Service Pack 3.
    I have an application that collects data at the rate of 20 samples per second. It works just fine, the CSV File contains all the samples without missing a single one.
    The problem is that the time stamp in the data file only shows hours and minutes. With 20 sample per second, there are 1200 samples per minute. It is hard to figure out in which second or sample number, occurred some events collected. These files are open with Excel and analyzed with Excel. There is no easy way to implement a search or a guidance for knowing the sample number or the exact time in Excel.  My problem is to add the seconds and if possible the milliseconds to the time stamp done by the spreadsheet object.
    Any suggestion?
    Other ways to do the same that includes the time stamp all the way down to milliseconds?

    Create another column with the Now() function, then set the calumn format to hh:mm:ss.s
    expression would be now(trigger) for the date and time or now(trigger)-today(trigger) for just time
    The trigger will cause the expression to stay updated, perhaps using the same trigger for logging the spreadsheet.
    Good luck
    Mike
    Message Edited by Mike@DTSI on 01-16-2009 04:12 PM
    Mike Crabtree - Lead Developer
    Destek of Nevada, Inc. / Digital Telemetry Systems, Inc.
    (866) 964-6948 / (760) 247-9512

  • How to include jre and program in an installer?

    Hi,
    I need to make a complete package where latest jre and my program jar file will be within.
    How to pack those in an installer?
    Thanks in advance.

    Hi Suresh,
        Executing the program RSAQR3TR or directly using the Transport option from SQ02 is the same.
        Please help me out on this requirement.
    Thanks & Regards,
    S.Lakshmi

  • How to include javamail and jaf package in ApacheTomCat Server

    org.apache.jasper.JasperException: Unable to compile class for JSP
    C:\Program Files\Apache Tomcat 4.0\work\localhost\examples\jsp\SendMail$jsp.java:6: Package java.mail not found in import.
    import java.mail.*;
    ^
    1 error
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:546)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
         at java.lang.Thread.run(Unknown Source)

    hey pnarkodu
    put your activation.jar and mail.jar packages in the
    /tomcat_directory/common/lib - there are a bunch of jars here and just include the above two here
    then stop and run tomcat again
    think this will work
    let me know
    sincerely
    laodingsockjavaguy

  • How to include portrait and landscape subreports in 1 report

    hi -- I have a report that will consist solely of subreports (about 60 of them). Individually, each subreport
    is one page. Most of them are portrait, but a few are landscape.
    It appears that all of the subreports have to be oriented in the same way; when I change the orientation of
    a subreport within the main report, it changes the orientation of the main report (and all subreports).
    Is there any way to get this to work? Or am I going to have to have 2 main reports: 1 for portrait subreports, 1
    for landscape subreports?
    Thanks,
    Carol

    Ido, Don - Thanks. Looks like it might be time to upgrade from CR11...
    Don, can you clarify what you mean by using groups and suppression to reduce the number of subreports in
    the main (or multiple main?) report(s)? I'm aware of grouping for data,
    but it sounds like you might be talking about grouping of subreports? And how would suppressing play
    into this?
    Thanks much,
    Carol

  • How to include look and feel features in the Hyperion Financial Reports

    Hi,
    Can anybody suggest me how I can enhance the look and feel features of Hyperion Financial Reports, any references
    2) Will traffic lighting functionality is present in Hyperion Reports (FR), if not present how can achieve this functionality
    in FR ?
    3) We have user look and feel features like pinboard in the web analyis reports, but are there any certailn features
    in Hyperion Reports ??

    You can use Conditional Formatting to produce stoplights in Report Studio.
    If you know of specific things that you want to see, try reading the manual. I cannot give you details of every type of formatting you may want to see from such a vague post.

  • HOw to include remote and home beans in to the classpath

    Hi friends,
    I developed stateless session bean is Wsad, and want to compile and run the program from MS-Dos prompt and test it. If I need to add javax.ejb, beans home and remote classes in the classpath, how can I set them in the classpath. Please help me.
    Thanks,
    Bhargavi

    I developed stateless session bean is Wsad, and want
    to compile and run the program from MS-Dos prompt and
    test it. If I need to add javax.ejb, beans home and
    remote classes in the classpath, how can I set them
    in the classpath. Please help me.Add the j2ee.jar in WSAD in the classpath. Here's a tutorial on how to set classpath... http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html

  • How to include username and passowrd in the wsdl file?

    Hi...
        I have done soap to file sceanrio. In that i have generated wsdl file and consumed it through the infopath. While executing through the microsoft infopath, it is asking for the userid and password. Can i include the id and password in the wsdl file itself which i will generate in ID? If yes/, please tell me the procedure to do it.

    As Amir suggested, you may provide in the URL but I wouldn't suggest it though. You don't want to hard code the user ID and password within in the WSDL because it is a bad practice especially the user ID and password may be different in different systems and every time you change the password, you have to regenarate your WSDL.
    May be you thought through this but just in case if you didn't
    KK

  • How to include artworks and artist name onto download playlists to a usb key

    Hi!
    I used the "COPY/PASTE" function of WINDOWS to copy ITUNES PLAYLISTs onto a USB key to be used in my car.  All the songs play well and the display shows the titles.  However, the display does not show the ARTWORKS and artist name.
    Is there a way to display this information with the new version of ITUNES.  With my older version,  I used to see all this info.
    Thank-You,
                     Michel

    Are these WAV files?
    WAV does not use ID3 tags to store info.

  • How to include "pages" and "documents" as different tabs in most popular item webpart from site collection ?

    Hello,
    I require to customize the most popular item web part that should show the "pages" and "documents" from entire site collection in different tabs in the same web part.
    can anyone suggest me the approach on the same ?
    Thanks and Regards,
    Dipti Chhatrapati

    Hi,
    It would not be an easy job to customize an existing web part which with its own design.
    As a suggestion, it would be more appropriate to create a custom new web part with the help of Search API in your scenario, there, we can create custom style more
    freely than customizing on an existing web part.
    About Search API in SharePoint 2013:
    https://msdn.microsoft.com/en-us/library/office/dn423226.aspx
    Some jQuery Tabs plugins would be helpful to you:
    http://www.sitepoint.com/10-beneficial-jquery-tab-plugins/
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Problem printing from Adobe Reader .pdf with Brother printer from a Mac

    I have a macbook pro with Intel Core i7 and OS X Yosemite and Brother MFC-7360N printer connected by wifi. My problem is that I can print everything from all programs except from the Adobe Reader .pdf that do I print from my Preview files .. The erro

  • I just purchased an album from itunes on my pc. how do I get the purchase to put in on my Ipad?

    how do I get my itunes purchases put on all my apple products. just bought an album from my pc and want to have it on my ipad.

  • How to get the highest point of the taskbar

    I would like to show a JWindow just above taskbar. How can I get the highest point of the taskbar? Is there a way like System.getProperty("os.taskbarHeight") ? In MS windows the taskbar has standard height but in KDE the taskbar has variable height (

  • PDF417 and Unicode

    Hello all, I am trying to stuff some data into a PDF417 barcode field, for one of the forms I will need to put Unicode characters; however I found that the capacity of the barcode field is reduced drastically when storing unicode characters, I did so

  • SAPGOF CodePage 8000 for Japanese to Unicode

    I am now using SAPGOF device type to print my SmartForms which contains Text with Japanese characters (using Included TexT). The printing output from SAP produced the following data for the Japanese characters: J8A94J8EAEJ89EFJ8ED0J8354J8367^J815B I