Report on related section linked with opportunity Id

Hi,
I created a report with opportunity Id is prompted as filter. I would like to display my report in a related information section of my opportunity record.
This is the URL of my report : https://secure-ausomxgva.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_AGVA-PV272_Shared_Folder%252fSuivi%2bfact%2bpar%2bdemande&AnalyticReportName=Suivi+fact+par+demande
How can I modify my URL to add the opportunity Id as argument?
Thanks

I have a couple of thoughts that may help. I apologize if you already have tested these, but these are ones I consider when dealing with web links.
1. You need to validate the URL for the report itself. I have no reason to believe that yours is wrong, but I always double check it. The way I validate it is to run the report from "My Analyses" and then right click to get the properties. The URL for the report is listed there and you can validate your weblink from there.
2. Be aware that sometimes spaces in the URL eg "Opportunity ID", can interupt the passing of the whole URL to the iframe. In this case just use "%20" as a space substitute, ie "Opportunity%20ID".
3. The third observation I have is probably not really a concern, but I noticed you mismatched Row ID with the Integration Id tag. I would use %%%Id%%% for Opportunity Id.
I also have a good doc that contains a lot of detail on other options. You can email me and I'll send it to you, if you would like it.
Good luck,
Thom

Similar Messages

  • Reports/Tables:  Asset master linked with PM Equipment

    Our fixed asset masters are synchronized with equipment records in PM.  I am looking for reports or tables that link the two sets of master records.  So far I havenu2019t had any luck finding tables (a lot of structures!) for PM equipments.
    Appreciated any help.

    EQUI, EQUZ, & ILOA

  • Report - Alert Message when Link with value 0 is clicked

    Hi,
    I have a report with many fields eg. Year , Count of High Priority Project , Count of Medium Priority Project , Count of Low Priority Project.
    I have used Column Attributes to link the report data to page 22.
    Now , some of the cells in the report have 0 . Is it possible that when user click on 0 the link does not take to page 22 , but show javascript alert window stating no data.
    Any help will be highly appreaciated.
    Regards,
    Shijesh

    Thanks Denes for the reply.
    I'm sorry that i was not able to explain my question clearly.
    Below is a bare minimum version of my report.
    [http://www.geocities.com/shijeshkumar/Untitled.png]
    I have a table say dummy_project with field Year , Priority ( it can have only any of these three value - High Medium and Low ) and Project_Status ( it can have only any of these three value - Red , Green and Yellow ) --- As you can see value of the field has been used as Column Lable ( eg. High , Low and Medium ) --
    now when user click on first cell which has value 1 -- It pass the High Column Lable , Priority (High value is in priority field of dummy project table) , and Year to Page 22.
    Since my original report contains 17 fields, it will be very difficult for me to include hyperlink in the query.
    Is there any other way to make my hyperlink conditional , when it has 0 value there should be no hyperlink ...
    If i use the method which is metioned in the link it will work as I want but the code will become to lenghty and hard to debug ( Condidering there are 17 column) and each column is derived using decode and case and other conditions....
    Edited by: Shijesh Kumar on Jan 16, 2009 5:13 AM

  • Display pr which is not linked with po in report

    Hi ,
    ALL SAP EXPERTS,
    I  HAVE PREPARE A QUERY BY USING *INPUT*
    1) MATERIAL NO
    2) PLANT
    3)PROCESSING STATUS OF PURCHASE REQUISITION OR P.O.
    OUTPUT ARE
    1) PUR. ITEM NO
    2) P.R. NO
    3)QTY REQUESTED IN PR
    4 P.O. ITEM NO
    5)P..O NUMBER
    6)P.O. QUANTITY
    7) GR DOCUMENT NO
    FOR THAT I HAVE TO USED TABLES EKET,EBAN AND EKBE  BUT ISSUE IS THAT WHEN IN GOING TO RUN THE REPORT
    1) ONLY THOSE REQUISITION ARE DISPLAYED IN THE REPORTWHICH ARE LINKED WITH PO . IE. STATUS OF PR ONLY FOR 'B'
    TYPE NOT FOR 'N'
    2) ITEMS  IN PR OR P.O. DISPLAY 2 TIMES IN THE REPORT
    3) WHY THE SYSTEM IS NOT SHOWING PR, PO  WHICH HAS NO PR,PO HISTORY IN THAT REPORT I.E. OPEN PR, PO
    USERS DONT WANT TO USE STD REPORT ME5A OR ME2N THEY WANT TWO REPORT IN ONE COMPLETE REPORT IN
    SCREEN
    PLEASE KINDLY HELP TO SOLVE MY ISSUE
    THANKS IN ADVANCE
    REGARDS,
    RAHUL

    You can debug your program and check. also please check if there is any deletion indicator in PR which doesnt turn up in the report.
    in report please dont have status or PR selection field as mandatory because depending on the status/ processing PR, system may skip PR's as they may not meet required conditions.
    Raghavan

  • MSS - General Information - authorisations with Related Activities Links -

    Hello,
    We implemented related activities links on the MSS portal. We can see the links, but when we click on it, nothing happens, the iview (JAVA dynpro) is not executed.
    I checked the monitoring, and I noticed an authorisation problem with this service : sap.com/mss~eepro/GeneralInformation.
    It's been few days I am looking for where add this authorisation... could you help me ?
    Thank you.
    Nick

    Can you paste the exact error trace from Monitoring....
    However, required authorizations could be given at :
    System Administration -> Permissions ->
    and then below path in PCD
    pcd:portal_content/com.sap.pct/srvconfig
    I think exact is
    pcd:portal_content/com.sap.pct/srvconfig/com.sap.pct.erp.srvconfig.mss/com.sap.pct.erp.srvconfig.eepro/com.sap.pct.erp.srvconfig.fpmapplications/com.sap.pct.erp.srvconfig.GeneralInformation
    However there could be an authorization problem with R/3 end.....
    So please add informative part from Monitoring to this thread....
    Edited by: Saurabh Agarwal on Jul 22, 2011 1:31 PM

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • How to make query base delivery monthly report  link with delivery return

    Hi,
    I have facing some problem in Sales delivery report monthly. Problem is:
    1) When i make Monthly query delivery report without any delivery return and AR Credit memo, it is Fine.
    2) When i make Monthly query delivery report with any delivery return and AR Credit memo, it is not showing proper. Its showing in report including return quantity or AR Credit memo quantity.
    So, How to make query base delivery monthly report  link with delivery return and AR Credit Memo?
    Please help me regarding this.
    Mizan
    Edited by: mizan700 on Dec 18, 2010 2:50 PM
    Edited by: mizan700 on Dec 18, 2010 2:50 PM

    Hi,
    try this.
    SELECT DISTINCt T1.CARDCODE, T1.CARDNAME , T1.DOCNUM DELIVERY#,T1.DocStatus 'DELIVERY STATUS', T1.DOCDATE 'DELIVERY Date', T1.DocTotal 'DELIVERY Total', T3.DOCNUM Return#,T3.DocStatus 'Return Status', T3.DOCDATE 'Return Date', T3.DocTotal 'Return Total',T5.DOCNUM Invoice#,T5.DocStatus 'Invoice Status', T5.DOCDATE 'Invoice Date', (T5.DocTotal-T5.VatSum-T5.TotalExpns-T5.DiscSum) 'Total Before Discount', T5.VatSum 'Tax', T5.TotalExpns 'Freight', (T5.DocTotal - T5.PaidToDate) 'Total Payment Due', T7.DOCNUM AS 'CREDIT MEMO#', T7.DOCDATE
    FROM DBO.DLN1 T0
    INNER JOIN DBO.ODLN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN DBO.RDN1 T2 ON T2.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.ORDN T3 ON T2.DOCENTRY = T3.DOCENTRY
    LEFT JOIN DBO.INV1 T4 ON T4.BASEENTRY = T1.DOCENTRY
    LEFT JOIN DBO.OINV T5 ON T5.DOCENTRY = T4.DOCENTRY
    LEFT JOIN DBO.RIN1 T6 ON T6.BASEENTRY = T5.DOCENTRY
    LEFT JOIN DBO.ORIN T7 ON T7.DOCENTRY = T6.DOCENTRY
    WHERE  T1.DOCDATE >= [%0] AND  T1.DOCDATE <= [%1]
    Thanks,
    Joseph

  • Webi report part(include Opendoc Link) ondesktop did not work in BI Widgets

    My customer followed <BI Widgets User Guide>(XI3.1) to create a webi report part(include Opendoc Link) onto desktop.
    Page 26:
    To convert Report Part into a Widget ,drag and drop the Report Part from the Web Intelligence Viewer onto the desktop.
    As a widget, the Report Part will include the following BI Widgets features:
    - Automatic refresh
    - User controlled size and positioning
    - Saved display and data context state
    - Optional setting as the top application window
    - Full XI R3 security
    - Web Intelligence opendoc links to detailed reports.
    But it can not be clicked(hyperlink did not work).
    My customer follow the SAP Note 1244968 to create again, it still can not be clicked.
    For I can't reproduce this issue, could you tell me what's it probably related to?
    SAP Note 1244968:
    Symptom
    Trying to use Hyperlinks in a BI Widget created from a WebIntelligence
    report
    Environment
    XIR3
    Workflow
    1. Login in Webintelligence
    2. Create on efashion a Webintelligence report with the
    objects:Year,Sales Revenue
    3. In the Edit panel add a column to the table and insert the
    variable :=If([State]="DC"; HTMLEncode("http://uk.yahoo.com"); "")
    4. In the Properties Display/Display/Read cell content as Hyperlink
    5. Run the report and save it
    6. Open the Webintelligence report with HTML view and click on the
    hyperlink you are redirected to the Yahoo website
    7. Log in BI Widget
    8. Right click on the right inside icon of BI Widget and click on
    Document List Explorer
    9. Find the Webintelligence report and double click on it
    10. Click on the table and drag and drop it to your desktop
    11. The BI Widget gets created
    12. Click on the column containing the Hyperlink:nothing happens.
    Cause
    There is no functionality of using Hyperlinks in a BI Widget created
    from a Webintelligence report
    Resolution
    Enhancement Request ADAPT01119581 has been created
    Environment details:
    Srerver Environment: OS Version: RedHatEnterpriseLinuxES4.0 update5
    Client Environment: OS Version: WindowsXP
    Browser: IE6
    JRE Version: 1.6.003_
    Web & Application Server: Tomcat 5.5.20
    Database character: AL32UTF8, JA16SJIS
    Connection: native, ODBC, OLEDB
    NLS LANG: Japanese Japan.JA16SJIS

    Hi Soniya,
    These are the steps:
    1. Log in into infoview
    2. Change the preferences (Click in the Preference button in the main tool bar), in the WebIntelligence section change the Select a default view format: to Interactive.
    3. Click OK
    4. Open the report where you want to add the hyperlink
    5. Right click in the column or cell to add the hyperlink
    6. Click Hypelink > New
    7. You will see the Create Hypelink window, click Browse the select which report do you want to link
    8. Fill in the parameter, prompts, etc.
    and that's it, hope it's clear now. If you have any question let me know.

  • Link with EKKO and BSIK

    Dear All
    can you tell me the relation link with
    BSIK table and EKKO table.
    note that purchase order no (EBELN) not often stored
    in BSIK table
    actual i need the payment terms as per PO and need to create the report of creditor aging so please any buddy can help me?

    Hi
    Well if you want to know the relation ship between two tables
    1. Execute SQVI
    2. Enter name  and press CREATE
    3.Enter Title and in Data Source select TABLE JOIN.and enter
    4.Press Shift + F1 ans enter the table name.
    continue the step 4 and enter the table names for which you want to know the relation ship.
    EKKO-BUKRS -------- BSIK-BUKRS
    EKKO-LIFNR----------- BSIK-LIFNR
    EKKO-AEDAT--------- BSIK-AUGDT
    EKKO-EBELN--------- BSIK-EBELN
    I hope this will help you
    Regards
    Pavan

  • Report Title as a link or not.....

    Good morning,
    I am a new user to Business Object, not an IT professional....
    I created a Crystal Report with specific parameters on it. I then forward ot our BO team for them to upload to the BO portal... I can click on the report title (blue font) and it will launch the report without any problem. When i go to someone else computer, we log in BO as a different user with the same security level and the report is not a link... (black font), in order to get the report i basically have to click on schedule and then run from there.... Is this a local cpu setting in IE that need to be change or is it some settings in BO that must be change for that specific user ???? Same applied to other people as well....
    Any help would be really appreciated as we are tryign to promote this system and it seems difficult to get it going....

    In BusinesObjects Denied will always take prsidance.....
    do one thing....get loggd to CMC as administrator and then go to the report and click on its rights...in that section slect advacd right and grant view rightto the specific user and turn of the inheritance and the ask the user to loging to infoview and ry to view hte report again
    chers,
    CrystalSAP

  • Related Content links in the repository tables

    We have 150 FR reports and many of them are using Related Content links. I am trying to find the easiest way to view all the Reports that have Related Content links and which reports they are linking to. I was trying to see about writing a sql against the tables but need to know which tables to join and what fields to select.
    If anyone has a sql they have built to do similar selects or a feature in EPM that I am missing let me know.
    Thanks!
    Robert

    Indeed, we have the same issue with our Solaris 10 containers.
    None of the network interface are visible since we upgraded to Solaris 11.1.
    Highly likely that we will have to fallback to 11.0
    root%A-infmagt004[8] zoneadm -z udsr02 boot
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: net0 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: dmz0 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd155 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd157 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd153 registered
    Dec 7 09:55:41 gvas-infmagt004 mac: [ID 469746 kern.info] NOTICE: vd301 registered
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: net0
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: dmz0
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd155
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd157
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd153
    Dec 7 09:55:43 gvas-infmagt004 dlmgmtd[65]: [ID 183745 daemon.warning] Duplicate links in the repository: vd301
    root%A-infmagt004[4] zlogin udst02 ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    useless.

  • Relation between BSEG with Asset Tables

    HI Guru's,
    how to find relation between BSEG with Asset Tables like ANLA and ANEP..
    regards
    JK

    Foreign keys
    - ANEP items are linked to ANLA via fields in common ANLN1 and ANLN2
    - ANEK header is linked to ANEP items via fields in common ANLN1, ANLN2, GJAHR and LNRAN
    - BKPF and BSEG are linked to ANEL ANEP via BUKRS, BELNR and GJAHR
    Optimization (as BSEG is behind a cluster table RFBLG)
    - Append BSIS (ZABSIS) and BSAS with ANLN1 and ANLN2, then create an index with these fields. As BSIS is filled via MOVE-CORRESPONDING statement, only a one-shot report to initially fill the new fields is to be developed. (look at old OSS [Note 62435 - F-03: Selection by purchasing documents|https://service.sap.com/sap/support/notes/62435] for optimization via purchase order)
    Regards

  • Relative symbolic links damaged by Finder

    I have little experience of these matters and would be grateful if somebody could explain the apparent differences between command line and Finder use of relative symbolic links. The example below examines relative symbolic link z before, during and after it has been moved twice by the Finder.
    G4:~ neville$ cd /x/y
    G4:y neville$ ln -s ../ z
    G4:y neville$ ls -l
    total 8
    lrwxr-xr-x 1 neville staff 3 4 Jul 21:46 z -> ../
    Move z to x with Finder.
    G4:y neville$ cd ../
    G4:x neville$ ls -l
    total 8
    drwxr-xr-x 3 neville staff 102 4 Jul 21:48 y
    lrwxr-xr-x 1 neville staff 3 4 Jul 21:46 z -> ../
    The above listing is as I would expect and Finder's Get Info confirms that z points to root.
    Move z to y with Finder.
    G4:x neville$ cd y
    G4:y neville$ ls -l
    total 8
    lrwxr-xr-x 1 neville staff 3 4 Jul 21:46 z -> ../
    The above listing is as I would expect but Finder's Get Info still shows z pointing to root.
    Is it possible that the first Finder move converts the Finder's view of z to an absolute path so that subsequent Finder moves no longer maintain the correct relative relationship? Clearly the Terminal continues to report what one would expect although, unfortunately, double clicking z appears to confirm the Finder's incorrect interpretation.
    How can I ensure that the Finder does not alter relative symbolic links and hence maintain consistency between Terminal and Finder?

    Neville Hillyer wrote:
    I was not aware that the Finder had a cache - where is it?
    In the Finder process.
    killall Finder is a little drastic - is there a way to clear the cache or force an update without relaunching the Finder?
    No. The cache is there to prevent repeated disk accesses. It wouldn't help to store such a cache on disk.
    I wonder if this cache foible is likely to ever result in serious loss of data due to imperfect backups etc - can anybody think of any such issues?
    No. This is only in the Finder processes. If your backups relied on the Finder, opened relative symbolic links, then moved them around, then opened them again, it might have problems. That would be a really wacky backup program.
    Symbolic links are UNIX things and, as such, are rarely manipulated by the Finder. The expectation is that anyone using symbolic links will do so from a shell.
    My understanding is that relative links are often used by applications during normal operation and installation.
    Not often. When they are used, they are rarely opened with the Finder and then moved.
    I came across this while customising Thunderbird for easy deployment with different users/Macs. Relative links made the task much easier.
    The links themselves have not been changed. They will work fine in Thunderbird.
    There is an almost total lack of information in man pages about relative links
    There is plenty of information. It is mostly in developer documentation related to file systems.
    It would be much more helpful if Finder Get Info were to display relative paths in the same way as the Terminal ie: z -> ../
    That would only make the problem worse. Get Info clearly shows the Original being in the wrong location. The Finder was designed for Aliases, not symbolic links. Symbolic links work in the Finder a whole lot better than Aliases work in the Terminal.

  • PO Service not link with AP invoice service

    Currently usiing SBO 2007A, SP-00, PL 49.
    I have 1 PO service. Base on this PO service, I create AP Invoice service.
    The account no. use in PO service is different from account no. use in AP Invoice service. Since account no. have been overwrite in AP Invoice.
    PO service is missing link with AP Invoice.
    When we open again the PO we couldn't find target document.
    Also same when we open AP Invoice, we couldn't find base document, which is actually the PO.
    Only in AP Invoice's remark we can find the PO no.
    Also in the database, in AP Invoice table base document no. is blank.
    Also it cause the PO not automatically close.
    Previous PL, this error not exist.
    Any one can help.
    Thanks in advance,
    Surya

    Hi,
    Please check Note No. : [ 1334491|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1334491] which explains the reported issue.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • GR link with IR

    Hi Expert,
    we want IR Report based on our GR No. kindly tell me where we can see the against GR refrence No. get the IR Invoice details nothing but MIGO reference link with MIRO. we have GR.NO. how could we find out IR i.e MIRO Accounting Document No, for fiscal Year 2013.
    Kind regards
    Pranav Kr. Gupta

    Hi Expert ,
    Resolve by myself. Finally. i got the in standard report where we can see each n everything. just now after R&D , i achieve this report, I.e IR MIRO Accounting Document Number required based on GR MIGO Accounting Document. Go To T.Code FB03 give GR Accounting Document Number XXXXXXXXXXXX give Company Code give Fiscal Year.
    press enter, go to Menu BAR-->Environment-->Document Environment--> Relationship Browser-->Click on Material Document-->click on Purchase order-->Incoming Invoice-->Accounting Document.. Problem Resolved.
    Thanks
    Pranav.
    SAP FICO Consultant.

Maybe you are looking for