Need help on rsrt html in SAP BI 7.4

help required..while executing report in rsrt html in BI 7.4, and try to export to excel, the destination path is not shown,instead generates a bookmark and an invalid report..can you please give a fix to this..

Hi Aziz,
Please refer the below blog for details and you can use the post method.
HTTP Test Tool for SAP PI 7.3
PI 7.30 HTTP Java Adapter Test Tools

Similar Messages

  • Need help in deciding the right SAP certification.

    Hello Expert,
    Need some help in deciding upon an SAP certification. I am 4+ years experienced in SAP ABAP. Is there any value add in doing ABAP certification or should i go ahead and do something on the lines of Netweaver, MDM or CRM ???
    Please advise.
    Thanks and Regards,
    Josin George

    Hi Josin
    CRM surely has a good future so you could spend time and efforts in learning more into that on the job.
    As for certification, I recommend that you work for more 2 years and go for the Professional certification (ABAP) rather than "Associate". It will be a value addition for sure.
    Please search these forums and also take others' opinions relating to CRM / ABAP certifications.
    Cheers!
    Zub

  • Need help submitting an HTML Post command

    Hi Everyone,
    I need a help submitting a POST command to an Apache Server. I unfortunately have almost no expierience with HTML. Can anyone give me a simple example to start with and what I might need to do?
    Thank you very much in advance,
    Oz
    Message Edited by OzRuiz on 12-18-2007 09:18 AM
    Message Edited by OzRuiz on 12-18-2007 09:21 AM

    This is actually very simple with native LabVIEW functions.
    Use an TCP Open Connection to open a port to the server (I used
    ws.cdyne.com, with port 80).
    Send your request with TCP Write (I send the text listed below. This text is
    copied directly from the ws.cdyne.com web page, where you can find examples
    for POST, GET and others).
    Read back the data with TCP Read.
    Close the connection with TCP Close Connection.
    Note that the data you send and receive doesn't need to be HTML. It could be
    any text, but most likelly XML or HTML. In this case it's a soap message,
    basically an XML format designed for communicating with servers. Some
    servers send the data back in several parts, but I have not found any
    describtion about this format.
    Regards,
    Wiebe.
    +++++++++++++++++++++++++++++
    POST /ip2geo/ip2geo.asmx HTTP/1.1
    Host: ws.cdyne.com
    Content-Type: text/xml; charset=utf-8
    Content-Length: 391
    SOAPAction: "http://ws.cdyne.com/ResolveIP"
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <ResolveIP xmlns="http://ws.cdyne.com/">
    <IPaddress>62.250.4.144</IPaddress>
    <LicenseKey>0</LicenseKey>
    </ResolveIP>
    </soap:Body>
    </soap:Envelope>
    ++++++++++++++++++++++

  • I need help using customized HTML code for media players in Dreamweaver CC. My client is waiting patiently for this issue to be resolved.

    When I add multiple media players to my web page and upload them online, all four mp3 files begin to play at one time.  I need someone to take me through the steps to create playback controls in the HTML code so that the media players DO NOT play until the viewer clicks the "play button."

    By default, HTML5 videos do not autoplay on page load.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>If needed, use this Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>

  • Need help to show html content in list

    I want to show content of different html files in JList. Please suggest me a better way, if possible with little code snippet.

    I have made changes in the code. Please check.
    list.setCellRenderer(new ListCellRenderer() {
                private JEditorPane []ep;
                private boolean isInitialized = false;
                public Component getListCellRendererComponent(JList mList, Object value, int index,
                                                            boolean isSelected, boolean hasFocus) {
                    try {
                        if (!isInitialized)
                            initialize();
                        ep[index].setBackground(isSelected ? new Color(184, 207, 229) : mList.getBackground());
                        //mList.setFixedCellHeight((int)ep[index].getPreferredSize().getHeight());
                        //ep[index].setOpaque(true);                   
                    } catch(Exception e) {
                        e.printStackTrace();
                    return ep[index];
                private void initialize() {
                    if (ep == null) {
                        String []networks = {"existing_network", "future_network", "NetworkDemo"};
                        ep = new JEditorPane[networks.length];
                        for (int i=0; i<networks.length; i++) {
                            try {
                                ep[i] = new JEditorPane();
                                ep.setPage("http://localhost" + ":9090/RS_UI/networks/" + networks[i] + ".htm");
    ep[i].setBorder(BorderFactory.createEtchedBorder());
    } catch(Exception e) { e.printStackTrace(); }
    isInitialized = true;
    There are two problems-Bigger problems is the size of each cell is not properly set and as a result, only the first line of each html file is viewed in the corresponding cell. Other parts are not shown. Second problem-refreshing. Please, I need your help.

  • Need help please swf html not working right

    Hello everyone,
    I created a game in keynote for my HS kids with links to the right slide according to whether or not they are the correct answer.
    I exported it to flash. I got two files xxx.swf when I click on this on my desktop it opens in safari with a black background and it plays.
    the second file is xxx.html when I click on this on my desktop it opens in safari and plays in a smaller frame with a white background.
    So I uploaded my swf to idisk and I copied the content of the HTML in a snippet. I thought it would work. It does not.
    I could not care less about the background I just want one or the other to work but I can figure it out.
    Thank you in advance for your help
    Mireille

    Upload the SWF and the HTML file to your website folder in Finder/Go/iDisk/My iDisk/Web/Sites.
    Create a link on any web page to the HTML file....
    http://web.mac.com/username/WebsiteName/xxx.html
    ... and select "open in a new window" if you want.
    Clicking the link should then open your movie to play in a new window.

  • Need help with dynamic html

    I am a Microsoft J++ developer, but am switching to Sun technologies. The first application that I need to work on is an application that does a great deal of dynamic HTML. I originally wrote this application under J++ but I need to convert it to Sun Java. The methodology J++ used for dynamic HTML (extending DhDocument) appears to be duplicated (somewhat) with Swing. I need a little push start here, I seem to have a mental block. My application must run in the client browser, so I believe an applet is the way to go, but I can't figure out how to manipulate HTML from an applet through Swing. Can someone point me to a simple Applet that, say for example, changes the value of a text box that is predefined in the HTML, I would greatly appreciate it. That should get me past this mental block so I can go on with the conversion. I have successfully added textboxes with Swing through my Applet, but I need to manipulate HTML elements that already exist. That's where I'm stuck.

    Here's the code I come up with. It doesn't work. I get a javascript exception on getWindow. I have never used the JSObject before. Can you give me any advice on what I am doing wrong?
    import javax.swing.*;
    import netscape.javascript.*;
    public class Search extends JApplet
    public void init()
         JSObject obj = JSObject.getWindow(this);
         JSObject doc = (JSObject) obj.getMember("document");
         String[] element = new String[1];
         element[0] = "UserID";
         JSObject form = (JSObject) doc.call("getElementById", element);
    }

  • Need Help with Firework HTML in Dreamweaver

    I'm using dreamweaver 8 for a project. I want to seek council
    with someone. Basically my web page's tool bar is an image. I
    thought to do it this way because if I change the image i'd just
    have to change the new image to the old file name and everything
    would transfer with out me having to do it to every page.
    Here's my problem, the image is a fireworks HTML. and I
    didn't realize this at first but dreamweaver does the Fireworks
    HTML by inserting html code to page for the links. So when i change
    the image, the code is still up there from the previous image. This
    means i have to go page for page reloading the image and upload all
    the websites to the server again.
    Is there any way I could program dreamweaver to change the
    code for all the pages, or have it reload that html code for all
    the pages at once?
    If there is anyone out there that can answer, I humblely
    implore you to answer for my own sanity.

    Look into using server side includes (SSI's) for navigation
    and other common elements.

  • Need help converting this html code into code that will work as a flash button

    I have some html code that is for a button in html that when
    pressed sends you to a certain url but also somehow adds an 'id
    value' and a 'website value'.
    How can I convert this code and or put it into a flash
    button?
    Disregard the gif info...that's just for the html graphic
    that goes for the button.
    [HTML]<form
    action="https://secure.verotel.com/cgi-bin/vtjp.pl"
    method="post">
    <input type=hidden name=verotel_id
    value="9804000000840231">
    <input type=hidden name=verotel_website value="55461">
    <center>
    <input type="image" src="
    http://buttons.verotel.com/join/button_00010155461.gif"
    alt="Signup NOW!">
    <img src="
    http://buttons.verotel.com/signup/tbutton_55461.gif"
    border="0" width="1" height="1" alt="">
    </center>
    </form>[/HTML]

    What you want to do might look something like this:

  • Need help in developing mobile app using SAP

    Hi
    I have a team of Android, iOS and Windows developers and we are planning to start developing mobile using SAP and SAP Fiori. Need help in getting started with SAP mobile development like i need plugins and development kits that i need to use.
    Thanks
    Ram

    Hi,
    What help needed ?
    For SAP Fiori  Use this link : http://scn.sap.com/docs/DOC-41598
    For SAP Fiori Installation and Configuration Steps: http://scn.sap.com/community/mobile/blog/2014/06/10/fiori-technical-installation-and-configuration-of-one-app-from-a--z
    Which Software you will use to  develop Mobile Apps in SAP Platform ?So that i will suggest what to do ..
    Regards
    Lokesh

  • Need help in identifying fields of sd report creation

    Hi Experts,
    I need to create report in sd from manual report .The fileds in report are taken from Quickbooks.so inorder to create report in sap I need to identify fields  in sap first.we dont had functional guy so i need help in identifying fields in sap for below mentioned report.
    Report: invoice distribution report-service billing for all states.
    Fields:customer number,customer name,city state,SAP Document number,Invoice date,period(month,year)invoice number,invoice type,currency,invoice amount in usd.
    Please help me in suggesting tcodes or table names from where i can fetch these fields.
    Thanking you in advance.
    Regards,
    narasimha.

    Hi Experts,
    Finally with all above suggestions i have chosen tables vbrk(billing document header data),kna1(customer header),vbrp.
    1.I created view to find the output of report with conditions as follows:
    tables:vbrk,kna1,vbrp
    vbrk-vbeln(invoice number)
    vbrk-fkart(invoice type)
    vbrk-fkdat(invoice date)
    vbrk-waerk(currency)
    vbrk-netwr(netvalue)
    vbrk-kunag(customer number)
    kna1-name1(customer name)
    kna1-ort01(customer city)
    kna1-regio(customer state)
    join condition:
    kna1-mandt=vbrk-mandt
    kna1-kunnr=vbrk-kunag.
    when i execute the report i am getting same value for lot of times.
    i am confused how to include sales document number.I hope sales document number and invoice are different.
    2.i have also added vbrp-aubel and join condition as
    vbrk-mandt = vbrp-mandt
    vbrk-vbeln = vbrp-vbeln.
    but when i execute the report i am getting lot of duplicated with same value and unknown invoice numbers.
    please let me know where i went wrong.
    is  there any standard adhoc report so that i can manipulate it with above requirement.
    vf05n is somewhat useful .is it possible to add  customer details in this??
    Thanks&Regards,
    narasimha.

  • Need help in getting a report from SAP!

    Hi,
    I'm in charge of a manufacturing operation. I need your help to find a report of OPEN PLANNED ORDERS. I'm using spreadsheets to control the production but I need to get this information from SAP directly. NO MORE EXCEL!!!
    Can somebody help?
    JB

    you may not be able to avoid the excel part, but I guess it is worth a try. Take a look at using a query tool to look at the table name PLAF, you could additionally join this table to MAKT for the full material description and perhaps VBAK if you need sales order related header data which may be tied to your planned orders

  • Need help On Triggers/Change pointers in SAP

    Hi Experts,
    I Need help On Triggers/Change pointers in SAP.
    I have a requirement  as soon as an entry is created in one of the  Standard SAP  table it should check against my Ztable and update and create the corresponding entry in another Ztable.
    Can some one help me out on this with the syntax and how to do it

    Hi,
    Check whether you have any enhancement option (BADI, user exit, Customer enhancement etc) in the program which is used to save the data in the SAP standard table. If so, then try to write your code in that appropriate enhancement.

  • HTML Glitch Need Help Quick!

    +*I Need Help Now on this!+*
    I tried to open an HTML file in iWeb, and of course, it couldn't open it (I Should have known)
    But now, every time I open iWeb, it says (File).html cannot be opened (and I only tried to open it
    the first time!) and then it closes!
    what can I do!!?

    Go to
    ~/Library/Application Support/iWeb/
    and open the domain file.
    Next time iWeb will remember this.
    Where ~ is your Home Directory (Cmd-Shift-H)

  • Need help in SAP Business Object Dashboard

    Hey, I need some help.
    i have a dashboard which is current built in Qlikview.
    Now our client proposed that they need to migrate this dashboard to SAP Business Object.
    Please guide about dashboard desigining using SAP, since i am absolute novice about BO so guide according like which BO software needs to be install and some learning material of BO, please email @ [email protected]
    Many Many Thanks in advance!!

    Too generic to answer this question and also you can find lot of thread, discussions & blogs are available to get the info. Also you can find some templates & samples inside the dashboard itself, play with those component and understand them better.
    Best place to get familiar with the dashboard using the tutorials.
    Official Product Tutorials – SAP BusinessObjects Dashboards
    Installing SAP BusinessObjects Dashboards 4.0
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_dashD_user_en.pdf
    SAP BusinessObjects Dashboards 4.0, SAP Crystal Dashboard Design 2011, SAP Crystal Presentation Design 2011 - Product Av…
    SAP BusinessObjects Dashboards 4.1 – SAP Help Portal Page
    SAP BusinessObjects Dashboards Resource Centre
    Please go through the above links which can help you to understand how dashboard works, install & Product availability matrix.

Maybe you are looking for

  • Changing song order in playlists - changes no longer show on ipod until sync

    I organize my playlists according to how I rate songs; songs with higher ratings go at the top. When the last operating system came out there was a glitch where on the iPod (but not in iTunes) songs were ordered inversely, ie. songs with higher ratin

  • Shared photo streams when changing devices

    My daughter and I are swapping iPhone 5's (black & white).  I am curious what will happen to my photo streams and shared photo streams?  I am backing up via iCloud.  Will they be on our new devices after we restore or will we lose all of them.  Would

  • EXPDP error for 11gR2

    Hi, All of the sudden today I have been getting expdp errors only just one schema that I try to export, whereas all my other run perfectly fine.      Oracle Datapump export for ODC on 120228 at 1203      Building parameter files for ODC      EXPORT P

  • Import purchase records

    Document mention about can do purchase records import as : Novell Doc: ZENworks 10 Asset Management Reference - Importing Purchase Records But there is no format decryption or sample format can follow, Any hint for this ?

  • In message mode how do I remove 2 keyboards from screen

    In message mode I have two keyboards on the screen.  The top one does not operate. How do I remove it?