Custom Object Reporting

Hi Experts,
I am trying to create a report on Custom Object4 and Custom Object5 (CO5 is a child object of CO4).The report is getting generated perfectly . Now my aim is to pass the report in a web applet under Custom Object4 so that report gets filtered accordingly. I have added the report in web applet but the problem that i m facing is that the same report gets generated Under all the records of CO4 even if it has got or not any child items in CO5.
Any help is welcomed
Thanks and Regards
Sablok

Hi Sablok,
Mere prompting is insuffucient. Presently you would be using the link https://secure-ausomxapa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fusers%2fcrmit-demo%23crmit%2fPaulSwarnapandian%2fCo2+Applet&Options=rfd&Action=Prompt+ in the report.
However you need to use the link https://secure-ausomxapa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fusers%2fcrmit-demo%23crmit%2fPaulSwarnapandian%2fCo2+Applet&Options=rfd&Action=navigate&p0=1&p1=eq&p2=CustomObject4.ROW_ID&p3=%%%Id%%%+ in the web applet.
Following is the explanation
Action=Prompt should become Action=Navigate; the reason is navigation is used when we use the report in the detail page.
&p0=1; p0 refers to the number of filters used. We are using only one filter "RowId is prompted" and hence it is one.
&p1=eq; this refers to equal
&p2=CustomObject4.ROW_ID ; this refers to the Report field that is being prompted; in your case it is the Custom Object 4's RowId
&p3=%%%Id%%%; this also refers to the row id that is to be passed like XXXX-AAAAA. This will pass dynamically for each and every CO4.
My email id is [email protected] and contact number is 8197839902. Please mail/call me in case of any issue.
Regards
Paul
Edited by: Paul-CRMIT on May 16, 2011 2:12 AM

Similar Messages

  • Want to make a report on Custom Object 4 and 3...what am i doing wrong?

    My Custom Object 4 has a field which refers to an item of type Custom Object 3. I want to write a report that shows What Custom Object 3 each Custom Object 4 is related to.
    So i went to the report builder, clicked the "Advanced Custom Objects" reporting, and made a really simple report that has:
    Custom Object 4: Name | Custom Object 3: Name
    When i preview it, it says "No Results". But that's not true. All my Custom Object 4 objects refer to a Custom Object 3 object. What's going on here? Can custom objects 4-15 not interact with 1,2, and 3 in reports?
    Thanks!
    -Kevin Green

    Hi, Yes, it is weird but that is how it is. May be fixed in next release. To hide the column, choose column properties -> column format tab -> Click the field "Hide this column"
    -- Venky CRMIT

  • Reg: Reporting on Custom Objects

    Hi all,
    I want to know if there is any tool or workaround that we can use to report on a custom object data in siebel crm on demand.
    regards,
    uday.

    Uday,
    Custom object reporting is available as a patch after the R15 release. I do not know dates but there is an existing forum posting with the patch numbers so you can tell if your pod has had it applied or not.
    regards
    alex

  • Help needed for translation of custom objects

    Hi All,
    We are currently in the process of upgrading from 11i to R12.1.3. We have a lot of custom reports and forms which needs to be translated based on language preference set at user level. The approach we have taken is as follows:
    1. Created one unique look up type for each of the custom objects.
    2. Each lookup code is mapped to a field of the custom object (report or form).
    3. Entered the translation for each of the lookup codes using Globe icon (Translation Form) available on the lookup form.
    4. When the user logs into his account, we are filterting out the record specific to user environment language using the condition:
    language of fnd_lookup_values = usernev('lang') and getting the translated labels for each of the fields in the custom object.
    Now what we would like to understand is if there is any other better way of doing translation based on user preferred language.
    We have heard about Oracle Translation Manager (OTM) but not sure how the same can be used in our case. Also we would like to know how Oracle does translation for the languages that are enabled in a particular instance. We would like to know if a similar approach can be followed for custom objects as well.
    Thanks & Regards,
    Sreenivasa M

    Implode wrote:
    We had the arrayList/collections lecture today.
    I asked the teacher about sorting objects and he started explaining hashmaps and then he mentioned another thing which we will only be learning next term, I'm sure we must only use what we have learned.
    How exactly can this be done. I have asked a few questions in the post already.
    ThanksWell, there was probably a gap in the communication. Hash maps (or hash tables, etc.) are instance of Map. Those are used to locate a value by its unique key. Generally, to speed up access, you implement a hashing function (this will be explained hopefully in class). Think of name-value pairs that are stored where the name is unique.
    Contrast this with items that are sorted. Any List can be sorted because its elements are ordered. An ArrayList is ordered, generally, by the order you inserted the elements. However, any List can be given its own ordering via Comparable or Comparator. You can't do this with an ordinary Map. The purpose of a Map is speedy access to the name-value pairs, not sorting. The List likewise has different purposes, advantages, disadvantages, etc. List can be sorted.
    A Map is generally similar to a Set. A Set is a vanilla collection that guarnatees uniqueness of each element (note, not name-value pairs, but simple elements). There is one concrete class of Map that can be sorted, TreeMap, but I doubt your professor was referring to that. The values or the keys can be returned from the Map and sorted separately, but again, I doubt he was referring to that.
    Take a look at the Collections tutorial here on this site or Google one. It is fairly straightforward. Just keep in mind that things (generally) break down into Set, Map and List. There are combinations of these and different flavors (e.g., Queue, LinkedHashMap, etc.) But if you can learn how those three differ, you will go a long way towards understanding collections.
    (Oh, and be sure to study up on iterators.)
    - Saish

  • ECC 6.0 Upgrade - Lot of  Custom Objects - How to make it work ???

    Hi ,
    My client is on HR 4.6c and ESS in standalone ITS and upgrading to ECC 6.0 and EP7.  They have lot of custom objects ( Reports, ABAP Queries, Function Modules etc., ) and lot of customization done in ESS ( Std tcodes copied and developed ESS services in ITS). What is the approach to be followed to upgrade these custom objects/transactions into ECC 6.0? Once up gradation done, Is there any changes to be done either in EP 7 side or  R/3 side ( ECC 6 ) in order to call those z tcodes in EP7 ( ESS )?
    Client is happy with the current functionality in ESS ( ITS ) , wanted to use the same functionality in new system. Any clue on  how to make use of those Z transactions useful in ECC 6? Can we call these transactions in ESS in EP7? Your response will be highly appreciated. Example: For open enrollment, instead of std PZ14 , they have copied and developed their own transaction to use in ESS ( 4.6c ). The same one should also work in EP7 and ECC 6.
    Rgds
    Peddi

    Prakash,
    Thank you for your reply.  But we have custom transactions( Screen based , module pool ) used in 4.6C, ESS ( ITS),  What are the changes we may have to make potentially to work those programs from EP7 ESS.
    What are the changes you suggest to make in R/3 ECC6 ( after upgrade )and also EP7 side ( Like crating custom I Views would be a best bet ? )
    Peddi

  • Export Custom Object search results

    I've selected my search criteria in one of my customer objects. The result is a set of records containing specific data items that I need. This data is not available in the contact record. I need to export just this set of records and not my entire Customer Object universe. Is that functionality available? Any help is appreciated.

    Method 1:
    Custom object > Reporting (drop-down from the top-right) > Custom Object Record Field Values (or percentages)
    Select your field, click "Select"
    Click into any field values that interest you
    Observe an exportable list of records
    (Limitation = cannot use wildcards)
    Method 2:
    Insight. This requires the analyzer license. Custom Object Record values are not subject to the normal 24 hour delay that almost all other data is. At most there is a ~30 second delay between CDOs and Insight.
    Ensure that the Custom Object Record and the fields from it you want are available in Insight. You want to include your unique field because the values are deduplicated in Insight otherwise. Build a report that includes the unique field and the field your value of interest is in. Filter on the column of interest and run the report. Export as desired.
    Method 3:
    API. From any open Eloqua window where you've already logged in, go to this URL: https://secure.eloqua.com/api/docs/dynamic/rest/1.0/reference.aspx
    (This is not for the tame and feint of heart.)
    More help here: Code It
    Specifically here: Building On The Eloqua Platform - A Resource Guide
    And here: Eloqua REST API - Create and Manage Custom Objects
    -Alexander Huzar

  • Custom Objects List Using ABAP Program

    Hi Experts,
    We have  a requirement to collect all the custom objects(reports,smartforms,ddic objects etc)developed in ECC.
    We need list basing on condition of 'last changed by' .
    So for few objects we have 'last changed by' field and we are able to get the list but for few custom objects 'last changed by' field is not maintained.
    Example for BTE there is no 'last changed by'...
    Please suggest if any ideas.
    Regards,
    Rafi

    Hi Rafi,
    Do a source scan using RS_ABAP_SOURCE_SCAN for reports..Put Z* and give your respective conditions on last change field.
    2.Check the Transport list to production you will get other details.
    Hope it will be helpful for you.
    Regards,
    Kannan

  • How to get list of custom objects used in abap report program?

    Hi friends,
    I have a requirement in which I have to scan the entire abap report and retrieve list of custom objects used in it for example custom tables, data elements, structures, table types etc,. Is there any provision in SAP like fuction modules to do this functionality?  As of now I am coding everything manually where so many possibilities are there for all kinds of objects. Provide your answers and suggestions...
    Thanks,
    Nastera

    Hi,
    The best way to do this is environment analysis. Follow the steps:
    1. Open se38, type in the program name (don't click on on display/change or create button, stay on first screen only)
    2. Click on environment analysis button (hot key SHIFT+F4)
    3. It will throw a pop-up, which will ask for type of object you want to see, which are linked /used by this program. select all (or may be if you are only interested in Tables, then select table only)
    4. Hit 'Enter'
    You will get the full list of all objects used in this report program. Just note down the one which starts with Z or Y and that's it.
    Cheers,
    Anid

  • BW authorizations objects in Custom abap report

    Hi,
    we develop a BW custom abap report which we have to roll out to certain end users.
    We would like use our BW authorization design, and need therefore to incorperate these auth. objects into the abap.
    What is the best way to this? Can we use function modules?
    Any help welcome?
    Regards,
    Hans

    Hello Hans,
    please check out the following
    http://help.sap.com/bp_biv235/BI_EN/documentation/Authorization_BW_Proj.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/39f29890-0201-0010-1197-f0ed3a0d279f
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e1cba990-0201-0010-43ae-af579aee7a73
    Hope it helps..
    thanks,

  • Report on activities linked to custom object

    Hi,
    Is there a way show on a report each activity linked to a custom object record? e.g.
    Custom Object name 1 , Activity 1 subject
    Custom Object name 1 , Activity 2 subject
    Custom Object name 1 , Activity 3 subject
    When i use the Custom Object 1 reporting area i add the custom object "name" feild to my report then add "Activity Subject". Each custom object record can have many activity records, however when I run my report it says "No Results" despite there being data set up?
    I tried a similar report but instead of showing activities i tried accounts, of which there are a number linked to a single custom object record. When i ran the report it showed a single row for each custom object record, almost as though it was a one to one realtionship between custom object and account, rather than a one to many?
    Any thoughts on what might be going wrong? or how i can report on activities per custom object record?
    Thanks

    Using CO and account subject area, it should be possible to show M:M associations between CO and Account.
    But for CO and activity, reporting on M:1 association alone is possible using CO subject areas.

  • Question for making Report of Custom Object(01)

    We use Custom Object 01 for Comment under the Calendar(Activity) Screen.
    - Objective :
    1. We want to manage Comment that are made by Manager after closing Sales Activity
    2. But, we can't manage Comment history in Calendar(Activity) Details because it is remained Last Comment in Details
    3. So, we use Custom Object 01 for Comment
    - Problem & Question :
    1. We can manage Comment history under Calendar(Activity) Screen
    2. But, we can't make Report Comment Report related with Account, Contact
    3. So, we want to know
    a. Are there no relationship Custom Object 01(Comment) with Account, Contact in Calendar(Activity) Screen
    b. If we have to make Comment Report related with Account, Contact, how to make it?
    Please let me know about that issue.... Thank You!!!

    Your question is not clear. Do you want CO 1 to be related to Account, Contact and Activity? Or not? And what exactly is the reporting question?
    Custom Object 1 is available for Real-Time reports. The Custom Object 1 subject area allows you to report on CO along with the related Accounts, Activities, Contacts, Leads, Opportunities, and Service Requests.

  • Report Custom object with product?

    if I want to create a report with the fields of a custom object in relationship with the fields of the product,is possible?
    Because when i cilck in Analytics there aren't Custom Object link and in Product History isn't present the Object link where i select the columns.
    Also when I go to the panel of Reporting there is not a link there is not the link that reports Custom Object with Product,also in Product Opportunity there isn't a Object link.
    How can I be connected for a report these 2 entity?
    Regards Vale

    Hi Vale,
    Unfortunately, not every object relationship is exposed within analytics and reports, and that is the case with the relationship you are trying to report on (i.e. Custom Object and Product). Also, Custom Objects can only be reported on using real time reporting (as opposed to the historical analytics).
    Regards,
    Cameron

  • Custom Object Test query/report

    Is there a way to run a query or get a report for the scripts containing Custom Object Tests?

    Hello Jim,
    As far as I know there is no way to do this.

  • Report weblink prompt row id - Custom Object

    I am trying to run a report on a custom object and want to prompt the row id for the custom object. I can't seem to get it to filter with the prompt. I don't know if I need to reference the row id field by Custom Object 1.Row Id or by the renamed custom object. Here is my syntax so far.
    https://secure-ausomxgea.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go&Path=%2fshared%2fCompany_AGEA-108HQA_Shared_Folder%2fEC-Agenda+v3&Action=Navigate&P0=1&P1=eq&P2=Custom+Object+1.%22Row+Id%22&P3=AGEA-1510WX

    I changed the end to make the weblink
    https://secure-ausomxgea.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go&Path=%2fshared%2fCompany_AGEA-108HQA_Shared_Folder%2fEC-Agenda+v3&Action=Navigate&P0=1&P1=eq&P2="Custom Object 1".ROW_ID&P3=%%%ID%%%
    The built link is
    https://secure-ausomxgea.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go&Path=%2fshared%2fCompany_AGEA-108HQA_Shared_Folder%2fEC-Agenda+v3&Action=Navigate&P0=1&P1=eq&P2=%22Custom+Object+1%22.ROW_ID&P3=AGEA-15AJ1L
    The report is now filtered!!
    I really appreciate the help as I knew it had to be something small. I will note that the field name can be taken exactly out of the function from the column in the report.

  • Report to generate all custom objects

    Dear experts,
    Is there any report or tool to generate all custom objects in system. I have to retrieve all custom reports, function modules, fuction groups, tcodes, data elements, domain, tables, views, search helps, partner profiles, rfc connections, idoc types, segments types.
    Taj.

    Dear Gautam your reply is helpfull, but as i have mentioned there are many local objects, and also rfc connection names, partner profiles, idoc types, segments types.. will not get stored in request, so cannot query them. Is there any other ways.
    I know a tool called ACE Tool, but i cannot apply here.
    Edited by: Mohd Tajuddin on Apr 28, 2009 1:58 PM

Maybe you are looking for

  • Form Field Appear on Value Entered

    I am running Coldfusion 9 and building a website using Dreamweaver from CS5. Is there a way to make a form field appear only if a certain value was entered into the previous form field? If so how? For example I am creating a registration page and one

  • Set-up clarification worklist fr payment lot

    Dear reader We would like to use a workflow for the clarification worklist for payment lots in an ISU 472 system. The aim for us is to post clarification items in different inboxes depending on the BP type of the BP. We already checked the documentat

  • 9.04 vs 10.1.3 standalone compatibility

    I have a jar that was built in UNIX for Oracle OC4J Application-server 9.04. In this jar is a servlet, _ssochoosefdrcode, that has been compiled from a jsp. I am now trying to use this jar in eclipse on oc4j standalone 10.1.3. When my project attempt

  • TS2446 Need to enable my iTunes ow was disabled due to charges not being mine.  Need it back on

    Need to enable my iTunes ow was disabled due to charges not being mine.  Need it back on

  • Oracle.portal.provider.v1

    Which library contains oracle.portal.provider.v1.* package ? I am trying to render a portlet in JDev and I get a class not found error for this.