Expose Data 0f 1 Custom object group them based on another custom object

1. Custom Object 2: Call Report
2. Custom Object 1: Customer
3. Account:
Fields: Account
Account Id
Call Report
Created Date
Row Id
Subject
Owner
Status
Customer
Customer Name
Using Real Time Reporting-> Call Reporting
Hide Display of Distributor Id, prompt on dashboard
Need to group customer name based on call report row id.
Union of 2 reports, we cannot use Account Id as prompt(does not support).
Report output as below
Account id1, created date, object, status, owner, Customer name 1
Customer name 2
Account id2, created date, object, status, owner, Customer name 6
Customer name 7
Account id4, created date, object, status, owner, Customer name 9
Thanks in Advance.

Please add a question to your post. It is not clear what output you are trying to achieve that is not working.
Thanks!

Similar Messages

  • How to execute Custom java data source LOV view object from a common mthd?

    Hi,
    My application contains Custom java data source implemented LOVs. I want to have a util method which gets the view accessor name, find the view accessor and execute it. But i couldn't find any API to get the view accessors by passing the name.
    Can anyone help me iin how best view accessors can be accessed in common but no by creating ViewRowImpl class (By every developer) and by accessing the RowSet getters?
    Thanks in advance.

    I am sorrry, let me tell my requirement clearly.
    My application is not data base driven. Data transaction happens using tuxedo server.
    We have entity driven VOs as well as programmatic VOs. Both are custom java data source implemented. Entity driven VOs will participate in transactions whereas programmatic VOs are used as List view object to show List of values.
    Custom java datasource implementation in BaseService Viewobject Impl class looks like
            private boolean callService = false;
        private List serviceCallInputParams = null;
        public BaseServiceViewObjectImpl()
            super();
         * Overridden for custom java data source support.
        protected void executeQueryForCollection(Object qc, Object[] params, int noUserParams)
            List dataFromService = null;
            if(callService)
                callService = retrieveDataFromService(serviceCallInputParams);
            setUserDataForCollection(qc, dataFromService != null? dataFromService.iterator(): null);   
            super.executeQueryForCollection(qc, params, noUserParams);
         * Overridden for custom java data source support.
        protected boolean hasNextForCollection(Object qc)
            Iterator<BaseDatum> datumItr = (Iterator<BaseDatum>) getUserDataForCollection(qc);
            if (datumItr != null && datumItr.hasNext())
                return true;
            callService = false;
            serviceCallInputParams = null;
            setFetchCompleteForCollection(qc, true);
            return false;
        }Individual screen developer, who want to load data to VO, will do something like the below code in their VO impl class
        public void fetch()
            BaseServiceViewObjectImpl vo = this;
            vo.setCallService(true);
            vo.setServiceCallInputParams(new ArrayList());
            vo.executeQuery();
        }As these custom java data source implemented LOV VOs comes across the screens, i want to have a util method at Base VOImpl class, that gets the view accessor name, finds the LOV VO instance, retrieves data for that. I want to do something like
         * Wrapper method available at Base Service ViewObject impl class
        public void fetchLOVData(String viewAccessorName, List serviewInputParams)
            // find the LOV View object instance
            BaseServiceViewObjectImpl lovViewObject  = (BaseServiceViewObjectImpl) findViewAccessor(viewAccessorName);
            // Get data for LOV view object from service
            lovViewObject.setCallService(true);
            lovViewObject.setServiceCallInputParams(serviewInputParams);
            lovViewObject.executeQuery();
    Question:
    1. Is it achievable?
    1. Is there any API available at View Object Impl class level, that gets the view accessor name and returns the exact LOV view object instance? If not, how can i achieve it?

  • Data Authorization for info-objects

    Dear Experts,
    We have designed a query in costing displaying the plan and actual costs by cost center. Our requirement is that that users shoul be able to see only those cost centers in the query which are relevant to them? How can I acheive this without creating multiple queries?. Is there any authorizatin abject that I can use for this purpose? 
    Regards
    Suneeth

    Hi,
    Pls check the below
    Data Warehousing Workbench u2013 objects/S_RS_ADMWB
    Authorizations for working with individual objects of the Data Warehousing Workbench. In detail, these are: source system, InfoObject, monitor, application component, InfoArea, Data Warehousing Workbench, settings, metadata, InfoPackage, InfoPackage group, Reporting Agent settings, Reporting Agent package, documents (for metadata, master data, hierarchies, transaction data), document store administration, (Customer) Content system administration, broadcast settings.
    Data Warehousing Workbench u2013 InfoObject/S_RS_IOBJ
    Authorizations for working with individual InfoObjects and their subobjects.
    Until Release 3.0A, only general authorization protection was possible using authorization object S_RS_ADMWB. General authorization protection for InfoObjects still works as in the past. Special protection using S_RS_IOBJ is only used if there is no authorization for S_RS_ADMWB-IOBJ.
    Regards,
    Marasa.

  • Error while activating data loaded into DataStore Object in BI 7.0

    Hi Guys,
    I am facing the following problem :
    When I load data into a Datastore Object, all the records get loaded but the job fails during activation of the data.
    Below is the job log :
    Activation is running: Data target 0RPM_DS07, from 77 to 77
    Overlapping check with archived data areas for InfoProvider 0RPM_DS07
    Check not necessary, as no data has been archived for 0RPM_DS07
    Data to be activated successfully checked against archiving objects
    SQL-END: 14.06.2007 12:33:25 00:00:00
    SQL Error: ORA-20000: Insufficient privileges
    Parallel processes (for Activation); 000003
    Timeout for parallel process (for Activation): 000300
    Package size (for Activation): 020000
    Task handling (for Activation): Backgr Process
    Server group (for Activation): No Server Group Configured
    All data fields updated in mode "overwrite"
    Resource error. No batch process available. Process terminated
    Time limit exceeded. No return of the split processes
    Resource error. No batch process available. Process terminated
    Request you to kindly help me resolve this issue.
    I am runnning the infopackage manually. Should I run it by a process chain??
    If I run by process chain, I get the following error in 1st step:
    You do not have authorization for InfoSource 0RPM_ITEM_FIN_PLANNING.
    Awaiting your replies,
    Thanks,
    punkuj...

    Hi,
    I think this problem remains unanswered.
    The issue behind this problem is, during parellel activation the child jobs acknowledge the parent job about status. If the child job takes long time to read data from active data table, then it times out and fails.
    Check the primary index on Active data table and it should be missing in your case. See the se11 index or db02 missing indexes. That is the reason that causes time out. Rebuild the primary index by asking your basis folks and repeat the activation. It should succeed.
    Thanks,
    Sri.

  • How to handle data in a request object

    I want to know the best way to handle data received from sql query to display on a jsp page and for page navigation. If I store data in a request object then the data is lost after displaying first page. When user hits Next link to view more data I need to do another query to database which I want to avoid. I display only 20 rows at a time. So if my query returns 100 rows I display 5 pages. I need to retain data when user hits next to view other pages. What is the best way to handle this?
    - Raj

    By caching your resultset. There are caching custom tags that perform this function. Check out http://www.servletsuite.com/jsp.htm.

  • Display data in a custom container

    Hi All,
    My requirment is to just display data in a custom container.
    I could able to display data in change mode but not display mode.Can you please let me now how can i do that.
    Thanks in Advance
    KV

    Im using cl_gui_custom_container.
    In PBO
    here is my code whihc is fine for Change/Edit mode.
      create control container
        CREATE OBJECT g_editor_container
            EXPORTING
                container_name = 'DISP_CONT'
            EXCEPTIONS
                cntl_error = 1
                cntl_system_error = 2
                create_error = 3
                lifetime_error = 4
                lifetime_dynpro_dynpro_link = 5.
        IF sy-subrc NE 0.
        do nothing
        ENDIF.
      create calls constructor, which initializes, creats and links
       a TextEdit Control
        CREATE OBJECT g_editor
          EXPORTING
             parent = g_editor_container
             wordwrap_mode =  cl_gui_textedit => wordwrap_at_fixed_position
             wordwrap_to_linebreak_mode = cl_gui_textedit=>TRUE
          EXCEPTIONS
              OTHERS = 1.
        IF sy-subrc NE 0.
        do nothing
        ENDIF.
    In PAI
    CALL METHOD g_editor->get_text_as_r3table
        IMPORTING
          table  = Text_table
        EXCEPTIONS
          OTHERS = 1.
      IF sy-subrc NE 0.
      ENDIF.
    Text_table contains messages which r supposed to be displayed.
    Based on certain logical operations i will display the messages.

  • Changing the "Reconciliation Account" in the master data of a Customer

    Hi All,
    I've to change the "Reconciliation Account" in the master data of a Customer. But this fiel has been made not modifiable.
    Could anyone tell how change this?
    Thanks,
    Gandalf

    Hi,
    In SPRO, change the field status for the customer account group to optional. Then you can change the reconciliation account of the customer.
    The Path -
    SPRO>>Financial Accounting (New)>>Accounts Receivable and Accounts Payable>>Customer Accounts>>Master Data>> Preparations for Creating Customer Master Data>>Define Account Groups with Screen Layout (Customers). Here select the account group for the customer and double click on the line. In this screen, double click on Company code data. Then change the field status in Account management for Reconciliation account.
    Hope this helps.
    Thanks and Regards,
    Anit

  • Not able to save date column with custom date format. in OBIEE 11g

    Hi,
    I have migrated one report from OBIEE 10g to 11g. There is a date column with customized date format(i.e. Default format is 'dd-MMM-yyyy' and I have used 'MMM-yyyy').
    But when I use this custom format and try to save the report in 11g its giving this below error.
    ''Catalog object privilege validation failed for user to path /shared/ALM BI/Finacial Results/History Income Statement Detail.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup.
    This HTML might be present in column headings, table headings, text views, narrative views, the print header,
    or the print footer and must be removed before saving.''
    Please let me know what changes I need to do for this.
    Regards,
    Ambika Nanda.

    Hi ,
    privilage issues...check the security settings once..
    Thanks,
    Ananth

  • Breaking up data in a remote object

    Currently I have a chart that gets its data using a remote
    object connection. The chart currently shows a months worth of
    data. Now I need to break that monthly data into weekly data. The
    customer would rather have the data spread acroos four weekly
    charts instead of just one monthly chart. The customer would then
    just click click a 'Next' or 'Previous' button to cycle through the
    charts.
    I know that I just change the function (CFC) that calls for
    the data to only return a weeks worth of data, but I don't want to
    make a separate data call every time the user clicks 'Next' or
    'Previous'
    Is there a way to grab the whole month's data set and then
    divide it into weekly data sets within the app?

    Okay I figured this one out. If I add a hSlider with two
    thumbs I can set the thumbs with just a couple of functions.
    Basically when the user clicks either button a function is called
    that passes in a predetermined value of how many tick marks to
    move.
    The HSlider has a property called 'values' that holds the
    positions of all the thumbs. Using some simple functions they can
    easily be manipulated.
    Setting the slider's visible property to 'false' will keep
    the navigation focused on just the buttons.

  • Data View WebPart Expand on Group Header fails

    Using SharePoint Designer 2013, I've inserted a data view webpart and have grouped the rows by a number of
    columns (default for grouping is show expanded).
    When the webpart renders I can collapse each of the groups by clicking on the "minus" image, but they won't expand again  (interesting that the image changes to a arrowhead pointing southeast rather than a "plus").....on
    inspection the function ExpGroupBy is referenced which I believe is in the Core.JS file.  I've confirmed that core.js is referenced on the page.
    The same expand function works in 2010 but not in 2013. 
    I've updated my SPD to latest version and recreated webpart...
    Any ideas about resolution or debug strategy?

    Any update on this? Facing a similar issue. I am able to display the merged data from two lists, but when I attempt to group them by a common field they both have, I get an error.

  • Date management on internal object master data

    Hi gurus,
    I need to use a set of dates on the internal object master data. On the date profile customizing there isn't anything that reflecting the management of the dates on products or internal object.
    However, on the web UI (Internal Objects details screen) I found the field "Date Profile":
    - component: PRDHS
    - view: PRDHS/Header
    - context node: PRODSETWTY
    - attribute: STRUCT.TIMEPROF
    This field is not active and I also searched for a set type that could allow me to activate it and to insert a date profile for my internal object without success.
    I'm searching the way to activate this field on the internal object master data and to understand if it's possible to use the date profile on it.
    Your help would be very appreciated.
    Thank a lot.
    Massimiliano.

    Hello,
    There are no date profiles assigned to products in the CRM system, I believe the same is true for internal objects.
    Generally, once a product has been added to an order then the dates from the order/APO system are what are taken into account.
    I have checked into internal objects but the only date I can find reference to is a timestamp:
    http://help.sap.com/saphelp_scm50/helpdata/en/f9/a67937b566ab49e10000009b38f842/frameset.htm
    I have also checked on information on the attribute STRUCT.TIMEPROF but haven't found anything.
    Thanks and regards,
    Ita

  • Want a BAPI to change the sales data of a customer

    Hi,
    I want a BAPI which can able to change the sales data of a customer. If anybody have some idea kindly let me know, it would be gr8.
    Thanks,
    -Rajesh.

    Hi Gopi,
    Bapi which you had given, i believe is to update the billing data.
    see. i have one field called customer group (KDGRP) which is in KNVV table which is present in the sales view of a customer master (XD02). i have to change that field using a BAPI.
    Thanks for your warm input but still my requirement is the above, if i get the answer for the above req. it would be gr8.
    Thanks,
    -Rajesh.

  • POWL accessing data from multiple tables/objects

    Hello,
    I have a query on the POWL applications.
    If the powl application has to access data from multiple tables/objects, then the solution would be creating a data structure of those tables/objects and referring to that structure in GET_OBJECT_DEF methods.
    Is there any other soln? or I am right here?
    The queries which are saved for a particular user are transportable? if not, how can they be made transportable?
    Thanks & regards,
    Ravish

    you are right, you can do in get_objects method.
    POWL_QUERIES are transportab;e, you can save them in POWL_QUERY transaction.
    Best regards,
    Rohit
    http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL

  • More than 2K Events, How can I Group Them?

    I have more than 2000 events (so far). Anyone know of a way of grouping them so that I only view a few hundered at a time? I also want to publish certain of the to different .Mac accounts, but can't see how to do that either.

    Welcome to the Apple Discussions. You can put them in albums or smart albums. With smart albums you can set the criteria to be a date range or some other feature of those you want to group together.
    To publish to different .Mac account you can go thru the .Mac preference pane and change accounts that way before publishing. Or you can create a separate account for the other .Mac account and publish from that account. To use the same library in both accounts you'd want to move it to the Shared folder and change the preferences so that both accounts have read and write access to it.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Explain DATES, Scheduled Actions & Reference Objects

    Hi Experts,
    In an activity screen can any one explain me about these three blocks?
    DATES, SCHEDULED ACTIONS & REFERENCE OBJECTS
    Dates  (Assignment Block)
    Date Types -
    Date-----Time-Date ToTime To--Duration-Time Unit-All D E
    Planned Completion                                          
    Period
    Planned Date          
    Activity: Planned Total Duration                                  
    Actual Dates                                         
    Activity: Actual Total Duration                             0     Minute     
    Interaction: Actual Dur. Face-to-Face                                   
    What is u201CPlanned completion periodu201D, u201Cplanned dateu201D, u201CActivity: Planned Total Durationu201D, u201CActual Datesu201D, u201CActivity: Actual total durationu201D, u201CInteraction: Actual dur. Face-to-Faceu201D.
    Those all date types almost seems meant same, if there is any difference please explain.
    Scheduled Actions (Assignment Block)
    What is this for?
    Reference Objects (Assignment Block)
    What is Reference Objects? When I click on u201CNewu201D, it shows me Reference Type and Reference ID. What are these used for? What is this used for?
    Thanks & Regards
    Rohan

    Hi Rohan,
    for the first question I can advise to review the customizing of the date profile, transaction spro, CRM->Basic Functions-> Date Management.
    Like the difference between the Planned Date and Actual Date in the Activity management lies in the different date rule used. So for the first one the FM CRM_DATES_ORDERACTUAL_TR is called when it is determined. For the second one the FM CRM_DATES_ORDERPLANNED_TR is called.
    Hope this helps,
    BR,
    Erika

Maybe you are looking for