Possible to report between CO1 CO2 CO3 ?

I have custom objects set up like so:
CO1 = Event
CO2 = Project
CO3 = Programme
The relationship is like this:
Programme(CO3) m:m Project(CO2) m:m Event (CO1)
I just want to display a report that shows a list of programmes in the first column, 2nd column shows a list of all projects related to the programmes, and 3rd column a list of all events related to the project.
Is this possible at all? I've been trying various designs in reports and I can't get it to work.
It works fine if I'm just reporting CO3 <> CO2 or CO2 <> CO1, but not if I try to get all 3 together.

"Combine Similar Analysis" combines the rows, not the columns of the report, so it's not useful in this case.
I've pretty much come to the conclusion that it can't be done due to the way the reports join objects, e.g. every object MUST be directly AND primarily linked to the active subject area dimension.

Similar Messages

  • Is it possible to create group above report between to different data model

    Hi,
    I am having one problem.. I am working on Bi publisher 10...
    I have to create 2 different data models.. which i have done successfully.... its showing xml data perfectly.. but my problem is i want my 2nd data model to be dependent of 1st model...
    when i am designing my template ... i am not able to create a group by report..
    i want my report like this ...
    ------------------------------------------------------------ (fetching data from first data model)
    abc xyz pqrs
    --------------------------------now their it must show the data from second data model... dependent on first model...
    simply i want to know is it possible to create group above report between to different data models..

    Thanks for your response..
    I already tried this.. But its not working ..
    i want parent information from data model 1
    then all detail information related to parent template ...from data model 2..
    but its not working.. its giving me all parent informations first then all details informations..

  • Comparision Report between instances

    Pls help on how to generate comparision report between instances. We are on 11.5.10 and i have observed that comparision report takes input which is the extract from the same instance. In 11.5.10, is it possible to compare setup data of source and target instances.
    Thanks,
    Shilpa

    Hi Shilpa,
    No, not at all. It does not matter where the extract had come from. Primary/Secondary Data Source LOV would show all the extracts irrespective of the instance.
    I hope that you question is all about when you do not have mapping between source and target instances, how do I compare setups? Yes, it is possible.
    Download the Extract from target instance and upload it to source instance. Now, you can find the extract in the Primary/Secondary Data Source LOV.

  • Sharing report between two business areas?

    Hi,
    We have two business areas : Sales and Sales with Gross Profits.
    Sales with Gross Profits has some columns that Sales business area doesn't have.
    Is it possible to share a report between those two business areas if the columns used in the report are the same, without any possible issue?
    Thanks

    Hi,
    Is it possible to share a report between those two business areas if the columns used in the report are the same, without any possible issue?No, a workbook using items from one or more folders. The folders used by the workbook cannot be easily changed. You could of course have the folders used by the workbook in both business areas, but then you would have 2 versions of the folder in the business area, one with the extra columns and one without.
    Rod West

  • How can i get report between two dates?

    Hi
    how can i get report between two dates?
    for example i want get reports between 20/4/2002 & 27/4/2002.
    my table has date column and i can get first date( exam : .... where date:=a and/or ....i don't know this part)
    thanks alot.
    Regards
    The Oracle Reports Team
    http://otn.oracle.com/

    where exam_date between :from_date and :to_date
    from_date and to_date are user_parameter

  • Running awr report between start of load testing and end of load testing

    Hi,
    How i can get awr report between 2 intervals(snap before the load testing and snap after the load testing)
    supoose load testing will happening for 1 hours and 30 minute and i need to get awr report how i can get this since i know interval between snapshots 60 minutes by default .
    is it accomplished by manually inputs appreciated.
    Thanks
    Prakash

    You change the interval to the increment you wish.
    http://www.morganslibrary.org/reference/dbms_wrkld_repos.html
    DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS.

  • Transport KE30 reports between operation concerns

    Dear all,
    I have a problem with the transport of some profitability reports between 2 operation concerns. The reports are confirmed and approved in the first oc, but there's still a dummy copy of these in the second oc.
    So here's my process...
    I set at first my oc in KEBC. Then I select in KE30 the reports for transport. I chose report definition, report form, key figure scheme and transport all languages. 2 transport requests appeared (customizing and workbench) and they have objects inside (SE01). After that I went to KECP for copy specific objects.
    Here's now my problem that I can insert only one transport request. I tried both in separated steps but it didn't work. Also I created a "transport of copies request" in SE01, included the objects of both requets. Also the import from the first to the second oc didn't work.
    Can you please give some inputs?
    Thanks!
    Kind Regards,
    Rafael

    hello,
    did you check
    1. Verified that the tnsnames.ora contains a single line entry for the Reports server.
    2. Verified that the port is used only once.
    3. Verified that the default domain in the sqlnet.ora matches the Reports server entry (.world).
    4. Deinstalled and reinstalled the Reports server service.
    5. Verified that the Reports server account has a default printer assigned and is set up as a "Use this account" account.
    regards,
    the oracle reports team

  • Do it exist a FM to check possibility of convertion between different type?

    Hi all,
       We have usually met the problem of DUMP when moving or writing a data type of a variable to an other variable which haven't the same data type as data type of moved variable.
       For example:
           - var01 type char10 with content "char_test".
           - var02 type QUAN.
           - MOVE var01 TO var02 => DUMP (because program can't convert "char_test" into QUAN type).
           (we can use instruction WRITE var01 TO var02 to avoid a DUMP, but after, when we use this var02 to compute => DUMP also occurs).
    So could you please tell me if it exist a Function Module in ABAP to check the possibility of conversion between different data type?
    Thanks a lot in advance,
    Vinh Vo

    Dear Vinh,
    Field symbol should solve your problem. In case that does not work, then as per your requirement you can check for conversion using a try-catch block. The code below should give you an idea.
    DATA: var01 TYPE char10 VALUE 'char_test',       " CHAR or any other type
               var02 TYPE quan1.                                   "Field of type QUAN
    TRY.
        MOVE var01 TO var02.
      CATCH cx_sy_conversion_no_number.
        WRITE 'Steps in case conversion is not possible'.
    ENDTRY.
    WRITE / var02.
    The above code will not dump in case of conversions to QUAN. In case a conversion to any other format is required, there will be a similar errors. Please let me know if you need any further help.
    Regards,
    Nimish

  • Add navigation call to another report BETWEEN existing calls in Answers

    Hi,
    Would anyone know how to add a navigation call to another report BETWEEN existing
    navigation calls ? At the moment I can only add them to the END of all the other navigation
    calls.
    Many thanks,
    - Jenny

    You can write all that data out to text file yes. The problem is that writing out to files is done using the Doc Template step and the template has to be of a known configuration. So you could write one line of data or XML out to a file and then the next call would have to be a file with a different name. That is fine if you have a parser application somewhere picking up each file as it comes out.
    If you are looking for a batch job over night thing, then I would suggest a custom historical report run on the Schedule that outputs to a data or csv type file.
    Other than that, there is not much you can do without getting into crazy custom Java in the code.

  • Definition of the best approach on how to do reporting between BPC and BW

    Hi,
    I need your opinion in the definition of the best approach on how to do reporting between BPC and BW.
    For example if we want to do reporting using BW on Actuals Vs Budget how should we manage this since technically BPC Model and BW InfoCube is different?
    BPC Models have the Budget and BW has the actuals, but the InfoObject that is used for Account is different. What is the best approach to do the reporting?
    Thanks in advance,
    JA

    Hi Gersh
    I already thought in that option, but the problem is the Yellow requests in the Infocube that are not used by VP.
    In the past I used Report RSAPO_CLOSE_TRANS_REQUEST_ALL3 in the virtual function module to close the requests, but now I didn't want to use VP based on function module.
    Is there any option to use data in Yellow requests in VP based on DTP?
    Best regards,
    JA

  • Is it possible to switch between two BOM usages in the order?

    Hello Experts,
    We have created two maintenance BOM's say Structural BOM - Usage Plant maintenance & Spares BOM - Usage Spares for a technical object.When I am creating an order,in the components list I can only list the BOM with Usage plant maintenance.Is it possible to switch between the usages?I need both the usages for selecting materials in the components tab.
    Thanks,
    Ashraf

    We are on ECC 6.0
    Regards,
    ashraf

  • Display the report between two dates

    Hi,
    I'm new to this application.i have created two date fields item.i want to display the report between two date fields.please help me.how to do?.
    By,
    Prem.

    Prem,
    See this example:
    http://htmldb.oracle.com/pls/otn/f?p=31517:99
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Compare service level reports between differnce systems

    hallo,
    I´m wondering if there are a' useful way to compare a bulk of service level reports between other sap systems in one view without having it exported.
    so let see  you have service level report system A > and you want to compare with sap system B without to export the files and to compare it manually.
    looking forward and thanks in advanced ...

    hi,
    Yes,  go to tcode SCOT ---> double click on SMTP (it should be green)  under Supported address types  -- click on internet set button.
    There you can see the output formats. Choose the appropriate SAP documents  and select your desired output format.
    Hope this helps you
    regards
    Naveen

  • Is in PI7.1 possible asynchronous communication between SOAP and ABAPProxy?

    Hi,
    when method execute_asynchronous has disapeared since XI/PI 7.1, is
    there still way how to use ABAP proxy in asynchronous way?
    We need to build asynchronous connection SOAP->PI->ABAP_Proxy.
    In PI, both interfaces are defined as asynchronous (outbound for SOAP and
    inbound for ABAP Proxy).
    Despite of this fact, when message is sent, it is processed
    synchronous way.
    I have set breakpoint in my implementation of method for ABAP Proxy
    message processing. When message is sent and breakpoint is reached,
    whole connection stays open (between SOAP and PI and between PI and
    ABAP Proxy) and waits for processing method (the breakpointed one) to
    return. Only when processing method returns, is connection finelly
    closed.
    If i understand it correctly, this is synchronous behavior. In
    asynchronous behavior, as i understand it, should be connection
    between PI and ABAP Proxy of application server closed immediately
    after message has been delivered. This mean before my processing
    method is even called.
    The same could be said about SOAP and PI communication. Connection
    should be closed immediately after PI has received message. From
    definition of asynchronous communication of PI is obvious, that PI
    should receive message correctly and close connection to sender system
    even when receiver is unreachable. It should deliver message later
    when, receiver system is back on line. So why it keeps connection to
    sender system open while it waits for receiver?
    Why is this happening, when both interfaces are defined as
    asynchronous? Could be the reason for this, if APPLICATION
    ACKNOWLEDGEMENT is set on by default? If so, how can i change it
    to SYSTEM ACKNOWLEDGEMENT, or disable it at all?
    Or is this kind of asynchronous communication even possible since
    XI/PI 7.1 ?
    Processing of message we are sending can take some time, so we dont
    want connection pending open while waiting for finish of
    processing. Thats the reason why we have chose asynchronous model to
    use.

    Quote from How to Use the J2EE SOAP Adapter:
    "If you select Best Effort, the Web service client will receive a response
    message in the SOAP body. Otherwise, the Web service client will not receive a
    response message if no error occurs."
    "if no error occurs" - that is the problem. In either case he still
    waits if some error occure or not. I dont want it. Once PI has
    received message, I want the connection with sender to be closed. If
    there will be error in communication between PI and reciever, I want
    to see it only in PI log. That mean no notification to sender to be
    send about that error.
    Is that possible?

  • Extract data on report between last 30 days from current date.

    Hi Experts,
    Ealrier i had provided user promt to select the date range, now i need to schedule the report for this i have to set the date between last 30 days from current date.
    How can i add this in formaula on record selection.
    before:
    {pm_process.pm_creation_date} in {@Start Date to UTC} to {@End Date to UTC}
    I tried:
    {pm_process.pm_creation_date} in CurrentDate() - 30 to CurrentDate()
    But this is diplaying me only data of 30th date from current date.
    Please advice.

    Hi Brian,
    Thank you!
    1. I have not created any function for {pm_process.pm_creation_date} in [CurrentDate() - 30 to CurrentDate()] i am just adding this on Record Selection and its not helping.
    2. {pm_process.pm_creation_date} in Last30Days; this is throwing below error.
    please advice what to be done?

Maybe you are looking for