PR PO Reoprt

Hi,
I want a report in which
1. PR
2. PO to that PR
3. PO Qty
4. Received Qty
if Infoset Query is used. Then tell Me table should be used for PO - PR Relationship
REgards,
Pardeep Malik

For PR-PO relation and for all requirement mentioned by you, you can use table EKET or EBAN.
Regards
Bhavesh Mistry

Similar Messages

  • Error when trying to generate a report using BEX Quesry in Crystal Reoprts

    HI Experts,
    As per the SAP NOTE we did  FP 2.6 Unicode Transports and then SP3 transports. Transports are imported with min Errors.
    Now *when am trying to generate a report using BEX Quesry in Crystal Reoprts* am getting error
    "Database Connector Error: BAPI Error #:0
    Error occurred when starting the parser:   timeout during allocate /CPIC-CALL: 'ThSAPCMRCV' "
    *When trying to Generate using OLAP CUBE Report Wizard. AM getting Error*
    " READING OLAP META DATA FAILED."
    Thanks,
    Bharath

    This is not really the correct forum to be posting Reports issues. However, if I were to guess, your issue is likely related to the known issues related to installing FMw11R1 on machines which had IPv6 enabled. In most cases, disabling IPv6 would correct the problem, however some issues were not resolved even after disabling IPv6 post-install. I would recommend patching to WLS 10.3.6 and FMw 11.1.1.6 as these versions include fixes for all of those issues as far as I recall.
    Consider referring to this MyOracleSupport document if you have access:
    Steps to Maintain Oracle Fusion Middleware 11g Release 1 (11.1.1) (Doc ID 1073776.1)

  • What is the use of control breaks in reoprts?how can we use them in report?

    hello all
    what is the use of control breaks in reoprts? and how can we use them in reports?

    hi,
    check this sample program using control break statements.
    *& Report  Y777_CBSTABLE
    REPORT  Y777_CBSTABLE1.
    TYPES:
    BEGIN OF S_MARKS,
         ROLLNO    TYPE I,
         SCODE(3)  TYPE C,
        ROLLNO    TYPE I,
         SNAME(10) TYPE C,
         MARKS     TYPE I,
    END OF S_MARKS.
    DATA : C TYPE I,
           D(3) TYPE C,
           TOT TYPE I,
           STU TYPE I,
           MARKS TYPE STANDARD TABLE OF S_MARKS,
           WA_MARKS TYPE S_MARKS.
    WA_MARKS-ROLLNO = 1.
    WA_MARKS-SCODE  = 'MAT'.
    WA_MARKS-SNAME  = 'MATHS'.
    WA_MARKS-MARKS  = 65.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    WA_MARKS-ROLLNO = 1.
    WA_MARKS-SCODE  = 'SCI'.
    WA_MARKS-SNAME  = 'SCIENCE'.
    WA_MARKS-MARKS  = 85.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    WA_MARKS-ROLLNO = 1.
    WA_MARKS-SCODE  = 'COM'.
    WA_MARKS-SNAME  = 'COMPUTER'.
    WA_MARKS-MARKS  = 90.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    WA_MARKS-ROLLNO = 2.
    WA_MARKS-SCODE  = 'MAT'.
    WA_MARKS-SNAME  = 'MATHS'.
    WA_MARKS-MARKS  = 55.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    WA_MARKS-ROLLNO = 2.
    WA_MARKS-SCODE  = 'SCI'.
    WA_MARKS-SNAME  = 'SCIENCE'.
    WA_MARKS-MARKS  = 75.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    WA_MARKS-ROLLNO = 2.
    WA_MARKS-SCODE  = 'COM'.
    WA_MARKS-SNAME  = 'COMPUTER'.
    WA_MARKS-MARKS  = 80.
    APPEND WA_MARKS TO MARKS.
    CLEAR WA_MARKS.
    RETRIVAL ************************************
    SORT MARKS BY SCODE .
    LOOP AT MARKS INTO WA_MARKS.
        AT FIRST .
           ULINE.
           FORMAT COLOR 6 ON.
           WRITE:/ 'SUBJECT CODE', 65 ' ' .
           FORMAT RESET.
           FORMAT COLOR 6 ON INTENSIFIED OFF.
           WRITE:/20 'ROLL NO',
                  40 'SUBJECT NAME',
                  55 'MARKS',
                  65 ' '.
           FORMAT RESET.
           ULINE.
        ENDAT.
        ON CHANGE OF WA_MARKS-SCODE.
           IF SY-TABIX NE 1.
               NEW-LINE.
               ULINE 40(25).
               FORMAT COLOR 5 ON INVERSE ON INTENSIFIED ON.
               TOT = TOT / STU.
               WRITE:/40 'AVERAGE MARKS =', TOT.
               FORMAT RESET.
               CLEAR TOT.
               CLEAR STU.
           ENDIF.
          FORMAT COLOR 6 ON INTENSIFIED ON.
          WRITE:/ WA_MARKS-SCODE.
          FORMAT RESET.
        ENDON.
        FORMAT COLOR 6 ON INTENSIFIED OFF.
        WRITE:/20 WA_MARKS-ROLLNO,
               40 WA_MARKS-SNAME,
               55 WA_MARKS-MARKS,
               65 ' '.
        FORMAT RESET.
        STU = STU + 1.
        TOT = TOT + WA_MARKS-MARKS.
        C = STU.
        AT LAST.
               NEW-LINE.
               ULINE 40(25).
               FORMAT COLOR 5 ON INVERSE ON INTENSIFIED ON.
               TOT = TOT / STU.
               WRITE:/40 'AVERAGE MARKS =', TOT.
               FORMAT RESET.
               CLEAR TOT.
               CLEAR STU.
             ULINE.
             FORMAT COLOR 6 ON INVERSE ON INTENSIFIED ON.
             WRITE:/ ' TOTAL STUDENTS : ', C.
             FORMAT RESET.
        ENDAT.
    ENDLOOP.
    reward points if hlpful.

  • What is the use of control breaks in reoprts?  and how can we use them?

    hello all
    what is the use of control breaks in reoprts? and how can we use them in reports?

    use F1 on AT in a program.
    You get this
    Control break with extracts
    - AT NEW f.
    - AT END OF f.
    - AT FIRST.
    - AT LAST.
    - AT fg.
    Control break with internal tables
    - AT NEW f.
    - AT END OF f.
    - AT FIRST.
    - AT LAST.
    Each of these have a link to explain in detail what you are asking.

  • Reoprts server itdrep already exists in the network

    Hi
    I have two AIX machines with different hostnames and have application server 10gR2 standalone installed on both the machines.I created a new report server with the name "ITDREP" on both the machines(same name on both the machines).
    Now when i try starting the report server on machine1 it starts but after this if i try to start the reports server on machine2 it fails with the error "Reoprts server itdrep already exists in the network".
    If I want to have a reoprt server with the same name on two machines what do i need to do??
    Regards
    Ankit

    Hi
    Thanks for the suggestion.
    Can u please explan it briefly like how i need to do changes in the file rwnetwork.conf.It means the port that i should use.
    My rwnetwork.conf file looks like this:
    Machine1:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:/oracle10gAS/product/OAS/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    <!--namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/-->
    </discoveryService>
    Machine2:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE discoveryService SYSTEM "file:/oracle10gAS/product/OAS/reports/dtd/rwnetworkconf.dtd">
    <discoveryService>
    <multicast channel="228.5.6.7" port="14021" timeout="1000" retry="3"/>
    <!--namingService name="Cos" host="%NAMING_HOST%" port="%NAMING_PORT%"/-->
    </discoveryService>
    Thanks & Regards
    Ankit

  • RMAN REOPRT NEED BACKUP

    i do not really understand the 'INCREMENTAL' option of "RMAN REOPRT NEED BACKUP" command.
    like the one below:
    RMAN> REPORT NEED BACKUP INCREMENTAL 3 DATABASE;
    Whats the significance of the word 'INCREMENTAL' .
    I need help please.
    thank you

    Yes, of course.
    An incremental backup is a partial backup. It doesn't contain the entire database, just those bits of the database which have changed since the last appropriate backup.
    That's why you can't just restore an incremental backup and open your database: the backup you've just restored only has some of the database blocks in it.
    Imagine Monday's backup happens to capture blocks 5, 10, 15, 20, 25... and so on.
    Tuesday's backup captures blocks 2, 4, 6, 8, 10, 12.. and so on
    Wednesdays captures blocks 1, 3, 7, 9, 11 and so on.
    On Thursday, you lose File 1. To restore it, you need blocks 1, 2, 3, 4, 5, 6 and 7. Getting all those blocks means loading Monday's tape and restoring block 5; loading Tuesday's tape and restoring blocks 2, 4 and 6; and finally loading Wednesday's tape and restoring blocks 1, 3 and 7.
    You get everything back, but it takes you three goes and lots of tape loading.
    Alternatively, On Thursday morning I could do a new complete backup (that therefore includes blocks 1, 2, 3, 4, 5, 6, 7, 8, 9... and so on). When I lose File 1 on Thursday afternoon, I simply have to restore blocks 1, 2, 3, 4, 5, 6 and 7 from the one Thursday morning tape.
    The command you first asked about understands that the incremental restore process is a slow way of doing things and is suggesting to you that anything listed could do with a nice, new complete backup so that you would be able to restore from that new backup rather than the three old ones.

  • Regarding Reoprts working in Mozilla ?

    I created some reports using Siebel BI tool ( with prompts and dashboards too ) and its working fine in IE and shoing the correct data and results too but this thing is not happening when i open the access the reoprts in dashboard using Mozilla browser ...because it some times shows correct result and sometimes doesn't show any result ...Did anybody ever experience this before with mozilla??

    Is AdBlock off same as block pop up disabled? as i am not able to see anything like AdBlock off in mozilla.....Also if this feature is on does it happen that some of the columns go in some infinite loop?

  • Reoprt for Total Plan Revenue & Cost vs Total Actual Revenues & Cost

    Hello Gurus,
    Business has requested to extract overall plan VS actual values and total plan revenue & cost VS total actual revenue & Cost for all open sales orders  Is there any report to fulfill this requirement. If yes please let me know how to get data from SAP.
    Appreciate your help!!
    Regards,
    Prakash.

    Stil there is no reply yet.

  • What are the fileds and table names for salesorder reoprt

    hi,
        how to find tables and fields for the sales order report / any report?

    Hi,
    Check the following standard reports in SD,
    Sales summary - VC/2
    Display Customer Hierarchy - VDH2
    Display Condition record report - V/I6
    Pricing Report - V/LD
    Create Net Price List - V_NL
    List customer material info - VD59
    List of sales order - VA05
    List of Billing documents - VF05
    Inquiries list - VA15
    Quotation List - VA25
    Incomplete Sales orders - V.02
    Backorders - V.15
    Outbound Delivery Monitor - VL06o
    Incomplete delivery - V_UC
    Customer Returns-Analysis - MC+A
    Customer Analysis- Sales - MC+E
    Customer Analysis- Cr. Memo - MC+I
    Deliveries-Due list - VL04
    Billing due list - VF04
    Incomplete Billing documents - MCV9
    Customer Analysis-Basic List - MCTA
    Material Analysis(SIS) - MCTC
    Sales org analysis - MCTE
    Sales org analysis-Invoiced sales - MC+2
    Material Analysis-Incoming orders - MC(E
    General- List of Outbound deliveries - VL06f
    Material Returns-Analysis - MC+M
    Material Analysis- Invoiced Sales - MC+Q
    Variant configuration Analysis - MC(B
    Sales org analysis-Incoming orders - MC(I
    Sales org analysis-Returns - MC+Y
    Sales office Analysis- Invoiced Sales - MC-E
    Sales office Analysis- Returns - MC-A
    Shipping point Analysis - MC(U
    Shipping point Analysis-Returns - MC-O
    Blocked orders - V.14
    Order Within time period - SD01
    Duplicate Sales orders in period - SDD1
    Display Delivery Changes - VL22
    <b>Reward if helpful.</b>

  • How to export multiple copies reoprts based on parameters and with pre-defined naming

    Hi All:
    I have a problem of using SSRS 2012, we have multiple clients and they wanted us to deliver the pre-defined excel reports to different branches based on selecting the "branch name" parameter, also they have a naming rule for the excel
    report file.
    We cannot use the subscription as they need to do it in one batch and upload to an FTP file, therefore we are doing this manually for over 300 reports. Is this a convenient way to generate them in one batch as well as customising their file names?
    Thanks a lot for your help.
    Cheers
    Johnny

    Hi JohnnyKahWang,
    As per my understanding, there are multiple clients, you want to deliver reports to clients according to branch name parameter, and naming the excel file according to the rule. If that is the case, we can use data-driven subscription to achieve your goal.
    Reporting Services provides data-driven subscriptions so that you can customize the distribution of a report based on dynamic subscriber data. Data-driven subscriptions use query results to determine the recipients of the subscription, delivery settings,
    and report parameter values. At run time, the report server runs a query to get values used for subscription settings. We can use the Create Data-driven Subscription pages to define the query and assign query values to subscription settings. For detail information,
    please refer to the following steps:
      1. Open Report Manager, and locate the report for which you want to create a data-driven subscription.
      2. Hover over the report, and click the drop-down arrow.
      3. In the drop-down menu, click Manage. This opens the General properties page for the report.
      4. Select the Subscriptions tab, and then click New Data-driven Subscription.
      5. Choose a method of delivery, then select data source for the subscription.
      6. Specify a query that retrieves subscriber data like below:
    CREATE TABLE Name (
    BranchName varchar(20),
    ExcelFileName varchar(20),
    Email_to varchar(50)
    INSERT INTO Name values
    ('Branch1', 'Name1', '[email protected]'),
    ('Branch2', 'Name2', '[email protected]'),
    ('Branch3','Name3', '[email protected]');
      IF we chose Windows File Share delivery extension, we can define path in the query.
      7. Specify delivery extension options like below:
      8. Specify report parameters to BranchName.
      9. Specify when the subscription is processed, then click Finish to save the configuration.
    For more information about Data-driven Subscription, please refer to the following documents:
    http://msbimentalist.wordpress.com/2013/08/26/how-to-create-data-driven-subscription-in-ssrs/
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Query on Reoprts-pl/sql function body returning sql query

    Hi,
    I am facing a starnge problem.. and would like to know the reason for it.
    The situation is as follows:
    I have a report (pl/sql function body returning sql query based). My query is as follows:
    declare
    l_query1 varchar2(2000);
    begin
    if (:P102_min_value is not null and :P102_max_value is null) then
    l_query1 := 'select decode(:P102_date,'1',date1) Transaction_Date, decode(:P102_first_name,'2',first_name) First_Name from (
    select * from MORTGAGE_LOAN_LEADS where APPRX_LOAN_AMOUNT >=:P102_min_value
    return (l_query1);
    end if;
    end;
    This returns the error as :
    1 error has occurred
    Function returning SQL query: Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the generic columns checkbox below the region source to proceed without parsing.
    (ORA-06550: line 7, column 20: PLS-00103: Encountered the symbol "1" when expecting one of the following: * & = - + ; < / > at in is mod remainder not rem <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_)
    How do i correct this? am i right in thinking that the single quotes indicating a string within a select query is creating the problem? Beacuse if i use an sql query report and use the following query, it is working fine...
    select
    decode(:P102_date,'1',date1) Transaction_Date,
    decode(:P102_first_name,'2',first_name) First_Name
    from (
    select * from MORTGAGE_LOAN_LEADS where APPRX_LOAN_AMOUNT >=:P102_min_value
    But i need to write pl/sql function, so that multiple report can be returned based on different conditions. Please guide me.
    Thanks,
    Sumana

    Does that mean that both in if and else we need to have same columns selected?
    if thats the case.. any idea how i can implement it in my code. The situation here is that the columns that need to be selected are dynamic and keep on changing...
    if i try to implement like this and run the page, it gives the following error:
    Query is:
    declare
    l_query1 varchar2(4000);
    begin
    if apex_application.get_current_flow_sgid(:APP_ID) = apex_application.get_sgid then
    if (:P102_min_value is not null and :P102_max_value is null) then
    l_query1 := 'select decode(' || :P102_date|| ',''1'',date1) Transaction_Date, decode(' || :P102_first_name || ',''2'',first_name) First_Name from (
    select * from MORTGAGE_LOAN_LEADS where APPRX_LOAN_AMOUNT >=' || :P102_min_value ||'
    elsif (:P102_min_value is null and :P102_max_value is not null) then
    l_query1 := 'select decode(' || :P102_date|| ',''1'',date1) Transaction_Date, decode(' || :P102_first_name || ',''2'',first_name) First_Name from (
    select * from MORTGAGE_LOAN_LEADS where APPRX_LOAN_AMOUNT >=' || :P102_max_value ||'
    else
    l_query1 := 'select date1,first_name from MORTGAGE_LOAN_LEADS where rownum = 1';
    end if;
    else
    l_query1 := 'select date1,first_name from MORTGAGE_LOAN_LEADS where rownum = 1';
    end if;
    return l_query1;
    --dbms_output.put_line( l_query1);
    end;
    The Error is:
    failed to parse SQL query:
    ORA-00936: missing expression
    If i try to run the same in command prompt, it always goes to the else part... (else of outer if)

  • Strange case! Report ran report runtime gave different result from reoprt builder

    Hi all,
    I have a report which was developed with developer/2000 R1.6. I used it for generating monthly report to user for more than a year.
    Recently, I converted it to R2.1 and used it. However, strange thing happened, It gave correct result in report builder, but when I generated the rep file, and ran it in runtime, it gave wrong result. The report figures were wrong, and it had more pages than the correct one.
    I also converted others reports, but they are ok, only this one that I cannot run it runtime because of this.
    I don't think anyone would have experienced the same case before, so I think that I am helpless. I just want to my strange experience to you all.
    Vanessa

    I suspect you have a stronger path somewhere else to the wrong report. Check your registry and search all your accesible drives for filenames that are called the same name.

  • Reoprt execution time out for particular Plant

    Hi GURUS,
    I am having ECC6.0 with MSSQL2005 combination here. One of my Sales register report executes fine with local plants but for plant which is about 2000 Km from here it gets timed out when executed. So i ran that report in background. It successfully got executed but when i click on spool button to get the report then it shows me only first 10 Pages and when i try to change it say 30 Pages then popup appears as "Displaying 30 pages may cause memory Overflow". Now what is the solution on this issue as there are 548 Pages in this report. Please help. Kindly suggest if any particular Printing format is needed for the same. End users use to download this data in excel sheet just to view the details. It is working fine for local plants. Is there any network or Database issue??
    Regards,
    Vaibhav gore

    Vaibhav,
    The report of which you speak exceeds this time limit when running for this particular plant .  This is common.  Assuming that your company does not wish to increase the interactive time limit, the normal solution is to run the report in background, as you have done.
    The spoolfile warning message that you got was valid, but it is unlikely that the memory problem will actually occur in a normal business environment.  If it does, then it means that the memory (hardware) for your system is grossly undersized for the normal business load.  I suggest you proceed with reading the spoolfile in spite of the warning.  You can make the warning stop occurring by setting your user parameters once.  SP01>display your file.  When the file is displayed, clik on the settings button, make the settings large enough to accommodate the largest report.  Now check the 'Save settings section' to
    'Permanently even betw logons'.  You will always then default to the larger page settings, thus preventing the annoying warning message.
    Getting a spoolfile into Excel can be tricky, but it is not rocket science.  You may have to experiment a bit.
    One way:
    1.  With the report displayed in it's entirety in SP01, clik Spool Request>Forward>Save to Local File
    2.  Select 'unconverted' or 'spreadsheet'.  'Unconverted' saves as a straight text file, 'spreadsheet' saves as a tab delimited file.  Here is the tricky part.  Depending on the type of data in your report, you may be able to save a step by saving as 'spreadsheet' and giving the filename as 'blahblahreport.XLS', using the standard excel suffix.  Depending on the contents of the report, you may get Excel to properly interpret all the cells to your satisfaction.  Sometimes, though, this will not work.  Dates may become numbers, text fields may appear as numbers, etc etc.
    3.  Assuming that you downloaded the report without the filename suffix,   now open Excel, and select File>Open.  select 'All files' for filetype.  Open your file in excel.
    4.  You will usually be presented with a single column of data, with each cell in the column representing a row in the report.  Select the Column and then select Data>Text to columns.  Parse the data to your specifications.  Once completed, save the file as an XLS spreadsheet.
    There are a number of variations on this theme.  Your local Excel spreadsheet expert should be able to assist you.
    Rgds,
    DB49

  • Reoprt to see the invoice as per the status

    HI All,
    What is the standard report / Program that excute when we  display the invoices as per the status?
    Thanks in Advance
    Snehal

    Hi,
    There is one function module BBP_PD_INV_GETLIST which can server your purpose.
    If you pass the status and date , you can get the list of Invoices satisfying the input criteria.
    Hope this is useful.
    Regards,
    Sheetal.

  • Formating Reports ooutput in Reoprt Layout Option 4

    Hi,
    I want to wrap contect of report column and not able to achieve by any method mentioned on this forum in past.
    I am using under Layout and Pagination>Report Template>default look 4
    and version of HTML DB is 2.0
    Please help

    Hi APEXDeveloper,
    Can you write your name in your profile and message please.
    Solution to your problem can be achieved by going thru following steps:
    Click on Report and go to report attributes.
    Now Edit the column whose column width you want to control.
    In Column Formatting section, in CSS Style type "width:100px"
    You can vary the number as you like.
    Regards
    Rana

Maybe you are looking for

  • Should I Install SQL Server 2008 R2 on a VHDX or Pass-through disk

    Hi, I am in going to be setting a virtual server running Windows Server 2008 R2 on my Hyper-V cluster and I will be also adding SQL Server 2008 R2 once the OS is configured. Can you please suggest whether I should setup a VHDX or a pass-through disk?

  • Tax Jurisdiction report: Taxable freight

    Dear All, I have a question for Tax Jurisdiction report: Taxable freight column. What's that for? I saw it in 2007 and 8.8. But i don't know how to make it. I tried to add freight to each line but I got a 0 on Freight 1 Tax (FC). Thanks in advance. R

  • Is a Beta release secure enough for e-commerce ?

    I know beta versions are generally''' not''' recommended as everyday browsers,but now that current Firefox betas are conceptually more like release candidates,are they stable and secure enough to be used for e-commerce (ebay and the likes) just like

  • Resource-env-ref

    Hi,           in a servlet's war.xml I define a resource-env reference. But how do I           specify that in the assiciated weblogic.xml?           web.xml:           <resource-env-ref>                <resource-env-ref-name>jms/EventTopic</resource

  • JAR file isn't found using java -cp

    Hi all! This works: META-INF/MANIFEST.MF: Manifest-Version: 1.0 Class-Path: TSA.JAR Main-Class: p.Start -which makes my jar file executable (as expected) I need to be able to make changes in the classpath though, so I can change TSA.JAR to e.g. TSA2.