Web Application designer : computation on two tables ?

Hello .
I have 2-4 queries in same web template.
Can i compute using between cells of two queries using some class.
I know of a class CL_RSR_WWW_MODIFY_TABLE using which
i can modify contents of same table for formatting needs.
Is there some way to compute between cells of two tables
Regards
Deepali

HI Deepali,
This is not that easy. And you need to do a lot of coding, which is not supported by SAP. But i will describe it in upper level.
In the Table where you want to add foreign Data, create a modify Class. The modify has a method called init. redifine that method. This method has as importing paramter a reference to class called cl_rsr_www_page.
This Class contains all objects of page. This class has a method called GET_PAGE_OBJETCS. Here you can get a refrence to the other data_provider which is most of the time of type cl_rsr_www_view. The view class has public attribute n_r_request of type cl_rsr_request. this class has a attribute N_SX_OUTPUT which is a structure of type RRX1_SX_REQUEST_OUTPUT. Which contains the query result. Here you can get the value of the other cell which should be inserted.
Now redifine the methods of the write the value in a specific cell , eg. DATA_CELL.
i hope this helps.
best regards,
Kai wachter

Similar Messages

  • Web Application Designer - Concatenate two queries

    Hi All,
    we using BI 7.0 SAP GUI 6.40 Support Package 14.
    I created two Queries one with characteristics within hierarchy(1) and one for the result (2).
    I put the first one in filter pane item (1) and the analysis item for the second (2).
    If I executing the query I see a drop down menü for the first query (1) and the complete report on the second query(2).
    So, when I choose a characteristics from the drop down(2) there don`t changed the data at the second query(2) (result).
    How can I concatenate 2 Queries in Web Application Designer?
    Please give me a step-by-step solution.
    Thanks in advance.
    Regards, Wolfgang

    Basically you have one query in your dropdown box and when you select one from the dropdown box you want to affect the second query. If that is the objective, then you can do that only in one query, attach the field you need in the dropdown box and create view for the table (analysis Item) and attach the view to the item. Make sure in the first dropdown box, check on the affected area which is going to be the table (analysis Item).
    thanks.
    Wond

  • Hiding table columns in web application designer

    Hi,
    Can anyone please tell me how to hide the columns of a table which im using in a web application template as analysis. E.g : if i have 7 columns in my table and i dont want to show that particular column  i.e 7th and m using the same query somewhere else also to show other information so i cannot change my query but i want to hide it at web application designer level.
    Any help will be appreciated.
    Thanks & Regards

    Hi Preetha,
    I think best solution to your problem(keeping future enhancements in mind) is to create a query view based on the query that you are using.
    Move the unwanted characteristics to free chars section or hide the unwanted key figures.
    Then resave this query view.
    You can use this query view as a data provider to this table.
    Hope this helps.
    Thanks and Regards,
    Anup Kulkarni

  • Web Application Designer: Change Table Chart to Line Format

    Dear Experts,
      We, as novices of the web application designer, encounter a problem in using this program. After having created a Chart table, we cannot changed it to the line format.
    The things that we perform are as follows:
    1) Right click and choose lines format
    2) Give it all titles
    3) Click Next until finish
    However, the result is still the chart table. Is there anyone who kindly give me steps of how to change it.

    Hi,
    Please try the following:
    1. Highlight the chart.
    2. In the Web Item Properties for chart, go to Edit Chart.
    3. Click on the ... incon
    4. Pick Lines
    5. Pick a type of Lines graph.
    6. Follow the wizard to change the required properties.
    This should work for you.
    Regards,
    Xibi

  • Saving Templates in BEx Web Application Designer ?

    Hello,
    I have a big problem with the Web Application Designer (BI AddOn 7.X (based on 7.10), Support Package 2, Patch 1, Revision 359).
    If I save a template, the result is often bad. Most of the settings get lost while saving!
    Sometimes it saves two times correctly and at the third time 90 percent of the settings (like colors, appearance of tables) are gone!
    Moreover it's sadly not possible to save the xhtml code itself (i.e. in a Word document) and put it back in if the settings are lost, because the Web Application Designer does not accept the belated inserted code.
    Thank you in advance!

    Hi thirumurugan
    The following link will solve your problem..
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c01e9b01-abab-2d10-6687-96fc7bc39084?quicklink=index&overridelayout=true
    Regards,
    Ranganath.

  • Doubts in Web Application Designer

    Hi Experts,
             I want to know about the following things in Web Application Designer.
       1. How to display the desired text in Ticker item?
       2. How can we make alinments between web items such that there is no extra gap between them? (I even used table to make alignments. But it isn't satisfied.)
             Please clarify my doubts....
    With Regards,
    Yokesh Kumar.

    Hi,
             Thanks for ur reply.  But I cn't able to find that 'SAPBexTicker' . Please say where to srch for that. I already tried to srch in XHTML tab and also in the computer itself. But there is no such things found.
            Please give me the exact details. It will be helpful for me.
    With Regards,
    Yokesh Kumar.

  • Web Application Designer need help ASAP

    Hi All,
    I have a requirement to customize the analysis item in a web application designer.
    I have created new templetes and added a analysis with a query view as data provider .
    in the output I require to hide some rows of the query view and also change the color of the text i.e the numbers.
    How to modify the output of the analysis item which is coming from a query view or is there any way where I can modify the output of the web templete.
    Thanking You,
    Rukmini

    Dear Devi,
    If you do not want to use the default display and behavior of the Analysis Web item, you can use the Modification parameter to change them. You can modify the table structure and the table cells.
    The Modification parameter provides modules whose use can be controlled using additional parameters.
    This function enables you to use similar options to those available in earlier releases with the Web Design API for Tables. Unlike the Web Design API for Tables, modifications enable you to make targeted changes to the display and behavior without any programming.
    Prerequisites
    The modules are the main prerequisites for making modifications to the Analysis Web item. The modules are implemented in Java. The SAP Basis infrastructure in SAP NetWeaver 7.0 does not support any customer modifications or extensions to Java coding. Customers are therefore not able to develop their own modules for modifications to the Analysis Web item.
    SAP delivers a number of sample modules. You can use parameters to modify the display and behavior of these modules.
    Procedure
    You use the modules as follows:
           1.      Select a module from the sample modules.
           2.      Specify the module in the Modification parameter of the Analysis Web item.
           3.      Control the display and behavior of the module by specifying the module-specific parameters.
    Result
    The table of the Analysis Web item is displayed in an individual manner using the modules. The behavior of the table may also be different. For example, you can define commands for table cells.
    Example
    For example, you can define a fixed column width or display comments in cells.
    For more info :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm
    Hope this helps u..
    Best Regards,
    VVenkat..

  • How to create a date range in Web Application Designer

    I am using 3.1 version of Web App Designer.  I need to create a report with date ranges.  I can get one date to work but not two (I need a start date and end Date).  My Query has 0CALMONTH with a variable for Interval.  When I select it as a dropdown (??) in Web App Designer, I only get one date prompt in web app designer.
    Any suggestions??
    Thanks
    Kristen

    Hi Kristen,
    I'm sorry i'm not coming to solve your problem,but for the trouble I have had,and I want to create a date picker in Web Application Designer,so if you have solved the problem ,please email to me? [email protected] ,thx very much!
    best regards
    zegion chan

  • Error in Web application designer in BI7.0

    Hi,
    If we try to create the template and save, it is showing the following error.
    JAVA COMMUNICATION ERROR RFC_DESTINATION IS NOT CONFIGURED.
    we tried some RFC connections in the backend . It is showing BI metadata for BSM is outdated. I checked the necessary settings according to note :888687.
    But we are able to check the RFC connection between ABAP and portal.
    But we are getting the same error. While saving the template which created. it showing the error and i am not able to save the template
    Please help in this issue..
    thanks in advance.
    Regards,
    Mohankumar.G

    I was working on similar issue for 2 days & I am able to overcome the error mention by you related to WAD now I am able to execute the WAD application through portal.
    Send me your mail Id I will fwd u the configuration steps
    Meanwhile chk Trans: SM59 for RFC connection
    IN Visual Admin check the JCo RFC Provider is properly configured with backend username.
    Chk all the JCo related to BI are working properly either with SSO or User mapping
    Chk in Table RSPOR_T_PORTAL the portal URL is proper or not
    (transaction code SM30).
    2. Enter RSPOR_T_PORTAL as the table.
    3. Choose Maintain.
    4. Choose New Entries to create a new entry.
    5. Maintain the connected portal:
    RFC destination: <RFC_DESTINATION>
    System name: <SYSTEMALIAS>
    Default: <DEFAULT>
    Portal URL prefix: <PORTAL_URL_PREFIX>, for example, http://<portalserver><domain>:<port>
    Prefix of RM for BW Metadata: <KM_RM_METADATA_PREFIX>, for example, /bw_metadata
    KM service URL: <blank>
    Referesh the MetaData Service in BI Web Application Designer under settings try to connect you SAPRFC.ini file set enviroment variables for the same.
    Swapnil

  • How to create own Web Items for Web Application Designer

    Hi all,
    is it possible to create own Web Items for the Bex Web Application Designer? Each Web Item has a Master Web Item and a class that is responsible for rendering data. I need a solution to get the Web Item's data - i.e. the content of a table (if Web Item = table). So my approach would be to create an own (Standard) Web Item with an own class. For example I would like to change the table's Web Item parameter <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/> to an own class...
    Is this possible?
    Or ist there any possibility to get the Web Item's data by an interface?
    Any support is welcome...thanks in advance!
    Best regards,
    Dominik

    if you want to create your own webitem check out the link given by other sdner.
    if you want to be able to execute BW query using abap you can check out the following weblog.
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    Regards
    Raja

  • Insert a  BSP Application in  Web Application designer template (WAD)

    Hello to all
    I like to place a BSP Application in my Web Application designer template (WAD). Have someone a good idea how to display a BSP in a web item.
    We use BW 7.0 .
    Thanks a lot for any good idea.
    Christian
    Edited by: Christian Baumann on Nov 10, 2010 3:46 PM

    Christian,
    There are many ways you can do this ...
    1. In Portal - you can have two iviews for the same and run both of them together ( there was something called client side eventing or something like that before - I am not sure if it still exists
    2. In WAD - use frames - use one frame for the WAD template and the other for the BSP ( I have never tried it in WAD 7.0 but it works in 3.x where you can introduce frames
    3. Possibly have the BSP as a link in the template so that it opens up separately ..?
    4. Instead of embedding the BSP into your WAD - embed your WAD into the BSP ..? this is also possible since the output of the template is HTML - but then you will have a hard time getting the context menu , export to excel etc which are all taken for granted in WAD.

  • Unable to open WAD (Web Application Designer) SAP BW 3.x

    Hi experts
    In my computer I don´t open WAD (SAP BW 3.x)
    i make click start-> programs -> Business Explorer-> Business Explorer(SAP BW 3.x)-> Web Application Designer(SAP BW 3.x)
    appears following error:
    This application requires Internet Explorer 5 or higher
    but I have installed the Internet Explorer 8 version
    then I do not understand because can´t run the WAD 3.x
    Can anyone help me? please
    Thanks

    Hi ashutosh
    the following information of SAP GUI:
    Component: SAPLogon for Windows
    Release: Final Release 720
    Fichero: saplogon.exe
    vers.Fichero: 7100.4.17.1045
    Build: 1147943
    Patch Level: 17
    whether if it is which version of WAD but I am interested in running and to open the Web Application Designer in any of the versions: 3.x or 7.0, but the important is that can be work with some WAD model     because in version Web Application Designer 7.0 is enable pero when i search some WAD model (I know that it exists in the system) The system search says it  does not exist or no found. 
    I can't try uninstalling because I'm not a support person so I have not authorization, I'm a consultant and only want to work with  WAD models

  • Unable to open WAD (Web Application Designer) 3.x

    Hi experts
    In my computer I don´t open WAD (SAP BW 3.x)
    i make click start-> programs -> Business Explorer-> Business Explorer(SAP BW 3.x)-> Web Application Designer(SAP BW 3.x)
    appears following error:
    This application requires Internet Explorer 5 or higher
    but I have installed the Internet Explorer 8 version
    then I do not understand because can´t run the WAD 3.x
    Can anyone help me? please
    Thanks

    HI,
    Please run the installation check as per note 1229206 and attach the result to the message.This is typically a front end installation issue May be dhtmled.ocx is not registered on this PC This is a typical front end issue where you have to look at your GUI patch and front end patch.I recommend you deinstalling your frontend installation as follows:
    - Remove your frontend via 'START' - 'PROGRAMS' - 'SAP FRONTEND' -
       'REMOVE SAP FRONTEND'
    - Install the newest frontend and GUI patch and check the installation
       again with sapbexc.xla
    Please run the front-end checktool SAPBEXC.XLA as per Note 197460 and
    ensure there are no errors.
    Please refer to following Notes for GUI patch and front end patch:
    578944     Expected release dates for SAP GUI for Windows
    558994     General information on BW front-end patches
    535308     How to apply a SAP Front End patch?
    96885      Downloading frontend patches
    You can download the latest patches from the following url,
    Goto URL: http://www.service.sap.com/swdc
    SAP Software Distribution Center -> Download -> Support Packages and
    Patches -> Browse our Download Catalog -> SAP Frontend Components ->
    SAP GUI FOR WINDOWS -> SAP GUI FOR WINDOWS 7.20 CORE -> win32 ->
    patch 9.
    Also you can download the latest BI addon and BW addon from the
    following url,
    Please goto
    -> service.sap.com/patches
    -> entry by application group
    -> SAP Frontend Components
    For BI add-on,                          For BW add-on,
         -> BI ADDON FOR SAP GUI 7.20       -> BI ADDON FOR SAP GUI 7.20
         -> BI 7.0 ADDON FOR SAP GUI 7.20   -> BW 3.5 addon for GUI 7.20
         -> BI 7.0 ADDON FOR SAP GUI 7.20   -> BW 3.5 addon for GUI 7.20
         -> Win32                           -> Win32
         -> Apply the latest frontend       -> Apply the latest frontend
            patch 500                         patch 8
    Please install the GUI and Business Explorer patches in this sequence:
    1. SAP GUI
    2. BI 7.0 ADDON FOR SAP GUI 7.20
    3. BW 3.5 add for GUI 7.20
    https://service.sap.com/swdc
      Installations and Upgrades
        Browse our Download Catalog
          SAP Frontend Components
             SAP GUI FOR WINDOWS
                SAP GUI FOR WINDOWS 7.20 CORE
                  Installation
           50105790_4 NW 7.0 Presentation - 7.20 Compilation 3 Present.1/2
    Regards,
    Naveen.

  • Bex Web Application Designer issue: portal communication error

    hi experts,
    I am working with Bex Web Application Designer in BI7. we are using SP9. When i try to use the Web template its giving below error.
    The Requested operation could not be performed due to portal communication error.
    its message class is RSBOPLAP and message number is 018 and description is Java System error: An unknown error occured During portal communication.
    when i double click the below error details given.
    Diagnosis
    An error occurred in the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>" ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.
    please give solutions to resolve the issue.
    regards
    vadlamudi

    hi shambhu,
    thanks for the reply, yes its related to basis but they are unable to trace it out. is SP9 support Bex Report Designer and Bex WAD??
    regards
    vadlamudi

  • Call an ABAP Program from Web Application designer

    Hi Gurus,
    I have an requirement in which I need to fetch an CSV file from the server and place the file into an internal table in R/3.I got the function module and wrote the program for this,but now I need to call this ABAP program from Web Application designer.
    To make it more explicit ,I need to call an ABAP Program /function module from the WAD.I am new to WAD Please help.
    Ankit

    Hi Ankit,
    take a look:
    /thread/725385 [original link is broken]
    WAD and ABAP
    How to call a ABAP or ABAP Class from the WEB
    /people/kai.wachter/blog/2008/03/11/how-to-write-own-items-in-bi-70-java-runtime
    Regards
    Andreas

Maybe you are looking for

  • Can you track an iphone 5s without a sim card

    I was wondering if you can still track an iphone 5s without a sim card installed.

  • Using more than one computer on network

    I received the J6480 for Christmas and have installed it wirelessly for my desktop...everything seems to work fine so far.  What steps would I need to follow in order to use the J6480 with my 2 laptops?  The desktop is Vista, the two laptops are XP.

  • Adobe Reader 8.1 Downloads but will not work

    I'm running WIN XP. I downloaded Adobe Reader 8.1 and it was successful. When I open a document, the document appears, but when I try to do anything it freezes and says 'program not responding.' When I open Adobe from the shortcut, the initial screen

  • How to make a frame modal?

    Hei guyz, I'm trying to call a frame from another frame (which should basically act like a dialog, but is not a dialog), how can i make this 'child' frame modal, i.e. once im done with the 'child' frame, the focus has to go back to the 'parent' frame

  • Deleting records from compared tables...

    Hi all, I know there are a bunch of posts regarding this issue...but I don't see one that quite fits this scenario. I have two tables with the exact same structure...with key field matnr. I want to delete all of those records from table A where the m