Show Picture in Report

Hi i need to include an imagen in my report, but i can't create an extra dynpro for it.
Let me explain: When you execute your report and you have a write sentence, the report launches a new screen with the text you have written. But this screen is not a dynpro i can edit with screen painter.
Can i insert an image in this screen?????
Thanks.

Hi Jose,
I don't suppose you can edit the write screen,
You may have to create a screen from screen painter and call the image there in the
image control or the custom container.
Regards,
Samson Rodrigues.

Similar Messages

  • Showing Picture At Selection screen.

    Hi,
    I want to show Picture from my PC hard drive at selection screen of abap program ( SAP repo. mime type i know but i want specially from my hard drive on pc ).
    how it can be possible ? if possible give code.
    Thanks,

    Hi
    if you have a simple report " selection screen of abap program 1000  ".... I think it´s not possible....
    but.
    If you have a "handmade" dynpro 0100 > try to use a HTML Container ( its start a Internet Explorer .. ) and shows you the gif, jpeg..
    But it´s easier to use a external/internal UI adress ( Webspace ) for the picture, as the dektop space fg
    Best reg Robert

  • I have an emac OS X 10.4.11. Safari has not been showing pictures.

    I have an emac OS X 10.4.11. Safari has not been showing pictures or icons for two weeks. This AM I downloaded the latest version of Safari for my computer and still have the same problem. Did I click something by accident? I  reported the problem through the Report Bugs option on the drop down menu.

    The following is from a Safari help page:
    If images aren’t displayed
    Reload the webpage
    Choose View > Reload Page, or click the Reload (curved arrow) button in the Safari toolbar.
    Check your preferences
    The option to display images may be turned off. To turn on webpage images:
    Choose Safari > Preferences and click Appearance.
    Select “Display images when the page opens.”
    Try opening a different page
    If images appear on other webpages, the problem may be limited to a particular page. Contact the owner of the website for assistance.
    Check the Develop menu
    If you are developing a website, open the Develop menu and make sure that Disable Images is not selected.

  • Safari 4 beta stopped showing pictures

    I've been using Safari 4 beta since yesterday.
    Today, Safari suddenly stopped showing pictures.
    Not a single picture is shown on any web page.
    I've tried both restarting and resetting Safari, but no change.

    Hmm... Can the top banner be seen? Well, you can report it stright to Apple using their new button.
    Consider it is still in Beta stage.

  • I get no audio for the Daily Show and Colbert Report

    I am using the most recent Adobe Flash Player 11.4.402.265 with Windows 7, 64-bit, which works for all videos except those for The Daily Show and the Colbert Report, which have no audio.
    The Daily Show and Colbert Report play in Google Chrome, but not in Firefox.

    Sometimes it's jest THEM! But be sure to check PLUGINS. The Shockwave and Java applications may need 'PLUGIN UPDATE' for newer versions. Suggest a check for any outdated PLUGIN UPDATE found from the Mozilla Firefox Toolbar 'Help' Menu > 'Firefox Help' > [lower right margin displays link to more info to review and 'UPDATE PLUGIN's!

  • Report Document not show on Crystal Report Viewer in C#

    My program is modified from VB.NET. Now I struck with Crystal Report that Crystal Report Viewer didn't show Report Document.
    Printing code is composed of two forms. One assign parameters and objects need. Other is Crystal Report Viewer form, CrystalReportForm. Last one run report by parameter from the first.
    When run this code that it didn't found any error but the problem is no report show on Crystal Report Viewer on second form. It just blank Crystal Report Viewer. There arm't any message response.
    Here is my code.
    // report caller form.
    private void Print()
       CrystalReportForm rptForm = new CrystalReportForm();
       string[] strtbl;
      strtbl = new string[1];
       string[] strqry;
      strqry = new string[1];
       // prepare var
       string myqry;
       string myrpt;
       // Pass The Table That you used in the crystal Report
      strtbl[0] = "r_receipts";
       // Pass the Query
      myqry = "SELECT * FROM r_receipts";
      myrpt = "rptReceipts.rpt";
      strqry[0] = myqry;
       //Pass For Mdi True
      rptForm.MdiParent = this.ParentForm;
      rptForm.ViewReport(myrpt, strtbl, strqry, "");
       //Parameter Value It is Optional
      rptForm.Show();
    // Crytal Report Viewer form.
    public void ViewReport(string ReportName , string[] TableName, string[] QueryString , string Parameter = "")
       //Me.MdiParent = mainpage;
       if (TableName.Length  != QueryString.Length  )
       MessageBox.Show("Passed Variable Are Not Correct", "Message", MessageBoxButtons.OK, MessageBoxIcon.Information);
       return;
       CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
       CrystalDecisions.Windows.Forms.CrystalReportViewer crv  = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
      crv.ActiveViewIndex = 0;
      crv.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      crv.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
      crv.Dock = System.Windows.Forms.DockStyle.Fill;
      crv.Location = new System.Drawing.Point(0, 0);
      crv.Name = "CrystalReportViewer";
       MySqlDataAdapter at =new MySqlDataAdapter();
       DataSet ds = new DataSet();
       for (int i = 0; i < TableName.Length; i++)
      at = GetDataAdeptor(QueryString[i]);
      at.Fill(ds, TableName[i]);
       string rptPath  = "";
      rptPath = Application.StartupPath + "\\" + ReportName;
      rpt.Load(rptPath);
      rpt.SetDataSource(ds);
       if (Parameter != "")
      rpt.SetParameterValue(0, Parameter);
      crv.ReportSource = rpt;
      crv.Refresh();
       //CrystalReportViewer.DataBind();
       //Me.Panel1.Controls.Add(CrystalReportViewer);
       Panel panel1 = new Panel();
      panel1.Controls.Add(crv);

    Hi Bhushan,
    It's not yet fixed. My dataset (ds) can't bine to DataGridView as
    DataGridView1.DataSource = ds
    But it could do like this
    DataGridView1.DataSource = ds.Tables[0];
    When I bine to Crystal Report Viewer setdatasource
    CrystalReportViewer1.setdatasource = ds.Tables[0];
    It still not work, anyway you suggest let me in the right way. I very confuse the thing I fix to bine to DataGridView
    Thank,
    Chaiwat

  • How to show a crystal report in a SAP Portal?

    Hi
    I am trying to show a crystal report in SAP Portal. I did a crystal enterprise report iview, and in SAP portal I got this error when I trying to show it:
    404 Missing Page
    The page you requested is not available on this web server for one of the following reasons:
    The address you typed may be inaccurate. For example, a character was missing. To correct this issue, double-check the address and make sure that it is spelled correctly.
    If you clicked on a link or button, the web application that generates this link may be experiencing a temporary problem. Close and restart your browser and try the link again at a later time.
    Then I test ce_url service, and got this error:
    Service cannot be reached
    What has happened?
    URL http://portalsap:8002/sap/bw/sap-client=100_cmsname=ipmachinebo call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system BTP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:mars_BTP_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    I reviewed a Ingo's blog, and I have the configuration like he mentioned. With this handler
    /CRYSTAL/CL_BW_HTTP_HANDLER
    In http tab, I have
    Protocol: http
    Web server host and port: ipmachinebo:8080
    Path: SAP
    Viewer application: reportView.do
    can someone help me please?
    Regards,
    Paulina

    Hi Ingo
    Thank you for your response,
    I changed the 2 items, but I got this error when I executed the report in portal
    HTTP Status 400 - Invalid path /viewreport was requested
    type Status report
    message Invalid path /viewreport was requested
    description The request sent by the client was syntactically incorrect (Invalid path /viewreport was requested).
    And  when I tested the ce_url service I got this error:
    Service cannot be reached
    What has happened?
    URL http://mars.penitus.com:8002/sap/bw/sap-client=100_cmsname=192.168.0.35 call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system BTP with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:mars_BTP_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Regards,
    Paulina

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

  • How to count records from 2 tables and show in RDLC Report

    hi all,
    its being a one day searching for the solution but No Luck.
     I have two SQL tables tblstudetail and tblfeereceiptdetail.
    i just want to count records from both tables and show in RDLC report.
    I tried SQl Query Like This:
    select a.session, a.course,
    Count(CASE a.ADstatus WHEN 'OK' THEN 1 ELSE 0 END ) AS Admission,
    Count(CASE s .I_receiptstatus WHEN 'OK' THEN 1 ELSE 0 END) AS Feeprint
    from
    tblstudetail a
    FULL join
    tblfeereceiptdetail s on s.studentID = a.studentID
    where a.session = '2015' AND s.Fsession = '2015' AND a.adcat = 'Regular'
    GROUP BY a.session,a.course
    ORDER by a.course
    The result Show the Same Value in Both columns
    Session    Course      Admission       FeeDetail
    2015          B.A. I               275              275
    2015          B.A. II              307             307
    2015         B.A. III             255            255
    2015          B.Sc. I             110             110
    2015           B.Sc. II           105            105
    2015          B.Sc. III            64               64
    Actully I want to Count How many ADMISSION have been Taken(FROM tblstudetail) and How many FEE RECEIPT have been Print (From tblfeereceiptdetail).
    please guide me for this as soon as possible.
    thanks in advance...

    I am counting 'OK' in both the table columns I.e 'ADstatus' in tblstudetail and 'feereceiptstatus' in tblfeereceiptdetail
    please suggest me

  • Unreadable codes shows in PDF report.

    Hi,
    I need to export PDF report via OAF page.
    But thers is some unreadable codes(Actually is chinese character) shows in PDF report.
    So, would you please help me out.
    BTY: Both rtf and xml have chinese character.
    CO:processFormRequest:
    if (pageContext.getParameter("ExportPDF") != null) {
    try{
    BlobDomain blobDomain = (BlobDomain)am.invokeMethod("generatePdfDoc");
    System.out.println("-------------2");
    DataObject dataobject = pageContext.getNamedDataObject("_SessionParameters");
    HttpServletResponse httpservletresponse = (HttpServletResponse)dataobject.selectValue(null, "HttpServletResponse");
    int i = (int)blobDomain.getLength();
    ServletOutputStream servletoutputstream = httpservletresponse.getOutputStream();
    System.out.println("-------------3 " + i);
    if (i > 0)
    byte abyte0[] = blobDomain.toByteArray();
    httpservletresponse.setContentType("application/pdf;charset=gb2312");
    httpservletresponse.setContentLength(i);
    httpservletresponse.setHeader("Content-Disposition", "Attachment;Filename=Test.pdf");
    servletoutputstream.write(abyte0, 0, abyte0.length);
    servletoutputstream.flush();
    servletoutputstream.close();
    }catch(Exception e){
    e.printStackTrace();
    throw OAException.wrapperException(e);
    AM:
    public BlobDomain generatePdfDoc(){
    BlobDomain blobDomain = new BlobDomain();
    //Get Rtf
    RtfVOImpl rtfVO = getRtfVO1();
    rtfVO.setWhereClauseParam(0, "Test222");
    rtfVO.executeQuery();
    System.out.println("===="+ rtfVO.getRowCount());
    Row rtfRow = rtfVO.next();
    BlobDomain rtfFile = (BlobDomain)rtfRow.getAttribute("FileData");
    InputStream rtfIS = rtfFile.getBinaryStream();
    try{
    // Execute VO
    PdfDataVOImpl dataVO = getPdfDataVO1();
    dataVO.executeQuery();
    System.out.println("----"+ dataVO.getRowCount());
    //created the XML data by VO
    ByteArrayOutputStream baosXML = new ByteArrayOutputStream();
    String xmlHeader = "<?xml version=\"1.0\" encoding=\"gb2312\"?>\n";
    baosXML.write(xmlHeader.getBytes());
    ((XMLNode)dataVO.writeXML(4, XMLInterface.XML_OPT_ALL_ROWS)).print(baosXML, "gb2312");
    System.out.println("-----------------------------------===");
    System.out.println(baosXML.toString());
    //created the XSL template by RTF file.
    RTFProcessor rtfP = new RTFProcessor(rtfIS);
    ByteArrayOutputStream baosXSL = new ByteArrayOutputStream();
    rtfP.setOutput(baosXSL);
    rtfP.setExtractAttributeSet(RTFProcessor.EXTRACT_DISABLE);
    rtfP.process();
    //created the PDF file by XSL and XML
    FOProcessor fop = new FOProcessor();
    fop.setData(new ByteArrayInputStream(baosXML.toByteArray()));
    fop.setTemplate(new ByteArrayInputStream(baosXSL.toByteArray()));
    fop.setOutput(blobDomain.getBinaryOutputStream());
    fop.setOutputFormat(FOProcessor.FORMAT_PDF);
    fop.generate();
    }catch(Exception e){
    e.printStackTrace();
    throw OAException.wrapperException(e);
    return blobDomain;
    }

    Need help!

  • HT4623 I was updating my i5 phone and now it shows picture of iTunes and plug what am I todo as I can't use the phone?

    I Was updating my i5 phone and it shows picture of iTunes and plug what am I to do?
    i Can't use my phone and shutting on and off won't help.

    Plug it into iTunes like it shows. It should tell you it has found a phone in recovery mode. You will need to restore the phone.

  • Aperture 3 Not Showing Pictures in Edit But Otherwise OK

    Hi,
    Aperture 3 is not showing pictures in the edit screen. Previews are ok. Moreover, when I zoom in in the edit window, pictures are showing correctly. Also they are shown a second after an adjustment is applied (and, actually, if you hold the slider you can see the picture the whole time). It exports fine.
    I've tried:
    repairing permissions;
    repairing database;
    rebuilding database;
    creating a new library and importing;
    manually repairing the library as per https://discussions.apple.com/message/11700059#11700059
    re-installing Aperture;
    reparing permissions system-wide.
    Nothing helps. I don't have the backup, obviously. System is Macbook Air 1.7 GHz i5, 4Gb.
    Could anyone, please, help?
    Thanks in advance,
    G.

    OK first off the procedure you referenced re: manually trying to rebuild a library is a last ditch, library is on fire, crashes the world procedure. It is never to be done as a first wave troubleshooting step and it is never to be done without a complete backup of the library. Hopefully that hasn;t added anything to the problem.
    Ok that's out of the way. You should start by removing the filter you have on the browser. It's most likely not causing this but there is no need for it and it's only adding a layer of complexity we don;t need now.
    What version of Aperture? If it is 3.2.3 (the latest from yesterday) did this start happening the? If it is not the latest you should upgrade.
    Does this happen with all images in the library or only some? What type of images RAW or JPG?
    If you create a new empty library and import a few images into it does the problem still happen? What if you make a new user and run Aperture as that user on a new library?
    When did the problem start? Was it working OK before with this library?
    Finally have you rebooted since this problem started?

  • Firefox is no longer showing pictures within icons

    Hi,
    My Firefox has stopped showing pictures within icons.
    If you can imagine an webpage that is used to send and receive email. This webpage has the "Reply" button. My reply button used to have a left arrow picture within the button however now there is nothing but a faint grey box. There is nothing that denotes this box as a button (reply or otherwise) . If I hover over the box the word "reply" will appear.
    All websites are like this...no "rich" web experience...just a white page ans faint grey boxes.
    I am operating Windows 7 Home edition.
    I uninstalled FF and reinstalled it and still no luck.

    Hi Cor-el,
    Thank you for your kind attempt at fixing this problem.
    I performed both of the fixed suggested above and still no pictures within the buttons. I closed FF and restarted and no joy.
    Can you PLEASE keep scratching your brain and think up something eles?
    As described...when looking at my email web page there used to be in the "reply" button a left pointing arrow and the "forward" button had a right facing arrow. Now there is nothing but a very faint box around where the button is (almost cannot see it). It is the same with other web pages as well.
    If I hover over the button the "Reply" cloud-ey thing pops up.
    Without the pictures in the icons it makes the email page almost useless.

  • Option claims from CRM are not showing in BW report.

    Hi All,
    We are having a problem with BW report. The report shows all the claims thatt are created in CRM system( spource sys- CRM). We notices that claims that are called as option claims are not showing in BW report, but they are present in BW. I have checked filters in report design. no filters exist. Where they are getting filtered out. Please help me.
    Haaris..

    Hi,
    I am giving you ore information on the above issue, the above query is running on an infoset, I realized, data is missing from infoset. Where as the data is present in DSO.
    The other thing I can see every other claim in BW, but I cannot see Option claim which are very less compared to other claims.
    The infoset has four DSOs and one characteristic as components.
    Please let me know if you get any idea?
    Haaris.

  • FF will not show pictures in Ebay and Amazon BUT OK in IE8

    I have winXP pro on 3 machines all the same problem.
    I can have the same window open in both programmes.
    IE8 / IE7 shows pictures
    FF4 says pictures not available
    Problem with Halfords / Ebay / Amazon

    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) that can block images.

Maybe you are looking for

  • While Creation Of SaleOrder Char Values are not getting saved.(V C)

    Hi SAP gurus, One of my client can able to create a saleorder but when we go and see in VA03 Display mode,we found Charactrestic values getting miised out.What could be the probale reasons. Note: I Have stimulate the required combination as per my cl

  • Linking up old printer?

    Is ther any way to link up an old laserwiter printer with just a serial/parralle port to a Mac G5 ((aluminium) I think it only has the option of USB, firwire and ethernet on the back of the Mac??

  • UTF-8 doesnt work...

    Hi Forum. I have some troubles using UTF. Environment: - Client (developer machine): Windows XP SP2 (spanish) Dreamwever 8.0.1 (spanish) - Test server: Windows 2003 Server (English) Coldfusion 7.0.1 updated (English) This is the way: We create a new

  • Can a 2009 iMac11,1 be upgraded to Lion?

    I have a 2009 iMac that I have tried previously to upgrade to Lion.  I remember that it was severly unsuccessful.  I do not remember why.  Before I try again, I wanted to ask the community about their experiences with the upgrade.  My hardware data i

  • Aperture for those of us still shooting film ?

    I'm interested to know if and how those of us still shooting film are using Aperture - I by no means want to start a Film vs. Digital debate, I just want to know without the benefits of the metatag and RAW file support, is Aperture really all that mu