How to attach an image in xls report

Hi, does anyone knows how to insert an image in excel report?..
We'd been working this for so long and it seems that the report cannot locate/render the image properly ..
I hope someone can give me some tips and help..
Thanks ..
--original sql code  TEXT format                               
OWA_UTIL.MIME_HEADER('application/vnd.ms-excel', TRUE, 'MaGiC_KeY');
HTP.P('Content-Disposition: attachment; filename="' || V_RPT_TITLE_NO_SPACE || '.xls"');
OWA_UTIL.HTTP_HEADER_CLOSE;
--end of original sql code
--begin DEV mode Insert Image - Logo
--OWA_UTIL.MIME_HEADER('application/vnd.ms-excel', TRUE, 'MaGiC_KeY');
owa_util.mime_header( 'application/octet-stream', FALSE );
htp.p('Content-Type: application/ms-excel');
HTP.P('Content-Type: multipart/related; boundary="----=_NextPart_01CA74F8.C8882F00"');
HTP.P('------=_NextPart_01CA74F8.C8882F00');
htp.p('Content-Disposition: attachment; filename="filename.xls"');
-owa_util.http_header_close;
--end DEV mode
base64 code (image)
HTP.P('------=_NextPart_01CA74F8.C8882F00
Content-Location: file:image001.jpg
Content-Transfer-Encoding: base64
Content-Type: image/jpeg
/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4ADkFkb2JlAGTAAAAAAf/b
AIQAAgICAgICAgICAgMCAgIDBAMCAgMEBQQEBAQEBQYFBQUFBQUGBgcHCAcHBg.....')

Two thoughts.
The first is to ask Microsoft since it is their software.
The second is to throw Excel away and get a real report writer like Business Objects or Cognos or one of the many report creating projects Oracle provides.
Excel, by definition, is a violation of audit trail rules.

Similar Messages

  • How to attach files like .doc, .xls, .pdf  and so on in Design Editor (WYSIWYG)

    Hi,
    I want to attach files like .doc, .xls, .pdf. etc in my Design editor, instead of importing those files. Is there any way to do that. Please help.
    Thanks,
    Vinay Jaassiel Kankipati
    Technical Writer

    Hi Vinay.
    Would these files be editable and if so, where would they reside? If you want people to be able to edit the files, you need to consider where the files are located. If you link directly to a file in RoboHelp, a local copy is copied into your project as a baggage file. If a user then clicks on the link, the local copy is opened and any edits can not be saved back to the WebHelp's output location. However if you were to create an image (like the ones you used above) and added a hyperlink to the file's location - i.e. on a network drive outside the project, this would enable users to edit and save changes to the original file location. Hope this helps.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • How to attach a image in the transaction

    Hi Experts,
    How to attach a bitmap immage in the Z transaction.
    I have uploaded the image through the transaction SE 78.
    Sturggling how to attach it to the transaction and the to the transport request.
    Thanks in Advance
    Irfan Hussain

    Hi Irfan,
    Standard SAP images which are used in Scripts stored in One table (that table is Cluster one).
    and ENJOY SAP LOGO are stored in different place.
    Run the Transaction OAER
    CLASSNAME   PICTURES
    CLASSTYPE   OT
    OBJECTKEY   ENJOY
    now you can see the Enjoy logo, and this is another way of uploading the images(of any type).but these are used in ALV"s etc(not in SAP scripts).
    Regards
    vijay

  • How to display an image in a report ?

    I put the following code into the PLSQL - section <after header is shown>:
    declare
    v_str varchar2(2000);
    v_rowid varchar2(200);
    begin
    select ROWID into v_rowid from mytable where id=1;
    v_str:=htf.img(curl=>'http://rdspc23/pls/portal30/PORTAL30.wwa_app_module.file_download?p_block=DEFAULT&p_object=BILD&p_source='&#0124; &#0124;PORTAL30.wwv_htf.url_encode(v_rowid));
    htp.p(v_str);
    end;
    (This code is extracted from a form and inserted in my report.)
    If the image is in the browser-cache i can see the image and everything works properly. If the image is not in cache then there is only a broken link.
    When i try the link in a separate browser window the folloing error message appears:
    No data returned from stored procedure
    The PL/SQL gateway invoked a stored procedure as part of processing the URL but the procedure returned no data.
    What can i do to insert an image in a report.
    Are there any documentation for the plsql-packages which portal is using ?

    I tried it doing it this way and it worked -
    1. copy the image into the directory aliased in 9iAS configuration file as '/images/'.
    2. In the PL/SQL code section after header, I write the following code -
    begin
    htp.p('<img src="/images/pobexp.gif"/>');
    end;

  • How to attach an image

    I want to attach an image to a Sprite named spriteBg and I need to do it using actionScript.
    I've been trying the following (my image is in the same folder as the class file), and I can draw the graphic shape, but the image won't show up. Is there a better way to do this?
             myImage=new Image
             myImage.source="@Embed('checkmark_green.png')"
             spriteBg.addChild(myImage)
             spriteBg.graphics.beginFill(0x00ffff);
             spriteBg.graphics.drawRect(0,-30,10,10);  

    Hi,
    You can not add image into the sprite directly.Instead you have to get the bitmap of the image,
    and add the bitmap to the sprite.
    Shardul Singh Bartwal

  • How To Dynamically Load Images in Crystal Reports?

    Post Author: philips
    CA Forum: General
    What I want is to have image files saved on a local drive and the images to be loaded into a picute/image frame based on a certain condition - same way it's (easily) done with VB.Net or ASP.Net image objects.
    Can you help?

    Not in Crystal Reports Basic for Visual Studio 2008. You'll have to upgrade to CR 2008 (12.x). Then use kbase [1320507|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] as a guide on how to do this.
    Ludek

  • How to attach the images linked in VF03 transaction to an Email

    Hi Experts,
    I want to retrieve the images attached to service for object level in VF03 transaction and attach it to an Email.
    The images attached to the service for object level resides in an external system and we are using archivelink functionality to link the images to SAP level.
    so can anybody help me to find a solution to thisrequirement?
    Regards,
    Ratheesh BS

    Hi,
    Refer to the link it is explained how to configure the output type to send the email with PDF attachment on saving the Billing Document.. you need to do the same way..
    Email Billing document as PDF Attachment while saving from VF01/02

  • How to display the Image in PDF report by using iText Report

    Hi
    Im trying to display the image which is very big one.
    This is my code
    Document document=new Document();
    PdfWriter.getInstance(document,new FileOutputStream("imagePDF.pdf"));
    document.open();
    Image image = Image.getInstance ("1.bmp");
    document.add(new Paragraph("Images in PDF"));
    document.add(image);
    document.close();
    But the image "1.bmp" is displayed partially. Its not spanning to the next page.
    Can anyone help me to solve this one?
    Thanks in Advance
    dhilip

    Do you actually want the image to span multiple pages? I am not sure that will be possible without splitting the image; the itext mailing list would be the place to ask.
    You could make the the page size big enough for the image using Document.setPageSize()

  • How to attach icon images to test messages?

    I've seen text messages that include small icon graphics; where do you find these?

    To change your Applications folder icon:
    In Finder, press shift-command-G, paste in the following and press Go..
    /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ApplicationsFol derIcon.icns
    Change the name of ApplicationsFolderIcon.icns to ApplicationsFolderIcon.icns.backup
    Confirm this change by selecting Use .backup and enter your password
    Move the .icns file you want to use for your Applications folder and rename it ApplicationsFolderIcon.icns
    Enter your password when prompted
    Restart your computer, open Terminal, type
    killall Finder
    and press return.
    You should have a new Applications folder icon.
    To revert, delete the new file, change the name of the original file back to ApplicationsFolderIcon.icns and follow the rest of the steps above.
    [NB: This change may not stick through future OS updates]

  • How to attach image, screen shot or excel table to master vendor copy.

    Hi,
    Please let me know how to attach an image or excel table into "header text" table. This has to be printed and sent to the customer. We use SAP GUI to create purchase orders.
    Thanks in advance.
    Kushal

    Past the code into the post and then click on the post preview tab to check to see if the image rendered...it should show, if not, then either the code wasn't copied properly or the wrong embedding code was used.
    That will provide a link to the image in separate browser window or tab. But if you place a "!" (an exclamation mark) at either end of the link (with no spaces or quotation marks), the image will then be displayed inline, within your post.

  • HOw to attach transaction to a report

    Hi..
    can anybody tell,,,how to attach a trasnaction to a report ?

    Hi sarang,
    <b>1. go se93
    2. enter tcode ( starting with zxxxxxx)
    4.  enter short text
    5. select start object as program and selection screen ( Report transaction )
    6. give program name
    7. give  screen number (1000)
    8. u can also give authorization object ( if required optional)
    9. click on save and give development object
    </b>

  • How to attach HRFORMS payslip to report HINCEDT0?

    hi,
    while executing the report HINCEDT0 we will be specifying the Form Name (Screen field FORMULAR) in selection screen. this form name was designed in PE51.
    in the same way i have to attach the payslip which is designed using tcode HRFORMS.
    Now, how to attach this HRFORM name to report HINCEDT0.
    Is it possible or not.if it is not possible is there any other report like this to attach HRFORM name to display payslip.
    Any helps...........
    Regards,
    Shankar.

    hi,
    Any helps.........
    Regards,
    Shankar.

  • How do I attach an image to an iMessage in Mavericks?

    Hi, I receive images to iMessage on my iMac but I cannot work out how to attach an image.
    I can import an image from a camera or scanner and I can capture part of the screen, but I cannot work out how to attach an image I may have on my iMac or in my photostream.
    Any thoughts?
    Regards

    Hi,
    Drag any file from somewhere like the Desktop or Finder window to the text entry field in Messages.
    It will show as a highlighted item.
    Click the space bar or add text then Send
    Pictures sent this way should display In line.
    Making the main Messages window bigger or smaller will have some scaling effect.
    (iChat used to go as big as the window could be made)
    You can also drag direct from iPhoto (if you have the Screen Space to see both side by side)
    In some Apps you can highlight a pic and then chose the Share option.
    This then gives you a list of methods to send it
    For Messages it shows you a dialogue box with the item already place in it.
    You then have to choose who to send it to.
    From Preview.
    9:58 pm      Thursday; October 31, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Thumbnail images in crystal report XI R2

    Please help on how to show thumbnail images in crystal report XI R2 using Oracle datbase.We are storing the images in database using image location ex:http:
    ..jpg and not the image itself.

    Crystal does not have the bility to use thunbnails. But that would be a great enhancement. I'll add it to the Enhancement request database.

  • Load Multiple Images in Crystal Report using Paths

    Hi Guys,
    I am currently in need of developing a new requirement for our company's client. We have to load multiple images using just link in Crystal Report. Let's say that the images are stored in a folder (e.g., C:\Datafolder\Images\) and i have to fetch two images to show in crystal report (say, C:\Datafolder\Images\imageval1 and C:\Datafolder\Images\imageval2). These are actually dynamically created and therefore the number of images are not known and so i have to iterate through the list of image links.
    Is it possible using merely crystal report and how?. If not, can I do it using Crystal Report SDK?. Any help will be appreciated. Please take note that we're also using C# in developing our software applications.
    Thanks and best regards.
    ---CHITO--

    There are also a number of KBAs:
    1296803 - How to add an image to a report using the Crystal Reports .NET inproc RAS SDK
    1199408 - How to load an image from disk into a dataset using CSharp (C#) in Visual Studio .NET
    Other related KBAs:
    1216239 - How to access a Crystal Report "Preview Picture" using the CR .NET or RAS .NET SDK?
    1373770 - How can I add a picture to a Crystal Reports subreport using the RAS .NET SDK?
    1320507 - How to change images dynamically in Crystal Reports based on parameter selection?
    And more. Please do use the search box in the top right corner. Simple search terms are best. E.g: 'crystal image net' or 'crystal image format formula', etc.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • How can I put more than One ComboBox in the Driving Frame of a Frame Driver

    Hi, I am working with a Frame Driver and I want that in the Driving Frame put more than one ComboBox to filter the report, for example, I want to put one combobox for City, another for Year, and another for Month, and when the user select the City, Y

  • STO: item sequence in PO is different from delivery doc

    Dear All, Issue is regarding STO. Once we create the purchase order then do the delivery. What we observe is the item entered in PO is not in the same sequence while creating the delivery, due to which client is facing the problem at invoice level. F

  • Low disk space (Boot Camp) - can I repartition my hard drive?

    Hi there - I am a MacBook user through and through.  However, I partitioned my hard drive 3 years ago using Boot Camp to do some light Windows-only work.  I only partitioned 8 GB to Windows, which wasn't a problem til now.  I'm now trying to use some

  • Client no in SAP Business System name.

    Hello All, I am currently working on naming for the SAP PI objects. In my previous SAP PI implementations I used naming like  SIDCLNTNO ( f.e. DPECLNT110 ) and SAP Recommends that as well. However we faced problem while pointing the different client

  • Uninstall camera raw 7.3RC and reinstall cameral raw 7.2

    I think camera raw 7.3rc is causing problems with my plugins.  I woyuld like to get back to cameral raw 7.2. How can i do that?