WAD Report image display

Hi All,
Im using WAD 7.0 and in process of designing a Sales Dashboard. I need to insert the company logo on top of the Dashboard, The images located in the MIME repository contains standard images which SAP supports, i try adding the relevant image which i need to insert but it doesnt appear or available for selection.
Default host is already active and i tested it as well.
Urgently need your valuable input to solve this issue.
Thanks!

Hi,
For  new customer defined image follow the following path.
Tcode : SE80
MIME Repository -> BW -> Customer -> Image ->
Create new mime object here that will available in WAD .
Regards,
Ganesh.

Similar Messages

  • WAD Report Heading display

    Deall All,
    is it possible to display variable value in WAD report result header!!!!!!!!!!!!!!!!!!!!!!!.
    For example: I have variable on FISCPER on report, if i give 001.2009 as input, i should get result header as Result for perod
    " period input value "
    In above case i should get result header as.... Result for perod 001.2009
    Thanks in advance
    Regards,
    J B

    Hi,
    For  new customer defined image follow the following path.
    Tcode : SE80
    MIME Repository -> BW -> Customer -> Image ->
    Create new mime object here that will available in WAD .
    Regards,
    Ganesh.

  • Interactive Report, Image display on download.

    hi all
    I have an interactive report with an image column displayed with a case statement (below)
    CASE
    WHEN APP.RENEWAL_DATE < SYSDATE
    THEN <--img src="#IMAGE_PREFIX#FNDCANCE.gif"-->
    WHEN APP.RENEWAL_DATE > SYSDATE
    THEN <--img src="#IMAGE_PREFIX#Fndokay1.gif"-->
    ELSE <--img src="#IMAGE_PREFIX#wwv_small_help.gif"-->
    END CRB_Valid,
    when i download this for printing (as pdf / xls / rtf) i just get the <--img src="#IMAGE_PREFIX#FNDCANCE.gif"--> text in the report column. i assume this is to do with the URL being outside of an APEX app but im no HTML boffin can anyone tell me how i reference the image so it shows up on the reports? or is there a better way of acheiving the above?
    - Sol

    Hi,
    You can use v('IMAGE_PREFIX') in your SQL statement:
    CASE
    WHEN APP.RENEWAL_DATE < SYSDATE
    THEN '&lt;img src="' || v('IMAGE_PREFIX') || 'FNDCANCE.gif"&gt;'
    WHEN APP.RENEWAL_DATE > SYSDATE
    THEN '&lt;img src="' || v('IMAGE_PREFIX') || 'Fndokay1.gif"&gt;'
    ELSE '&lt;img src="' || v('IMAGE_PREFIX') || 'wwv_small_help.gif"&gt;'
    END CRB_Valid,Andy

  • BI WAD report via KM anonymous iview does not show images

    Hello,
    I try to publish to portal a WAD html page generated via broadcaster in the public documents folder.
    For this, I created a KM document iview to point to this document and set authentication to anonymous.
    The problem is that the report is displayed, but without any images (hierarchy node for example).
    We are currently in NW04S SPS16.
    Does somebody have an idea to solve this issue ?
    I must also say that when I generate an mht file, it works fine but not under firefox...
    Thanks in advance for any help.
    Freddy.

    Hi Michael,
    Can you please respond?  Thanks so much buddy!
    Hi Michael,
    Thanks so much for your response; I heartily appreciate it.
    In our environment:
    - SessionExpirationPeriod = 27.7 hours
    - session-timeout (global) = 30 minutes
    The reason I think I need to take care of these sessions is not to bring the system down by leaving them behind. With our current parameters the Load Balancer will ping every 60 seconds; hence there will be 90 sessions (3 servers) at all time that will show up in NWA (before the first one exits the list after 30 minutes)
    Is there any negative impact on the system if I just leave these sessions out there? Like will there be any performance issues, out-of-memory issues, etc if I just leave these sessions alone?
    On another side note; is there any recommended value for session-timeout that is generally acceptable to various companies? I read lot of SDN messages and SAP help; could not figure out what exactly session-timeout is.
    Thanks again and again,
    Pratik Thakkar

  • To display the selection screen variant name in WAD report output.

    Hello experts,
    I have a requirement which is to display the selection screen variant description in the output of the WAD report.
    I managed halfway, by using the object "Information field", which displays all the values which are selected by the variant.
    Example:I have created a cost center report created using WAD, since I need some graphical displays..
    In the selection screen, I have the characteristic "cost center" as input field. I have created a variant " GM - IT" which will include few cost centers managed by GM. In the output, I want the dispaly to be "Cost center - GM IT". Currently it displays "Cost Center - a,b,c,d" as the values a,b,c,d are the values from the variant name "GM-IT"
    Please let me know if this required any java script. I am not familiar with java / html codes and any help would be much appreciated (and rewarded)
    Thanks in advance
    KS

    Hi,
    Try this.
    If you want to include your variables in your WAD means you have to choose "Force Variable Screen" option to be in enabled condition.
    TO enable this,in WAD select your Template(New Template1) click the WEBITEM , it'll shows all generic properties , here you can enable this "Force variable screen"
    Save and execute your WAD now you can get your variable screen.
    Thanks,
    JituK

  • Images displaying haphazardly in WebI report

    Hi,
    We are currently working on BI 4.0 SP5 Patch 3.
    I am having an issue in the images that are being displayed in my report.
    I have a report that displays a company logo on the top left corner(say, Company - "ABC"). Below that I have 1 table and a couple of images(circle and rectangle).
    Following are my observations.
    When I, :
    1. View the report in Launch Pad:  - In the Header of the table I can see the "ABC" logo, which shudn't be there. - In the circle and rectangle also, I can see the "ABC" logo, instead of the circle and rectangle image. I checked the properties and in the appearance I donot see any image of "ABC" added in the cells.
    2. Export report in Excel/PDF after Viewing: The Header of the table and the images are displaying fine.
    3. Open in WebI Rich Client: The Header of the table and the images are displaying fine.
    4. Scheduling the report: The Header of the table and the images are displaying fine.
    I donot see where the error might be. Require your help.
    Thanks,
    Amrita

    Hi Amrita,
    check the WebIDefaultStyleSheet.css file located under c:\program files\sap businessobjects\sap businessobjects enterprise xi 4.0\images. This is located on the application server.
    If this doesnt fix the issue, then I need to ask you few questions:
    1- how many nodes are there in your environment?
    2- which tool did you use to write the report (rich client, or webi)?
    3- do you see this image when you open existing reports too or is it just with the new reports?
    Regards,
    samique
    917.945.3676

  • Requirement to display repeated texts in the wad report

    Dear experts,
    we are having a requirement to display repeated
    texts in the WAD report .As we had unchecked the checkbox
    hide repeated key values in BEX query properties and we
    are achieving this in BEX report.
    Is there any possibility to achieve the repeated key values
    in WAD report?
    Is there any global t-code or any functional module to do the
    wad settings to get the Repeated key values?
    Please do the needful.
    Thanks,
    Chiramana.

    Hi,
    Check in the following document.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Thanks
    Reddy

  • No page error but also no image displayed on the report ?

    Hi Everyone,
    First I like to apologise for the long post, but I would like to make sure that I am providing the full information so as not to waist anyone's time.
    As I am having problems displaying images, in a report, but I am not getting any errors, all I see is the typical red X where the image shout be. When I right click the red X and select properties, it all appears to be fine:
    http://127.0.0.1:8080/apex/ZOROPIO.FILE_TO_BLOB?p_file_id=6
    except that Type: Not Available
    and Size: Not Available
    So I decided to creating a table and procedures to specifically test my approach and I am still getting the same result.
    I have an Apex page where uses can upload an image to the system, using the following Page Process:
    On Submit - After Computations and validations
    FOR REC IN( SELECT FILENAME, MIME_TYPE
    FROM HTMLDB_APPLICATION_FILES
    WHERE NAME = :P4_FILENAME
    LOOP
    INSERT INTO AB ( FNAME, MTYPE )
    VALUES (REC.FILENAME, REC.MIME_TYPE);
    END LOOP;
    ZOROPIO.BLOB_TO_FILE(:P4_FILENAME);
    DELETE FROM HTMLDB_APPLICATION_FILES
    WHERE NAME = :P4_FILENAME;
    The AB table is define as:
    CREATE TABLE "AB"
    (     "DB_ID" NUMBER NOT NULL ENABLE,
         "FNAME" VARCHAR2(256 CHAR) NOT NULL ENABLE,
         "A_IMG" BFILE,
         "MTYPE" VARCHAR2(256 CHAR),
         CONSTRAINT "AB_PK" PRIMARY KEY ("DB_ID") ENABLE
    CREATE OR REPLACE TRIGGER "BI_AB"
    BEFORE INSERT
    ON ZOROPIO.AB
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    tmpVar NUMBER;
    BEGIN
    tmpVar := 0;
    SELECT NVL (MAX (DB_ID), 0) + 1 INTO tmpVar FROM AB;
    :NEW.DB_ID := tmpVar;
    IF :NEW.FNAME IS NOT NULL THEN
    :NEW.A_IMG := BFILENAME ('IMG', :NEW.FNAME);
    END IF;
    END BI_AB;
    ALTER TRIGGER "BI_AB" ENABLE
    The BLOB_TO_FILE procedure is defined as:
    create or replace PROCEDURE BLOB_TO_FILE (p_file_name VARCHAR2) AS
    l_out_file UTL_FILE.FILE_TYPE;
    l_buffer RAW (32767);
    l_amount BINARY_INTEGER := 32767;
    l_pos INTEGER := 1;
    l_blob_len INTEGER;
    p_data BLOB;
    file_name VARCHAR2 (256);
    BEGIN
    FOR rec IN (SELECT ID
    FROM HTMLDB_APPLICATION_FILES
    WHERE Name = p_file_name) LOOP
    SELECT BLOB_CONTENT, filename
    INTO p_data, file_name
    FROM HTMLDB_APPLICATION_FILES
    WHERE ID = rec.ID;
    l_blob_len := DBMS_LOB.getlength (p_data);
    l_out_file := UTL_FILE.fopen ( 'IMG',file_name, 'wb', 32767 );
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.Read ( p_data,l_amount, l_pos, l_buffer );
    IF l_buffer IS NOT NULL THEN
    UTL_FILE.put_raw (l_out_file, l_buffer, TRUE);
    END IF;
    l_pos := l_pos + l_amount;
    END LOOP;
    UTL_FILE.fclose (l_out_file);
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    IF UTL_FILE.is_open (l_out_file) THEN
    UTL_FILE.fclose (l_out_file);
    END IF;
    END BLOB_TO_FILE;
    This works fine, as I can see the data in both the OS Directory and the AB table after the user uplodas the image.
    I have then define an Apex Report pageto display the uploaded images. The page has the following Source:
    SELECT FNAME, MTYPE,
    '<IMG SRC="ZOROPIO.FILE_TO_BLOB?p_file_id='||NVL( DB_ID, 0)||'"HEIGHT="'||80||'"WIDTH="'||100||'"/>' AS IMAGE
    FROM ZOROPIO.AB
    The ZOROPIO.FILE_TO_BLOB procedure is defined as:
    CREATE OR REPLACE PROCEDURE ZOROPIO.FILE_TO_BLOB ( p_file_id NUMBER ) IS
    l_mime_type VARCHAR2 ( 256 );
    l_file_name VARCHAR2 ( 256 );
    l_bfile BFILE;
    l_blob BLOB;
    l_bfile_length NUMBER;
    l_blob_length NUMBER;
    BEGIN
    SELECT FNAME, MTYPE
    INTO l_file_name, l_mime_type
    FROM AB
    WHERE DB_ID = p_file_id;
    l_bfile := BFILENAME ('IMG', l_file_name);
    -- MAKE SURE THE FILE EXIST
    IF ( DBMS_LOB.FILEEXISTS( l_bfile ) = 1 ) THEN
    DBMS_LOB.CREATETEMPORARY ( l_blob, TRUE, DBMS_LOB.SESSION );
    DBMS_LOB.FILEOPEN ( l_bfile );
    l_bfile_length := DBMS_LOB.GETLENGTH ( l_bfile );
    DBMS_LOB.LOADFROMFILE ( l_blob, l_bfile, l_bfile_length );
    DBMS_LOB.FILECLOSE ( l_bfile );
    l_blob_length := DBMS_LOB.GETLENGTH ( l_blob );
    OWA_UTIL.MIME_HEADER( NVL ( l_mime_type, 'Application/Octet' ), FALSE );
    HTP.P ( 'Content-length:' || l_blob_length );
    OWA_UTIL.HTTP_HEADER_CLOSE;
    WPG_DOCLOAD.DOWNLOAD_FILE ( l_blob );
    DBMS_LOB.FREETEMPORARY( l_blob );
    ELSE
    RAISE_APPLICATION_ERROR(-20007, 'Requested IMG does not exist');
    END IF;
    END FILE_TO_BLOB;
    I have GRANT EXECUTE to ZOROPIO for both the procedures:
    BLOB_TO_FILE
    FILE_TO_BLOB
    The Oracle database verison, Apex version, etc details are:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Language: en-gb
    Application Express 3.2.1.00.12
    Any sugestions, help, etc would be much appreciated.
    Thank you
    Daniel

    Hi everyone,
    I have check everyone possible and I am unable to find the cause of the problem.
    I decided to recreate an identical setup to the examples provided by Denes on his workspace and I still have the same issue.
    I have change the wwv_flow_epg_include_modules.authorize to include Denes procedure as you can see below.
    CREATE OR REPLACE function APEX_030200.wwv_flow_epg_include_mod_local( procedure_name in varchar2) return boolean is
    begin
    if upper(procedure_name) in ( 'my_image_display' ) then
    return TRUE;
    else
    return FALSE;
    end if;
    end wwv_flow_epg_include_mod_local;
    The only way I can get it to work is to change the function to RETURN TRUE before the IF statement.
    Any suggestion and this stage may prevent my insanity from getting to silly levels.
    Regards
    Daniel

  • WAD Report delaying to display output

    Hello,
    WAD report taking 6 min time to display the output but the same  report displaying output
    in 1 min 50 sec when I executed in BEx Analyzer
    The Same BEx report I incorporated in WAD but it's delaying to display the output.
    What might be the cause in delaying the output display.
    Srujay

    Hi,
    Please to use the new cache mode as note:
    1026944 - New cache mode for BI 7.0 without directory
    As per the note:
    To activate the new cache mode, run the report SAP_RSADMIN_MAINTAIN with
    the following parameters and the option "INSERT":
    OBJECT:    RSR_CACHE_ACTIVATE_NEW
    VALUE:     X
    After this procedure you can benefit from the new cache mode by
    activating it for your query or queries. Go to RSRT -> enter query -> properties ->
    cache mode: 5 Cluster Enhanced should be selected.
    Or via mass maintenance to all queries (transaction RSRT -> menu "Environment" -> "Mass Maintenance").
    It should resolved your issue.
    Thanks,
    Venkat

  • Is this a bug of Outlook 2007 about images displaying in signature?

    I've done many tests and researched on website or MS KB. But still got no solution.
    My issue is:
    I make a signature with images linking from website which can be easily accessed.
    I setup this signature in Outlook 2007, when I compose a new mail, and choose the signature I set. It won't show the images with a high percentage rate, meanwhile, I try to get into "Signature"-"Signature...", 
    Outlook2007 gets stuck, then you can not close Outlook or open Internet Explorer unless you kill the process of OUTLOOK.exe.
    1. Test are done under a clean XP system and Office 2007 standard fresh installed. Also there are some other staffs who help me test the signature that report the same issue on Office 2007.
    2. Images are rendered in 96dpi. They are all in very small size stored on website, can be easily accessed without network connctivity problem.
    3. The signature is made by simple HTML language not by Outlook signature setup wizard. but in this case,  you can ignore which method I use to create the signature. The images in signature can be displayed well in Outlook 2003 &
    2010. Also I have tried insert images using "link to file" in Outlook signature setup wizard, got same issue.
    4. Don't suggest me to store the images locally. These images should be updated after a period. You can not ask the company staffs to update these images manually by themselves. and even if the images are stored locally, the images won't be shown
    in Outlook 2007 with a high percentage rate.
    5. I've tried setup signature with or without an account profile, got same issue.
    6. I 've tried without an accout profile, just copy the signature file to Outlook signature folder, unplug the network cable, and "new mail" then load the signature, of course, the images won't be shown because network connection doesn't exist,
    and then when I try to get into "Signature"-"Signature...",  the Outlook interface also gets stuck. So I think Outlook 2007 may have some problem on detecting the network connectivity.
    7. It is not possible to upgrate the version of Office. Since Office 2007 isn't out of date and is powerful enough for us, no one want to pay more money just to avoid this issue.
    I don't know why I cannot upload a screenshot for troubleshooting. If needed. I can send a mail with screenshot attached.
    So far to now, I still get no solution, I think this is a bug of Outlook 2007, because the same signature, there is no problem on Outlook 2003 & 2010. Hope someone of MS staff can see this article and report to technical support center.
    I would appriciate anyone's kindly help but please consider that you understand what I am talking about. I don't want to waste time for each of us.
    thanks in advanced.

    What kind of problem about the display image in signature?
    How do you add the image into the message body when you send the message?
    Does it show correct through Web-based access?
    Outlook 2007 doesn't support some of Style Element, you may reference the link as below:
    http://www.campaignmonitor.com/css/
    Thanks.
    Tony Chen
    TechNet Community Support
    Thanks for your reply,  I know that some Style Elements won't be supported in Outlook, but this is not the reason.
    Please refer to my post previously, I post it but get no response.
    http://social.technet.microsoft.com/Forums/office/en-US/481170b1-f23f-4d46-9914-823326491846/is-this-a-bug-of-outlook-2007-about-images-displaying-in-signature?forum=outlook

  • Report images in Report Viewer are shown in original size

    I have a strange problem with embedded report images. I have inserted few images to report and set their size to FitProprtional. When I run the report in BIDS (VS 2008)  the rendered image is shown as it is supposed. When I install the report to CRM
    2013 Online environment and run the report the report viewer shows the images in original size. But when the report is exported to PDF or Word the images are displayed the size I want them to be shown. Good thing is that the reports are ment to be used as
    printed, but it is quite annoying to the users when they preview the reports in report viewer.
    Cheers,
    Pete

    Any ideas to this?

  • Language settings in Portal for WAD reports

    hI,
    In WAD 3.x when we execute the report in the URL we can see language =EN, (https://inls51556188a:6001/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZLUMM_Q100_TPL01)so even when the user browser settings are in German still the report gets displayed in English where as when the user login in German and  execute the report in WAD 7.0 it displaying the techical names for text data and infoobjects names as there is no text data maintained in German.
    Is there a way to fix the language in the iView of the WebTemplates directly in the Portal.If so how can this be done?
    Thanks ,
    Sany

    HI,
    Now there are two options that you can use to over come this:
    1. If the concern is just about the query related then you can do 1 more thing. In the query designer login- with language german, Open your query, you will see the technical names of the chars and key figures (calculated, restricted and formula, selection's as well), now here u need to maintain the description for each of them in english (i.e. simply type the text in general tab for each of them) and save the query.
    2. There is table for info-object's text manintainece you need to maintaine the description of info-object's used in your report's in english with language key set to German.
    thanks in advance
    regards
    Edited by: venugopal vadlamudi on Jun 27, 2008 8:53 AM

  • WAD Report(Template to be opened in new browser tab)

    Hi,
    I have an urgent issue with WAD Report.
    I have my Template with Tabstrip containing Link Item, which opens another template on click. For this I used transfer state instruction by which new template is opened in the same tab of browser,I need new template(on clicking Link Item) to be opened in new tab of browser and the old one to remain in same browser tab.
    Thanks in advance,
    Regards,
    Rajeswari.

    Hi
    I did something similar before.
    I had three tabs.
    Summary Tab
    Details Tab
    Totals Tab.
    By default when user runs the template, first tab is displayed with summary details. When user wants to drill down to the details of particular line, then user clicks on the row. When clicked on the row, details report gets generated in the second tab but user manually needs to go to second tab to see the details.
    To achieve this i did the following
    DP1, Analysis gird properties
    "row selection"-->single with command and used SET_SELECTION_STATE_BY_BINDING.
    Thanks
    Srikanth

  • How to start WAD report from MSS with Hierarchy ?

    Hello to all.
    I have a WAD Report that the parameters for it are: Org  unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar.

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

  • Hierarchy org unit to wad report from MSS

    Hello to all.
    I have a WAD Report that the parameters for it are: Org unit - as the root, and a year/month.
    The report receive an org unit and display data for it and for all org units under it in the Org. structure.
    I start the report from the MSS on portal.
    In R/3 in table T77MWBBWS I created an entry for that report with Reference char. = "ORG_STRU" instead of "0orgunit".
    The report ignores the Org unit that I choose from the MSS selection screen, and starts with the Root Org unit of my Org structure.
    What to do in order to start the report with the Org unit that i select and to get results for all the org. units under it ?
    Thanks, Pazit Atar

    I am also facing same problem.
    I want to know how the org unit which is selected on MSS screen is passed to backend R/3 report (which is using PNP logical db)
    PLEASE HELP.

Maybe you are looking for

  • Where Can I Find a Complete Reference for ASA 5505 Product IDs?

    I've spent way too much time exploring the Internet looking for a definitive reference to pin down and completely explain all of the Cisco product ID mumbo jumbo . . . specifically for the ASA 5505 security device.  In general I'd like to have this i

  • Data Source Login (ColdFusion)

    I am trying my best to work with Coldfusion however, when I'm connecting my database in Dreamweaver it's asking me for a password. Also, when I'm creating my data source in coldfusion I'm getting an error. Should I have my WAMP sever on? and if so, i

  • Why do my photos appear as an exclamation mark when i open them?

    Why do my photos appear as an exclamation mark when I open them? I used my time machine back up from my old expired power mac and uploaded the contents onto my new iMac. All of the files uploaded successfully as far as I can see (except the old progr

  • APPS Not Working

    just bought and setup a HP 7520 printer it is running wireless and is connected to my router and pc I have printed an emailed page and a word document from PC. My problem is whenever I try one of the apps on the touch screen it goes to Apps Updating

  • Java.io.FileNotFoundException when deploy converter in Tutorial

    I try to deploy converter application in the Tutorial. Always got the following Error: java.io.FileNotFoundException:http://10.1.5.104:9191/converter/ConverterAppClient.jar checked in examples/src/converter. The jar file is not there. But I found the