Processing 2 db's in one report

I need to use 2 db's within the same report.
One source is a 6500 record excel spreadsheet containIing  2 columns :-
application name + hostname
The 2nd db is an orable db, and i need hostname and allocated counts from it.
Bascially i'm trying to get the application name/hostname from the excel db, and match it
to the oracle db hostname.
Can i read records from excel db and extract the 2 fields into a 2 dimensional array(6500 elements)
and then process/compare this array while reading the records from  the oracle db?

Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

Similar Messages

  • 2 selection screen in one report.

    hi,
    i need to have 2 selection screen in one report....based on the input of 1st selection screen i need to display another selection screen. The 1st selection screen consist of three radio buttons....selecting one of them should allow me to further input data....
    i tried user command, modif id...but the problem is the 2nd selection screen is also displayed initially and den after clickin d radio button i get only the 2nd selection screen...
    i cannot use module pool programming coz of user requirement.
    could anybody help with the code??

    Hi
    Please this code ..
    SELECTION-SCREEN: BEGIN OF BLOCK c1 WITH FRAME TITLE text-001.
    Upload table
    PARAMETER: p_upload TYPE char01  RADIOBUTTON GROUP rsel
                        DEFAULT 'X'  USER-COMMAND ucomm,
    Edit Tables
               p_edt_tb TYPE  char01 RADIOBUTTON GROUP rsel.
    SELECTION-SCREEN: END OF BLOCK c1.
    Upload table
    SELECTION-SCREEN: BEGIN OF BLOCK c2 WITH FRAME TITLE text-002.
    PARAMETERS: p_tab   TYPE char16     MODIF ID m1,
                p_comp  TYPE char18     MODIF ID m1,
                p_plant TYPE werks_d    MODIF ID m1,
                p_excel TYPE localfile  MODIF ID m1.
    SELECTION-SCREEN: END OF BLOCK c2.
    Edit Table
    SELECTION-SCREEN: BEGIN OF BLOCK c3 WITH FRAME TITLE text-003.
    Replace component
    PARAMETER: p_rp_cmp TYPE char01  RADIOBUTTON GROUP edtb
                          DEFAULT 'X' USER-COMMAND ucomm MODIF ID m2,
    Edit Lines
               p_edt_ln TYPE  char01 RADIOBUTTON GROUP edtb MODIF ID m2.
    SELECTION-SCREEN: END OF BLOCK c3.
    SELECTION-SCREEN: BEGIN OF BLOCK c4 WITH FRAME TITLE text-004.
    Replace component
    PARAMETERS: p_tab_r   TYPE char16 MODIF ID m3,   "Assembly Table Name
                p_comp_r  TYPE char18 MODIF ID m3.   "Upload Table Name
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(31)  FOR FIELD p_fcomp  MODIF ID m3.
    PARAMETER: p_fcomp  TYPE zpart  MODIF ID m3.
    SELECTION-SCREEN COMMENT 62(20) FOR FIELD p_tcomp  MODIF ID m3.
    PARAMETER  p_tcomp  TYPE zpart  MODIF ID m3.
    SELECTION-SCREEN END OF LINE.
    Edit Lines
    PARAMETERS: p_fexcel TYPE localfile  MODIF ID m4,
                p_texcel TYPE localfile  MODIF ID m4.
    SELECTION-SCREEN: END OF BLOCK c4.
    SELECTION-SCREEN: BEGIN OF BLOCK c5 WITH FRAME TITLE text-005.
    validate data
    PARAMETERS: p_valid AS CHECKBOX DEFAULT space
                        USER-COMMAND ucomm MODIF ID m5,
    Background Processing
                p_back  AS CHECKBOX DEFAULT space
                        USER-COMMAND ucomm.
    SELECTION-SCREEN: END OF BLOCK c5.
    AT SELECTION-SCREEN OUTPUT.
    Design selection parameters dynamically
      PERFORM sub_set_file_param.
    FORM sub_set_file_param .
      LOOP AT SCREEN.
    If Upload is check
        IF  NOT  p_upload IS INITIAL.
          IF screen-group1 = 'M2' OR
             screen-group1 = 'M3' OR
             screen-group1 = 'M4'.
            screen-active = 0.
          ENDIF.
        ELSE.
    If Edit Tables is check
          IF screen-group1 = 'M1'.
            screen-active = 0.
          ENDIF.
        ENDIF.
    If Replace Component is check
        IF p_rp_cmp IS NOT INITIAL.
          IF screen-group1 = 'M4' OR
             screen-group1 = 'M5'.
            screen-active = 0.
          ENDIF.
        ELSE.
    If Edit Lines is check
          IF screen-group1 = 'M3'.
            screen-active = 0.
          ENDIF.
        ENDIF.
    Modify the screen
        MODIFY SCREEN.
      ENDLOOP.
    ENDFORM.

  • Print One Report to many printers !!! URGENT

    Hi..
    I want to tell me how can I print a report from Forms to 3 printers?One report but 3 different
    printers.PLS give me full details.
    Note : 1 printer local and others on network.
    thanks Alot

    Hi,
    please read about teh Reports distribution lists (bursting output) and how to use them.
    Thi this a feature in Reports 6i that allows a Reports output to be sent to many destinations the same time.
    Frank

  • Report background engine show only one report at a time

    Hi
    My operating system is Xp
    Developer version is 6I
    database 10g
    i am runing report through form with run_product
    When i run one report its show in background engin Preview i don't want to close this report
    and i run 2nd report then its show waiting in preview i want to run 2 or more reports at a time
    Regards
    Shahzaib ismail

    Shahzaib,
    In Oracle 6i, you can open only 1 report at a time. As far as i know, there is no option to show more than 1 report.
    Regards,
    Manu.

  • How to link Excel tabs so data shows up in one report

    I have a huge excel file with 16 tabs (sheets) of data. Each tab has an excel speadsheet filled. I have the data in Crystal. Each tab shows up as a separate table. I've tried to link each in different ways but can only get one table to show up in the report. I want all the data in one report. If that's possible. It would be very large.

    Graham,
    Thanks for answering,
    Yes I have the tables and can link them (have tried a couple of different ways) One has all the data fields linked between tables and the other way was to run them in series with just one field linked. Either way the Field Explorer on the right side of the screen shows each table and each table lists all the fields. But the problem is that the report only shows data from one table, not all the tables or all the data. The data that it shows is only from the table that I selected the fields from.
    Hope this makes sense. Thanks

  • Unable to pass the values from one report to another using navigation links

    Hi All,
    I am facing a strange issue where I have to pass a column value from one report to other.
    I have kept navigation link in the 1st report and 'is prompted' option in the 2nd report
    Issue was , I'm not getting the filtered result in the 2nd report (all the records are being displayed)
    Can anyone advice where I was going wrong
    Thank you,
    AO

    Hi,
    The column which you have given navigation link and 'is prompted' column should same and exist in both the reports.You have to give the guided navigation in the value interaction of the column in the report1.
    mark if helpful/correct.........
    thanks,
    prasanna

  • How to use AT LINE-SELECTION and AT USER-COMMAND in one report????

    Dear all,
    I have a problem in reports I want to use AT USER-COMMAND.and AT LINE-SELECTION.both in the one report.
    But as soon as I use SET PF-STATUS my AT LINE-SELECTION event stop workingand only AT USER-COMMAND is working.
    How can I use both of them in one report for your reference I am giving my test program below.
    REPORT ZTEST111 .
    SET PF-STATUS '100'.
    DO 10 TIMES.
    WRITE:/ SY-INDEX.
    HIDE SY-INDEX.
    ENDDO.
    START-OF-SELECTION.
    AT LINE-SELECTION.
    MESSAGE I002(SY) WITH SY-INDEX.
    AT USER-COMMAND.
    MESSAGE I002(SY) WITH 'USER COMMAND'.
    END-OF-SELECTION.
    Thanks in advance
    Sachin Gautam

    hi
    Syntax
    AT USER-COMMAND.
    Effect
    This statement defines an event block whose event is triggered by the ABAP runtime environment if, during the display of a screen list, a function with a self-defined function code was chosen.
    Note
    Self-defined function codes are all those that include character combinations, except for the following:
    The function codes PICK and PF## ("##" stands for 01 to 24) do not cause the event AT USER-COMMAND, but the events AT LINE-SELECTION and AT PF##.
    All function codes that start with the character "%" are interpreted as system functions and do not cause the event AT USER-COMMAND. The system functions for lists are listed in the following table 1.
    The function codes in the following table 2, likewise, do not cause the event AT USER-COMMAND, but are handled by the list processor.
    Table 1
    Function code Function
    %CTX Call a context menu
    %EX Exit
    %PC Save to file
    %PRI Print
    %SC Search for ...
    %SC+ Find next
    %SL Search in office
    %ST Save to report tree
    Table 2
    Function code Function
    BACK Back
    P- Scroll to previous page
    P-- Scroll to first page
    P+ Scroll to next page
    P++ Scroll to last page
    PFILE name Store list lines in a text file named abap.lst in standard character representation in the standard directory of the application server. If a name is entered using name, this is converted to lowercase letters and used as the file name.
    PL- Scroll to first line of the page
    PL-n Scroll n lines back
    PL+ Scroll to last line of the page
    PL+n Scroll n lines up
    PNOP No effect
    PP- Scroll back one page
    PP-n Scroll n pages back
    PP+ Scroll one page forward
    PP+n Scroll n pages forwad
    PPn Scroll to beginning of page n
    PRI, PRINT Print
    PS-- Scroll to first column
    PS++ Scroll to last column
    PS- Scroll one column to the left
    PS-n Scroll n columns to the left
    PS+ Scroll one column to the right
    PS+n Scroll n columns to the right
    PSn Scroll to column n
    PZn Scroll to line n
    RW Cancel

  • Discoverer viewer displaying all the reports instead of one report

    Hi Team,
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.
    Can you please help me in this issue..

    Please post the details of the application release, database version and OS.
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.Please review these docs and verify that you have completed all the steps.
    How to Create a Link to a Discoverer Workbook in Apps R12 [ID 471303.1]
    How to Create a Link to a Discoverer Workbook in Apps11i [ID 278095.1]
    Thanks,
    Hussein

  • Can we generate one report tab for each of the prompt values selected in the bobj 4.0 webi report.

    can we generate one report tab which filters
    with each prompt value selected in bobj 4.0 webi report.

    Hi Shrinidhi ,
    It can be achievable with static tabs created for each LOV .But this is not recommended because , object values can change dynamically .
    It is good idea to use section on prompt object in the report .With sections great feature available is in larger report it’s easy to navigate using map. It displays the section tree.You can select the particular LOV to navigate.

  • Combining reports into one report

    Hi,
    Does anyone know how to combine 16 Oracle reports (in PDF format) into one report? I used to use a macro in Word that would combine my reports (in RTF format)but since RTF format is a bug within Oracle reports I can no longer use the macro.
    Thanks you in advance for your assistance.
    ~Vannette

    hello,
    you should be able to combine PDFs using ADOBE ACROBAT.
    regards,
    the oracle reports team

  • How to generate one report in multiple formats with FOP or BIP?

    Hi all,
    Is it possible to generate multiple formats of one report in a single "call" using Apache FOP or BI Publisher? (something similar to reports bursting).
    Right now I can only select one format at a time.
    Thank you,
    Ana-Maria

    Hi Ana-Maria,
    When you enable printing on a report region or add a button to download a report query to your application, then you get a single document download. How would you see this working with "multiple formats"? Given that APEX is a development environment, you can pretty much implement anything you like. The built-in printing capabilities in APEX come with an API that allow for customization of the default functionality, e.g. you can use apex_util.download_print_document to dynamically assign report layouts at rumtime or to use you own XML data sources or XSL-FO style sheets. More relevant to you question though, there's also apex_util.get_print_document. What that allows you to do is to generate report documents inside the database and e.g. store them in database tables or email them out to a list of recipients. You can call this API as often as you like to, requesting any combination of available report formats.
    The API function is documented here:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDDECIA
    Regards,
    Marc

  • How to Use views of one report to other reports

    I have so many reports with same views like static text, header & footer .
    My question is: I have created these views on some reports which are same to all reports as i said. Now i want to use these views from the existed reports without creating once again which takes long time to ensure that size and color everything should be same for all reports for those views.
    Can any body give an idea how to make use the views of one report to other reports...?
    Thanks & Regards
    G. Kishore.

    Hi...
    I have achieved using Headers & Footers in another report through import formatting from another analysis option presents in compound layout view.
    But i unable to get the remaining views like static, Legend....etc. into another reports....
    Can anybody help me in doing this...
    Thanks & Regards
    G. Kishore

  • One report to check status of project/wbs(TECO/REL)+ available budget

    Dear All,
    Please advice. Is there any report (one for all ) which can show Status of project/wbs + available budget of a project. I tried cns43, cn41 and report s_alr. But it shows in different tcode/report. Hopefully there is a standard report that can show these in one report.
    Many thanks in advance.
    Nies

    CN41 shows the Current Budget and not Original Budget.
    If Available Budget in your terms means difference between Current Budget and Actual, you can include a column 'Difference' from menu.
    Select the Column Budget 1st, Menu Edit>Comparison> Choose Actual Cost.
    The output shows the difference and percentage. Problem now is you can't view the status.I can't think of anything standard which exactly gives the ouput columns you are expecting.
    Regards
    Sreenivas

  • One report or three reports?

    Hi guys,
    I have three reports in SAP BW (im using SAP BI 7.0):
    1) Credit Management
    2) Sales
    3) Profit Center
    Each report has it´s own view, data source and infocube.
    So for example the customer number, company code are the same.
    The key figures are the same (like sales or turn over).
    In addition to report 1) the 2) sales report has added characteristics like salesorganisation, the 3) has profit center.
    No I´m wondering if it is possible to make just one report with all characteristics in one query?
    Should I create one DSO with all fields?
    Is it possible to create one DSO which has access to each view and assambles the existing fields in one single DSO?
    Or would it be to much chaos if there are many characteristics?
    Thanks in advance

    I didn´t understand completely and wasn´t able to try to build one single cube (not a multi cube) out of three DSO.
    In my case I have the following situation for example three cubes and each cube has his own DSO with the same structure.
    My goal is to have only one cube with all characteristics in it so that I don´t have to use the reports.
    This is how the cubes exist in current version (three cubes and three DSO).
    ========
    Cube 1:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 2:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    Keyfigures:
    Turn over
    Payments
    Open items
    ========
    Cube 3:
    ========
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    =========================
    Solution scenario for Cube 4:
    =========================
    I thought about this creating a new cube.
    Characteristics:
    0Cal_Month
    0C_CTR_AREA
    0Company_Code
    0Customer
    0Salesorg
    0Distr_Chain
    0Division
    0Profit_CTR
    Keyfigures:
    Turn over
    Payments
    Open items
    ===================
    Than I shoul be able to select within a selection mask for example turn over for a specifi sales division and profit center in the specific month.
    Am I right?
    To achieve that I have to map every single DSO field with the new cube 4.
    That means
    "DSO Sales" 0Customer field with field 0Customer in cube 4,
    "DSO Profit Center" 0Customer field with field 0Customer in cube 4 and
    "DSO Finance" 0Customer field with field 0Customer in cube 4
    and so on.
    Am I right?
    Thank you for answering!

  • One report that will print two reports.

    Post Author: garling
    CA Forum: Crystal Reports
      Normal
      0
      false
      false
      false
      MicrosoftInternetExplorer4
    st1\:*
    /* Style Definitions */
    table.MsoNormalTable
         {mso-style-name:"Table Normal";
         mso-tstyle-rowband-size:0;
         mso-tstyle-colband-size:0;
         mso-style-noshow:yes;
         mso-style-parent:"";
         mso-padding-alt:0in 5.4pt 0in 5.4pt;
         mso-para-margin:0in;
         mso-para-margin-bottom:.0001pt;
         mso-pagination:widow-orphan;
         font-size:10.0pt;
         font-family:"Times New Roman";
         mso-ansi-language:#0400;
         mso-fareast-language:#0400;
         mso-bidi-language:#0400;}
    I need to create a report that has two parts; the first part will contain the details of the transaction, second part will contain a place for the client to sign. I have the report completed but need the first part to print, have printer cut the paper then print the second part of the report. Is there a way to do this within one report?I have Crystal 10

    Post Author: garling
    CA Forum: Crystal Reports
    Sorry above message is not showing correct:  I need to create a report that has two parts; the first part will
    contain the details of the transaction, second part will contain a
    place for the client to sign. I have the report completed but need the
    first part to print, have printer cut the paper then print the second
    part of the report. Is there a way to do this within one report?I have Crystal 10

Maybe you are looking for

  • Unable to install the Novell File Upload extension to upload directories

    Using Firefox 9.0.1 on Windows 7 I'm unable to install the Novell File Upload extension to upload directories. As per the pop-up help page, I've added extensions.install.requireBuiltInCerts in about:config and set it to false but that has made no dif

  • HP 7520 Printer Color Issues

    As this problem appears in more than one application, I can only assume it's something in the Mac OS or HP driver that's causing it. Lately, my photos have been printing too dark from iPhoto, so I played around with a lot of combinations of settings,

  • How can I get a two-line bookmark toolbar?

    I have too many websites I visit daily! I like having them available at a single click on my bookmarks toolbar, but I'm trying to squeeze too many on there. Is there any way to stretch the toolbar vertically so I can get two lines of bookmarks on the

  • Amount ERROR

    Hi ALL, In DataSource, I added DMBTR & WAERS.  (Amount and Currency).In Infosource I added DMBTR, WAERS mapped  to 0VALUE_LC and 0LOC_CURRCY. I populated the Amount - 0VALUE_LC from BSEG-DMBTR, not currency. So 0LOC_CURRCY is empty in cube. But when

  • ESS - NWBC - Benefits Service Missing

    Hi Experts, We are on ECC 6.0, EHP 6. We are using NWBC for ESS/MSS. We have assigned standard SAP roles for ESS. We don't see Benefits Service under Benefits and Payment. We do have assigned required roles for Canada. Any idea, what is missing on th