Displaying a BW query in web interface

Hello People ,
I am trying to see a BW query in a web interface . I will tell you how am I doing it . I run the transaction RRMX which opens an excel sheet and gives me a tol bar from which I open a query . Then I choose info areas from the next window and it shows me a tree structure with two nodes
1) Financial
2) Industry sectors
I expand industry sectors > retail > staff works
This takes me to two nodes
1)       operational
2)       sales infocube
I expand sales infocube and this takes me to a couple of nodes
1)       Key business driver
2)       Manager forcasted sales
3)       Productivity data source
4)       ….
5)       ….etc
I select key business driver and choose the “CHANGE” icon from the toolbar . This opens the query designer . There I have an icon in the toolbar which says “display quey on web” . I click that and it attempts to display the query in internet explorer .
Now the problem is the the message that appears on the browser is
Warning sign : variable OFPER for characterstic fiscal year/period has been converted to required entry .
Error sign : Error when generating data provider .
Now my question is what does this message mean ?Does this mean that the required content that I am trying to access has not been activated or there is some configurational issue ?
Regards
Deepak Singh

Hi Deepak,
It means that there is a selection screen for Fiscal period in which you have to enter the Fiscal Period. Only for the Fiscal period for which you entered the data would be displayed.
But the best way to create teh web report is to goto Web Application Designer -> Drag and drop the "Table" webitem on the right hand side -> Assign the Query to the web item. Now execute it in browser from the Web Application designer. Copy the link and use it whenver you want it.
Bye
Dinesh

Similar Messages

  • GoTo - Jump to Target from Query to Web Interface

    Hi Guru's,
    I'm trying to make a GoTo from a web query (sender) to a BPS web interface (as receiver). That's ok for the moment ! My problem is to pass the parameters from the query for example the CompanyCode to the dropdownlist of the web interface which contain the CompanyCode ...
    Someone could help me ?
    Thanks in advance,
    Aleksi

    There is an Option within RSBBS to jump from a query (3.X) to BI 7.0 web app. I tried this and it did not transfer the state to the 7.0 web app.
    I dont think it will work jumping from 7.0 to BW 3.X  app.
    Thanks.

  • Query in Web Interface

    Hello all,
    as described in the "How to integrate BEX Web application into BPS WEB Interface" i've implemented the below listed coding. In the query we ask for a from and to date. Depending on the users setting i have to build the filter value for the query. Unfortunately i have no idea, how to read inside this java script function the user setting from table usr01-datfm.
    please help. thank you.
    Dieter
    // create variable of date, get the actual date and subtract a number of days
    var heute = new Date();
    heute.setDate(heute.getDate()-2)
    // move the values to separate variables
    var jahr = heute.getYear();
    var monat = heute.getMonth()+1;
    var tag = heute.getDate();
    var heute = new Date();
    var from_date;
        from_date = <i>jahr + '.' + monat + '.' + tag;</i>
    // renew variables and to the same
    var heute = new Date();
    heute.setDate(heute.getDate())
    var jahr = heute.getYear();
    var monat = heute.getMonth()+1;
    var tag = heute.getDate();
    var to_date;
        to_date = <i>jahr + '.' + monat + '.' + tag;</i>

    Hi Dieter,
    From your earlier comment I understand you are using the principles as explained in How to integrate BEX Web application into BPS WEB Interface.
    You thus have a BPS web interface. This web interface contains a text item that calls a URL.
    This URL calls a web application.
    The web application calls a Bex query.
    Yes it is possible to use ABAP programmed userexit variables in this query.
    Please assign points if this solved your problem,
    Best Regards,
    Filip

  • Display image in Smart camera web interface

    Hi!
    I need some assistance with LV-RT. 
    What I have succeeded is to enalble the web server on NI 17XX camera and successfully displayed a VI with Image Display on it. I thikn I got the hang of it. 
    What I would like to know is there another way to display images on the camera web page. I really do not need the whole VI up there just an image and a string with serial number. One way I know would work is to write an image file to the system memory and then embed that image to the web page, but I am not sure that is the best solution as writing process takes time and it is not recommended to write too often to the program memory (am I right?).
    So, is there some way to assign some object to say a memory bank and display it (without having to install the runtime maybe) on the page?
    Thank you for your attention,
    Mart

    Hey Mart,
    Going back to your original question; are you looking to stream images to a web page from your smart camera or simple see what your camera is seeing when you go to a particular site? Take a look at the sample project below. It is sort of a work around, but it posts an image to a web service. Essentially it snaps an image, saves it, and then posts the saved image to a web service. You will have to change the file path for the image, then build and deploy the webservice from the project view. Also, it would be beneficial to take a look at the webservice build specifications. The webbing to view the snapped image from your local machine would then be viewable from your web browsers at the address : "http://localhost/Stream_Service/ShowImag"
    Let us know if you have trouble getting this example working. Also, perhaps another visit to what your end goal is would be helpful. What was it that you had working?
    Hope this helps
    -Ben
    Message Edited by BCho on 04-10-2009 02:27 PM
    Hope this helps.
    -Ben
    WaterlooLabs
    Attachments:
    SnapWebService.zip ‏14 KB

  • Gif files not displayed in external browser for Web interface builder

    Hello all,
    I have generated a bsp application and when i open it in my external broswer some of the gifs are not opening. icon_open.gif for variables,  navigation buttons up.gif, down.gif, s_b_delr.gif in excel based layout. I think its accessing the correct url. in my case http://........sapbD1lbiZjPTEwMCZkPW1pbiZ3PTEzOTM3ODAr)/bc/bsp/sap/PUBLIC/BC/BSP/Icons/icon_open.gif. Has any one come across this problem. We are on netweaver 04 and SEM 4.0 addon. Any feedback is appreciated.
    Thanks
    Sathya
    Message was edited by: sathya gnanavelu
    Message was edited by: sathya gnanavelu

    Hi Sathya,
    It may be that your services are not active.
    Go to transaction code SICF and look (do a search) for the following:
    Services UR and SEM_UPWB. They should be bold. If not, right-click and select activate in order to activate them.
    Regards,
    Rael

  • Web Interface - "Execute function before displaying the layout" issue

    Hi Experts,
    In my project we have converted some BPS planning folder to Web interface. The steps are as below:
    1) Open the BPS planning folder using upspm. Copy the web interface as Web Enabled folder.
    2) Generate the web interface by clicking on go to --> Generate web interface
    3) Run transaction bps_wb. Open the web interface. Then generate web interface again
    4) Run the web interface by clicking on 'Display perview'
    5) In the web interface there are some some functions which get executed before displaying the layout.
    6) For such functions, push button gets created.
    7) I have set the visible property of such push button as false.
    8) Most of the time, when I am running the web interface, it
    is getting executed successfully.
    9) Some times, the web interface is not displaying the layouts successfully.In such cases I have observed that "Execute function before displaying the layout" is not working. Due to this some values like Fiscal Year is not getting set. So, the layout is not getting displayed.
    10) I understand that it may be due to compilation error.
    For example, I might have made some changes in the web interface. It must be saved and web interface must be regenerated before I diplay the interface again. Can you please help me in understanding the reason of this problem.
    11) Can you please help me understand the cause of point no 9. Is it a non-issue? What may be the reason that "Execute function before displaying the layout" does not work every time.
    Thanks

    Will a function that runs, before the data gets saved, work for you? You can configure such a function to run before the save command behind the save button you create in the planning application.

  • MeetingPLace 7.0: Display duration in Home Administration Web Conferences

    From the web server of MeetingPlace as an administrator I can view running web conference information.
    But there are several conferences with a duration of one day and more (see attached screen shot).
    When I verify these conferences in conference manager they all had a duration below 60 minutes.
    Is the display of the duration in web interface not the duration but the time passed since starting or is it a bug or something else.

    Number of MeetingPlace Web servers:
    - depends on the load, and whether external attendance (outside your organisation) is required. For enterprises you will use a minimum of 1 internal, 1 external server.
    - Database is dependant whether you design for fault tolerance, and load related. On a MP Web server is okay, as long as you know the risks involved.
    For the further description following URL may help you
    http://www.cisco.com/en/US/docs/voice_ip_comm/meetingplace/7x/english/administration/web_servers_config_in_app_server.html
    http://www.cisco.com/en/US/docs/voice_ip_comm/meetingplace/7x/english/installation/install_order.html

  • BPS_WB-Can i add a query to a Web interface tabpage?

    Dear experts,
    In a BPS web interface application, i have already a tab page which allows users to input their data. Now i would like to add a second tabpage which allows to display the existing data.
    Is that possible to link a BEX query to a Tabpage BPS web interface application? I would like that the query is launched and the result is displayed each time an user click on this tabpage.
    Thanks in advance.

    Include your query in a web template and follow the approach given in the link http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a861d590-0201-0010-248a-fc70d8d29f26
    Edited by: Deepti Maru on Nov 30, 2010 10:24 AM

  • Query in BPS Web Interfaces - Open in New Window

    Hello,
    I am trying to insert a BW Query into a web interface but have it launch in a new window.  I know how to have it open in the web interface by using a text box.  In July of 05 I found an answer from Marc Bernard on a similar topic, but with a query returning variables.  When I tried to use the code, I got an error.  I know that I can create a URL with Target="_Blank" but I don't want to hard code the full URL of the web report because the default host and port will change with the systems.  I tried the following URL in hopes that would inherit the system but it doesn't work.
    http://<default_host>:<default_port>/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR
    Here is the code I have for the report.   Can someone tell me how to open in a new window or how to get the URL to work?
    <iframe
        id="BWReport01"
        name="BWQUERY"
        src="/sap/bw/BEx?cmd=ldoc&infocube=EPABUDGET&query=EPA322BR"
        width="900"
        height="800">
    Frames are not supported.
    </iframe>
    Thanks,
    Cherie

    Hi Cherie,
    you are on the right track. Just use a href="/sap/bw/bex..." target="_blank". If you need the URL to be more dynamic, use javascript with window.open.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Problem display query in web

    Hi experts
    We trying to see query  to the web, from query designer we are klicking to display query to web, but that open only balnk page.
    Also need a detail or step by step help link for WAD
    Please help me and get points
    Thanks in advance

    Hi,
    http://help.sap.com/saphelp_nw04s/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm
    Web Application Designer
    urgent help on WAD(web application designer
    WEB APPLICATION DESIGNER
    WAD(Web Application Designer)
    Check these link's on Web application Desining:
    Web Application Designer for Beginners
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    http://service.sap.com/bi -> SAP BW InfoIndex -> Web Application Design (3.x)
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm
    Have a look at these links
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/47/d4fed1c60a9743ade3b4cf306d5d48/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/40/8b174082fe1961e10000000a155106/content.htm
    Gothrough the how to guide "How to enhanace the standard web template" for step by step procedure with the screen shots.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/dc1d9990-0201-0010-16aa-db3c4eb8b642
    cheers
    sunil

  • Web interface displays via Portal using Mozilla or Firefox

    We have several web interfaces (BW-BPS) and have created iViews on our Portal (EPP 6.0). These iViews properly execute in IE 6.0.
    However, when we execute the BPS iViews using Mozilla or Firefox we see significant display discrepancies. For example, the web interface should display grid lines between the rows, but, we don't see them when running through the Portal using Mozilla or Firefox.
    We thought that the Web interfaces themselves may be the issue but they properly execute when run straight from BW in Mozilla 1.7.13.
    Can anyone help with this problem? Thanks,
    Bill

    Hello Bill,
    first of all please check the Product Availability Matrix. Not all browser versions are supported. http://service.sap.com/pam
    Some visual differences between the browsers can not be avoided since browsers just behave differently.
    If the browser is supported and it does not work correctly, please open a customer message.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Getting SQL*Net more data from client waits when running a query through web based interface

    Hi, you all,
    We are having this weird behavior when running query through web based interface, we get a lot of "SQL*Net more data from client" waits, the OEM indicates that the current wait event is SQL*Net more data from client
    It's just a very simple query wich invokes a db link.
    When I execute the same query on any PL/SQL tool like toad or sql developer it works fine, but that query inside an application executed through a web based interface, it hangs for ever.
    Where can I start looking for the problem.
    We are working on a 3 Node RAC 11gr2, both databases are on the same RAC.
    Thanks.

    Hi ,
    we managed to reproduce the case in test environment, below are the steps:
    1)have 2 databases on different machines, will call the first one local, the other one remote.
    2)in the local database create:
    a - DBLink to remote database.
    b - read data from remote database(we simply used select count(*) from dummy_table )
    c - insert data into a table on the local database
    d - terminate the connection between the 2 databases (disconnect either machine from the network)
    e - commit on local database.
    what we noticed was the following:
    1)when the local database is disconnected from the network(the machine is not connected to any network at the moment): almost immediately throws an error, and issuing the following:
    select * from dba_2pc_pending;we found some data .
    2) when the remote database was disconnected(the local database is still connected to the network):
    after 7-8 seconds an error is thrown, and issuing the following:
    select * from dba_2pc_pending;did not return any data.
    since this is pretty similar to our case ,we concluded that it's a network issue.
    is this the correct behavior ?
    as a temporary solution till the network issue is fixed ,we did the following:
    1) changed the call of the remote procedure to calling a local procedure that calls the remote procedure.
    2) added pragma autonomous_transaction to the local procedure.
    3) at the end of the local procedure rollback the autonomous transaction.
    it seems that since the global transaction does not use the DBLink database does not issue a 2PC commit.
    this works in my cases since the DBLink is only issed to read data.

  • Display Bex Query in Web

    Hi,
    I want to display the Bex query directly in web.What are the possible ways that i can do, for the user to view the report in the web.Can anyone tell me how to configure RRMX in this case or how to do the settings for user to navigate from user menu to the required BW report directly from the SAP work bench.?I have tried linking from User Menu where the java servlets blocking the navigation.? Do i need to follow any configuration for this too?
    Thank You,
    Edited by: sunanda G on Feb 28, 2011 9:59 AM

    Hi,
    There are multiple ways to display the query in Web:
    ->Web Analyzer: In the query designer you need to click on the web symbol it will take you to run the query in web in the explorer. For this your server need to be setup contact your basis team for the same.
    ->WAD: After creating a query, you can display the same using Web application designer. Here you need to check the Java Settings to be installed.
    ->EP: You can copy the link generated from the query can be copied and displayed in the Enterprise portal.
    There is a search option available in the SDN , you can search for more information regarding the same.
    Hope this helps...
    Rgs,
    Ravikanth

  • How to display popup at the web interface side while checking a sh cart

    Hi Experts,
    I have a requirement to get the popup while checking the shopping cart..
    I have implemented the badi BBP_DOC_CHECK_BADI..(Classic scenario)
    In this badi , i am using one RFC FM to check the item details availability in the backend..I am getting the desired functionality. But I have a specific requirement to show popup when the items in the shopping cart are not available in the inventory that is maintained the backend R/3 system..
    Can you please advise me how to write a popup in the web interface when stock is not available for a perticular item? Any HTML code available for the same?
    Please advise me?
    2) How to change status of an shopping cart item or else need to display some customized information for the item like 'This Item is in back order status '.
        The above situation arises when we are trying to check a shopping cart item status after ordering the shopping cart.
    thank you!!

    Hi Ravindranath,
    Try to add a standard message like:
    message e100(ZBBP_SC) into lf_dummy.
    clear ls_message.
    ls_message-msgty       = sy-msgty.
            ls_message-msgid         = sy-msgid.
            ls_message-msgno     = sy-msgno.
            shift ls_message-msgv1 left deleting leading '0'.
            select single text from t100 into ls_message-message
                                        where sprsl = sy-langu
                                          and arbgb = sy-msgid
                                          and msgnr = sy-msgno.
            append ls_message to et_messages.
    Regards,
    Marcin Gajewski

  • Web Interfaces can be displayed incorrectly in QA system after transported

    Dears,
      I transported Web Interfaces for BPS from D system to Q system. I activate the BSP application in transation SE80 and activate the service node in transaction SICF in Q system. However, the BSP can't be displayed correctly with NO_METADATA_AVAILABE error.Also, I test the HTTP service in Q system, it works well. The transport steps I followed:
    1) change the package of BSP application (SE80 D system)
    2) write transport entry to new request (SE80 D system)
    3) switch the correspoding service node to new object directory entry (SICF D system)
    4) transport the request to Q system
    5) activate BSP application (SE80 Q system)
    6) activate BSP service node (SICF Q system)
    Am I missing configuring something? or completely wrong steps? Any suggestions are appreciated.
    Best regards,
    Gerald

    I resolved it myself

Maybe you are looking for

  • Using predefined JDBC database connection in runtime for BC4J

    I've created an aplication using BC4J context, however I want to have several distinct users acessing this aplication, so I create the connection to the database using stantart JDBC 2.0, and now I want my application to use this connection instead of

  • WDA into Portal

    Hi All, Can anyone help me out, how do I deploy a WDA app to the Portal so I can create an iView out of it? I know the WDA uses the ABAP stack not its not going to be similar like how we deploy Java WDP. Anyway some insight would be good, as I know I

  • Download (documentation) the Message Mapping to client

    Hi Gurus, is there any possibility to download the Message Mapping i have done in the PI to my local pc? I need this to document how i realized my mapping. I would be glad about tips and hints. Regards Udo

  • Lombard screen fades to white during OS X installation

    Hello Everyone, I'm trying to reload OS X Panther on my Lombard Powerbook with 512mb Ram and a replacement 60gb hard drive. I've loaded the OS with the same cd onto my old 15gb hard drive with no problems. Now for the strange part... I tried to insta

  • ASM - Concept - Clarification Request

    Hello All, I'm about to go ahead and install ASM for one of my clients. After going through the book ASM - Under the hood, I have a few clarifications, which I hope can be answered by the experts here. 1- Since ASM uses its our algorithm for mirrorin