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!

Similar Messages

  • Viewing More than one report at a time

    Hi guys, i have an application developed with 6i forms, when i call reports, it shows up fine but users cannot open more than one report at a time. All opened reports are cued up.
    Is there any parameter i can set so that many reports can be viewed at the same time. Am using run_report_object to call reports.
    Thanks
    Jideofor

    Hi Darwin
    Yes best tool is FinalCut Pro and it's MultiCamera function.
    But one can do it in a fairly easy way in FinalCut Express
    • Drop Camera one clip into video track 1
    • Camera two => V-track 2
    • Camera three => V-track 3
    Double click on the clip in track 1.
    Now You see it in Viewer
    Turn on Image + Wireframe (above the picture in viewer window)
    Now shrink it to take up a Quater and move it up to the left hand corner
    Repeat with track 2 and three but move them into a free corner
    Now when You play TimeLine You see all three videos playing in concordance.
    Now You have to move them so that they sync. I use a photo flash during recording
    to get one white frame on all cameras
    Then to the edit.
    Turn on Toggle Clips Overlays [alt+W] - this turns on the transparicy line in each
    videoclip and audio level on those
    I use the transparicy line and the Pen tool to increase transparacy to 100% on the
    part of a clip I want visibly and drag down the other two to 0%
    When I've done this trough out the full TimeLine
    • I go into each Video track and restore size to 100% and that they fill window
    Now playback and see if You are satisfied.
    Still - You now have to figure out on which Audio that works best.
    Good Luck
    BUT in FinalCut Pro this is very much more better and most of all time saving.
    Yours Bengt W

  • How to display mutpliple components of one report in SharePoint webparts?

    Our customer requires flexible report layouts in SharePoint. For example, if we create a PivotTable, a PivotChart and a filter in Excel, then these three elements should be made available as separate webparts so they can be placed anywhere on the SharePoint
    page, e.g. the filter should be placed into an area which only opens on demand. The different webparts that make up the one report should still interact of course.
    Another demand is to export certain parameters, e.g. the name of a dimension, and again make that option available in the form of a webpart, so the end user is able to select from a preset list of dimensions.
    I am unsure if any of this is at all possible, since I have worked with rather "plain" Report Services reports and some Excel Services (w/o PowerView) reports in the past. I am thankful for any hints concerning such customizations, whatever the
    technology may be (must stay in the MS BI world of course). Even implementing custom webparts that somehow communicate with SSAS (using Reports Services web service maybe?) would be an option if everything else fails.

    Hi timvdh,
    As per my understanding, you are creating a PivotTable, a PivotChart and a filter using the same AS cube in three Excel files. You want to select some parameters in the filter, then PivotTable and PivotChart can be updated based on the filter.
    If in this scenario, I suggest you can open the PivotTable Excel file, then add the same filter in the PivotTable, and then create the same PivotChart based on the PivotTable. In this way, the data in PivotTable and PivotChart can be updated based on the
    filter, all components in the same excel file. Then add an Excel Web Access Web Part in a SharePoint page, upload this excel file to the web part.
    Reference:
    Display a workbook in an Excel Web Access Web Part
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Two queries in one report?

    I have Three tables like
    Device_table columns are
    d_id, d_name, date
    Software_table
    sw_id, software, version, serial_no, sw_type, d_id(foreign_key)
    hardware_table
    hw_id, hardware, specification, d_id(foriegn_key)
    now in reports i want to attach both hardware and software, I have made two quires like
    SELECT d.d_name, sw.software, sw.version, sw.sw_type from
    device_table d, software_table sw
    where d.d_id = sw.d_id
    and second query is
    SELECT d.d_name, hw.hardware, hw.specification
    from device_table d, hardware_table hw
    where d.d_id = hw.d_id
    Now my problem is that how can I add both queries in one report so that i can get a list of software and hardware attached to one device.
    Regards
    Maz

    I want to see the report as follow.
    d_name: CPU-1
    date: -----------
    Software installed:
    sw_id, software, version, serial_no, sw_type
    (list of softwares attached, can be more then one)
    Hardware attached:
    hw_id, hardware, specification (same like software list, it will contain hardware list attached to specific device),
    Please if you can help me that how will i make a query for this.
    Thanks and Regards
    Maz

  • Consolidating queries / reports in one report

    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!
    Edited by: saplaz on May 8, 2011 2:51 PM
    Edited by: saplaz on May 9, 2011 1:41 PM
    Edited by: saplaz on May 10, 2011 8:35 AM

  • Multi-language in one report

    Hi,
    I would just like to confirm that it is still not possible to show three languages in one report.
    We have description fields (segments of an account combination) that should have English values for the English language, Hebrew for the Hebrew language, and Russian for the Russian language.  However, sometimes the Users did not translate the segement descriptions and we can have English descriptions for the Hebrew language, Hebrew for the English values, English for the Russian values etc.
    The problem is that in running a report in Hebrew, the report shows, of course, all the descriptions that are in the Hebrew language field.  That is fine if it is English or Hebrew, but if it is Russian then we just get squares.
    If the report is in Russian, then all the Russian and English values are fine, but the Hebrew descriptions are just squares.
    In summary, the values shown will always be in English and whatever language was requested while the third language (Hebrew or Russian) will be squares.  Is there possibly now a way to retrieve whatever value is in the field no matter what language is used?  We have Discoverer 10g (1.2.3), PLUS (10.1.2.55.26)
    Thank you.
    Leah

    may be my poor english make u guys misunderstand my question.
    actually i am talking the first Top row (which is lead column/ descrption column)
    and first Left column in a report painter.
    ====================    <---First top row
    =    <--- first left column
    =
    =
    =
    currently i am using  "change text" to type in description(english) by manual(), and the problem comes out when i login with other lang, say chinese lang for example, the column and row didn't display any text on it(all blank) after different lang login.
    so just wonder is there any way to have a auto translation when different lang login.

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

  • Multiple Data Columns in one report column

    How do I list multiple columns returned from a select vertically within one report column. For instance, I have three statuses for a project that I want to list, I'd like to list the three statuses within one status column. I remember seeing this somewhere but cannot find it now. Example:
    Status Column
    Budget: Green
    Schedule: Red
    Issues: Yellow

    additionally you could use HTML expressions. When editing your report, click on the column you want to use for displaying multiple data columns. This will take you to the report columns attributes page, there you can type in something like the following into the HTML expression field, referencing other report columns using #COLUMN_NAME# substitutions:
    #BUDGET#
    #SCHEDULE#
    #ISSUES#
    this is assuming your column aliases are named BUDGET, SCHEDULE and ISSUES. You can then just hide the columns that you don't want to see because the data is already shown using the HTML expression.
    Regards,
    Marc

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

Maybe you are looking for

  • Voice mail password problem, iPhone 5S

    I have a 5S, use AT&T for voice mail. Every time I finish listening to a voice mail, I get a pop up asking for my password. I enter the password, but after listening to the next voice mail, I get the pop up again. Happens EVERY time. The popup does n

  • IOS 8.0.2 problem with 5-finger multi touch

    I use an iPad 2, and since i updated it to 8.0.2 the multi touch task (like closing an app or switching between apps) doesnt work most of the time. And native keyboard works poorly too. Am i the only one having these issues?

  • Enhance - Convert to Black and White menu Option 'issue'...?

    Just an observation, more like an infuriating 'niggle'... When I use the 'Convert to Black and White' menu option in Photoshop Elements 10, it does a good job, but it still leaves the file in RGB format (Colour)?? I am working for a Publishers, and I

  • Nodemanager in WLS81sp5 calling custom script to start Managed Server.

    Hi, In WLS81sp5 on AIX, I have modified nodemanager.properties file to call a custom script. This custom script is called successfully when I start a managed server from admin console. This custom script is called with 1st argument as "-Xms512m -Xmx5

  • Windows 8.1 Pro Won't activate with valid Volume License Key.

    Upon entering the code and clicking "Activate" in the PC Settings --> Activate Windows app, I get the text "Windows Can't Activate. Try again later." and the error details/code: 0xD0000452 I'm using an HP Zbook 17"