Problem with layout in Web Application Designer

Hi all,
   I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
Thanks in advance,
Mª del Mar Bonilla.

Bonilla,
Welcome to SDN...
Try this out...
In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
Just update the result of what I have mentioned above...
Hope it helps..
Arun
P.S Assigning points is a way fo saying thank you in SDN

Similar Messages

  • Problem with ClassCastException in web application

    Hello,
              I'm trying to deploy a web application in WLS 5.1 and I'm getting the
              "dreaded" ClassCastException every time when JSP tries to read a bean
              from the request or session. Under my architecture (actually it's just
              the regular "model 2" ) bean is populated by a servlet, set on the
              request and then retrieved by JSP (servlet forwards to JSP). Everything
              work fine when I register servlets in weblogic.properties, but
              ClassCastException is thrown on any attempt to read from the request if
              the same JSPs and servlets are deployed as web application.
              Has anybody come across the same problem?
              Thanks in advance for help.
              Alexander
              

    Hello,
              This is all well and good as a temporary bug, but it's totally unrealistic for
              the future. Two points:
              * The ClassLoader doesn't need to be discarded, it just needs to be cleared.
              * Other servlet engines seem to be able to handle this.
              Hope it's on its way to resolution!
              TDoan wrote:
              > Alexander:
              >
              > I had some problem with ClassCastException, and recently I found out what it
              > was that causing it. I'm sure if this is the same problem you are having,
              > but please read the following paragraph.
              >
              > I cutted this from http://www.weblogic.com/docs51/classdocs/API_servlet.html
              > ClassCastException and HTTP Sessions
              >
              > You might encounter a ClassCastException while developing servlets that use
              > HTTP sessions. This could happen as a result of the following set of events:
              >
              > a.. You store a reference to a custom class, myFoo, in an HTTP session.
              >
              > b.. While in mid-session, you change your servlet (or JSP or JHTML),
              > causing it to be reloaded. In fact, it is necessary for it to be reloaded by
              > a completely new class loader, and the old class loader that had previously
              > loaded it must be discarded.
              >
              > c.. Because your custom class myFoo is also located under the servlet
              > classpath, it too is reloaded by the new class loader.
              >
              > d.. Now, when you retrieve myFoo from the HTTP session, you cast it to the
              > expected type, but you recieve a ClassCastException. The exception is thrown
              > even if class myFoo has not changed. Because it has been loaded by a
              > different class loader, it is regarded by the JVM as incompatible.
              > Note: If you are using session persistence, the class contents must be
              > serialized, and you will not encounter this exception.
              >
              > Here are some suggested work-arounds to this problem:
              >
              > a.. Do not place your class myFoo in the servlet classpath. Instead, place
              > it in the system classpath or the weblogic.class.path, which are accessible
              > by WebLogic Server. The class will not be reloaded when the servlet is
              > modified. This drawback to this solution is that you cannot prototype the
              > myFoo class, because you must restart the server in order to reload the
              > class after it is modified.
              >
              > b.. If you need to prototype the class, you can write a wrapper method
              > within it to store and retrieve its contents to and from the session. You do
              > not access the class directly from the session, but instead call it is
              > wrapper methods to store or populate it is contents from the session. As
              > long as you use standard Java class types to store the class contents, they
              > will not be reloaded when the servlet is reloaded. This approach has
              > performance drawbacks because your wrapper methods would need to set or get
              > multiple name=value pairs for each class's attributes.
              >
              > c.. Another work-around is to catch the ClassCastException, and replace
              > the old class that is stored in the session with a newly instantiated class,
              > or remove it from the session. Unfortunately, you lose the session data that
              > was previously stored in the class, so you must write your application to
              > handle this scenario. This is the easiest solution to the problem-remember
              > that you should not be storing critical information in an HTTP session, but
              > rather storing it in a database.
              > Note: The ClassCastException generally occurs while you are developing
              > your servlets, and should not be an issue in a stable production system. If
              > you are upgrading your system online, you might wish to warn your customer
              > base.
              >
              > Hope it helps,
              > Tin
              >
              > "Alexander Ananiev" <[email protected]> wrote in message
              > news:[email protected]...
              > > Hello,
              > >
              > > I'm trying to deploy a web application in WLS 5.1 and I'm getting the
              > > "dreaded" ClassCastException every time when JSP tries to read a bean
              > > from the request or session. Under my architecture (actually it's just
              > > the regular "model 2" ) bean is populated by a servlet, set on the
              > > request and then retrieved by JSP (servlet forwards to JSP). Everything
              > > work fine when I register servlets in weblogic.properties, but
              > > ClassCastException is thrown on any attempt to read from the request if
              > > the same JSPs and servlets are deployed as web application.
              > > Has anybody come across the same problem?
              > >
              > > Thanks in advance for help.
              > > Alexander
              > >
              

  • Problems with P6 R8 Web Application

    Hi,
    I am currently experiencing problems accessing the web app. I have installed and configured the application (both MS1 and Admin Server) using the admin server configuration panel. My final stumbling block I believe is the correct URL to launch the application. I have seen a number of suggestions (the video - 1275445.1 has 2 on the same screen (last slide!).
    http://localhost:7003/p6/action/login
    and
    http://webserver_name_or_ip_address:7003/p6/login
    The webserver name is a red herring as the example they show on the video is local host.
    I have also been advised to try
    http://localhost:7001/p6
    That doesn't work either.
    Can anyone offer any further suggestion?
    Many thanks
    Simon

    Do you know the host name where Web logic is installed? you can check it with the person who has deployed the jar files on the web logic.
    http://<host>:7001/p6/action/login

  • How to maintain Master Data through Web Application Designer layout.

    Hi.
    I’m Internship and I have to do something that it doesn’t work.
    I explain to you.
    I have to make a layout via Web Application Designer to permit users to add a line in the master data XST_RFC.
    For that, I did two things:
    First I followed this url : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607193d5-cdd5-2b10-c699-8ff04c3124f6?QuickLink=index&overridelayout=true&38392712686871
    The result; I have a problem with the appendix of method execute “DATA : ZL_WORKTEXT Type ZFREETEXT”. Here, SAP doen’t permit me to put XST_RFC (my characteristic to add by the user) but just /BIC/PXST_RFC… So, I tried with that and at the moment of the test in the Wad, the application say me “no Master Data in XST_RFC”. I know that there are no MD in my char, I just want to add once…
    So it doesn’t Work.
    Secondly, after testing, the Function Module test works. When a put an ID in the test page of SAP Logon in parameters, the FM put this ID and create a new line with this new ID. So I had an idea, use directly this function module in a Fox Formula but, when a call my function, I have a problem with variable/parameters type.
    My variable is TYPE XST_RFC , but my parameters is TYPE  /BIC/PXST_RFC….
    My Fox Formula
    DATA NEW_RFC TYPE XST_RFC.
    NEW_RFC = VARV(XVOU_RFC).
    CALL FUNCTION ZBWDSST_XX_MASTERDATAMAINTAIN
    EXPORTING
    VAR_RFC = NEW_RFC.
    My error message Types of parameter VAR_RFC () and variable NEW_RFC(C) are inconsistent
    If you can help me, I work on this issue for 4 days and I waste my time.
    Thanks.
    BR

    Dear All,
    The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
    After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
    Regards,
    Viresh

  • Problem with BEx Web Application Designer

    Hi,
    we use since last week the Web Application Designer with the SAP GUI 7.2.
    Now I have a big problem since last week. I can call existing templates but unfortunately not change! I make a change in the template and save it. When I viewed the template again but no change is saved!
    A new template I can create and change
    Does anyone know the problem? The behavior also occurs with the old Gui 7.1.
    Regards
    Edited by: Jana VOGL on Oct 18, 2010 10:14 AM

    Hi Jana,
    Do you get any error before opening of an existing template in WAD? Doesn't look to be a problem with the different SAP GUI versions. Maybe somethings gone wrong with the Java - ABAP config settings or Java Portal communication settings. Maybe you should check with your BASIS team on the same. Tell them what the problem is & they will run a trace to figure out.
    --Priya

  • Web Application Designer: Column width on analysis_item with BW 7.0

    Hi,
    I'm new to SAP world and I have found a problem I'm not able to solve. I'm working with the Web Application Designer and I want to modify the cell properties (such as cell width) for aligning different queries. In fact, my question are:
    <b>
    1. Is it possible to hard-code/specify column widths of the analysis_item?
    2. The property width of the analysis_item doesn't work, does it?
    </b>
    Thanks for your time and efforts.
    Message was edited by:
            Daniel Rubio

    Hi,
    I have just discovered the capability of modifying columns widths with css properties.
    So if I add to the head section of the html:
    div.prueba2 .urSTTDBdr1
    div.prueba2 .urSTTDBdr
    div.prueba2 .urSTTDBdr2
    And later I put the AnalysisItem between a div class="prueba2" and /div, the columns widths are changed.
    Do you know where can I find all the style properties (such as urSTTDBdr1) and its functions?
    Thanks

  • Problem - over lie of data series in Line chart (Web Application Designer)

    Dear Experts,
    I have created a chart with below requiments from my user by using web application designer.
    1) Key Figure 1 (Chart type -> column )
    2) Key Figure 2 (Chart type -> column )
    3) Key Figure 3 (Chart type -> Line; color assigned -> BLACK;    Visibility: Visible)
    4) Key Figure 4 (Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    5) Key Figure 5 (Chart type -> Line; color assigned -> RED;         Visibility: Visible/Hidden)
    The line chart of Key Figure 3 must always appear in Front then others Key Figures.
    Then following by, Key Figure 4. Last is Key Figure 5.
    As I know the order of display line chart is infflucing by the order of Key Figure in structure by descending, likes below
    1) Key Figure 3 (Rank of front -> 3rd; Chart type -> Line; color assigned -> BLACK;    Visibility: Visible)
    2) Key Figure 4 (Rank of front -> 2nd; Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    3) Key Figure 5 (Rank of front -> 1st; Chart type -> Line; color assigned -> RED;         Visibility: Visible/Hidden)
    So, I have conflict on fulfilling these 2 request on assigning the color and control their visibility and lines over lie.
    Please advice me if you have any suggestion on controlling the lines order.
    Thanks!
    ~ GP
    Edited by: GP Poh on Jun 9, 2010 12:32 PM

    Hi Priya, thanks for input.
    I think I should further elaborate the problems. Thanks for your highlight.
    I have a lines chart with five key figures. So my chart will have five lines.
    Some lines from chart will overlap if the data are same.
    When overlapping of lines happens, I want to control the order of which series should be appear first.
    Likes below example,
    1) Key Figure 1 (Chart type -> column )
    2) Key Figure 2 (Chart type -> column )
    3) Key Figure 3 (Chart type -> Line; color assigned -> BLACK; Visibility: Visible)
    4) Key Figure 4 (Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    5) Key Figure 5 (Chart type -> Line; color assigned -> RED; Visibility: Visible/Hidden)
               KF1  KF2  KF3  KF4  KF5
    CW 1    30     30    80    80    50
    CW 2    40     50    90    60    90
    CW 3    70     50    90    90    90
    CW 4    80     70    70    90    70
    As you can see, there is overlap in these value.
    CW 1 KF3, KF4  -->80
    CW 2 KF3, KF5 --> 90
    CW 3 KF3, KF4, KF5 --> 90
    The order which i want the series should appear first when overlapping.
    - KF3 must appear on top.
    - Then, follow by KF5
    - Last is KF4.
    So now, i have no idea to control the overlap orders except adjusting the sequence of keyfigure from query.
    Feel free to give me any input!

  • Print PDF file with the lay out created in the BEx web application designer

    Got the following questions (problems) when print a web report created in BEx Web Application Designer to a PDF file:
    1. The tile (which has a company logo and report name in it) was not printed, is it possible to print a title (with company logo) on each page of the PDF file?
    2. Want print the filters that have value specified on the PDF file, is it possible to do this?
    Any help is appreciated, thanks.

    Hi Simon,
    you can achieve this requirement i.e. using this way of implementation:
    1. Create a new template which contains the required fields (company logo etc) and set the visibility of the top container to "hidden". Add a empty data provider to this template and add the filter values (variable names) you want to display on the PDF. However be aware that the name for the (empty) data provider must match the name of the data provider within the original template you want to print.
    2. Open your original template and include the template you created in step 1 (Advanced: Web Templates). Choose the appropriate location (above/below the analysis item.
    3. Check the settings of your export command: do not set a special web item to be printed.
    If you export the template within web the second template should be printed correctly.
    Brgds,
    Marcel

  • Change Layout Web Application Designer

    Hello Gururs.
    Here's the question:
    I'm creating a Web Application Designer Template. When I execute it in the web, the variable screen has certain colors (kind of blue colors) the standard, but after inputing the variables when I click on Ok button, the display of the query is very mediocre, i.e., the standard, is representing the query in a table with the columns and rows in gray!
    I would like to change these colors, but I don't know how.
    I believe that in older versions you used to have an option in WAD of choosing the stylesheet (CSS), that now in the 7.0 version is unavailable.
    How can I change the layout presentation of the queries format in the WAD?
    Thank You,
    Diogo Ferreira.

    Hi Diogo,
    The table colors are from the EP settings.
    I often insert a line like this in the head of the template:
    <style type="text/css" >.urSTSHL2 { background-color:#CCDAF6 } .urSTSHL1 { background-color:#CCDAF6 }</style>
    It will overrule the standard CSS from the EP and it also works with IP queries.
    The alternative is to change the overall setting or change theme in the EP.
    Hope this helps.
    BR
    Stefan

  • Working with WEB APPLICATION DESIGNER ( WAD)

    Hi all ,
    Could anyone pl suggest me some books or some URL's for me for mastering in WAD. I am new to this.Bail me out of this situation .
    Thx in Advance ,
    Badarinarayan.H.

    Hi Badri,
    WAD:
    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
    http://service.sap.com/bi -> SAP BW InfoIndex -> Web Application Design (3.x)
    have a look on this thread posted, it speaks about front end problems in WAD:/thread/101416 [original link is broken]
    To know about hyperlinking in WAD:
    'how to enchance web context menu'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3541a990-0201-0010-f1ae-b24b72690df7
    'how to table interface'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49dfeb90-0201-0010-a1a2-9d7a7ca1a238
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f0aca990-0201-0010-0380-f3aac4127a57
    and on how to use JAVA in WAD:
    WAD and JAVA
    web reference bw 3.5
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b1089290-0201-0010-288c-98e4d26487ee
    Regards,
    R.Ravi

  • Chart problems in Web-Application Designer

    Hello,
    I am trying to use CHART in Web Application Designer.
    But whatever TYPE I select in that (pie/stack/..),
    It shows the report with default chart type..
    Then after one /two trials, I have run time error. & Web application Designer crashes. In preview of that chart on template, it shows the chart type I have selected.
    What am I missing in my steps. Or is some library missing..
    Thanks for you suggestion.
    Is very urgent & as I need to show report tomorrow.
    Regards,
    Santosh

    Hi Santosh,
    <b>Defining the Width and Height of the Entire Chart</b>
    in the Properties
    Enter the desired values in fields Width and Height of the window in which you are editing the chart. The entries should be in pixels.
    Choose Apply.
    The size of the entire chart is changed according to your specifications.
    Changing the Size of the Entire Chart with the Mouse
    Point to the border of the preview window with the mouse.
    The cursor becomes a double arrow.
    Click on the border and pull the preview window to the required size.
    The size of the entire chart is changed when you let go of the mouse key.
    Changing the Size of the Plot Area or the Legend with the Mouse
    Click on the element whose size you want to change (plot area or legend).
    The element is enclosed in a move handle.
    Point to one of the move handles with the mouse.
    The cursor becomes a double arrow.
    If the cursor does not become a double arrow, you might not have selected the right element, for example the chart area instead of the plot area. In this case click again on the element whose size you want to change.
    Click on the move handle and keep the mouse key pressed.
    The cursor becomes a cross.
    Pull the element to the desired size.
    The size of the element is changed when you let go of the mouse key.
    Avoid stretching the plot area over the whole area of the chart. The outermost border of the plot area disappears from the visible area in this case and cannot be clicked on again. You cannot change the size of the plot area. If you made the plot area too large by accident, you can undo it with the menu option Undo in the context menu. You can reset the plot area to its original size with Reset, but you will lose all the changes you made to the chart.
    <i><u><b><b><b><b>
    It is simple issue D't worry..And one morething is  Check the <b>Specific Properties</b> of the Template</b></b></b></b></u></i> in Design of the web template.
    Thanks
    Bhima Chandra Sekhar

  • Print a Web Template with Web Application Designer 3.X

    Hello
    I would know how I can print a web template made with Web Application Designer 3.X and that it is in the Intranet.
    Actually I'm printing that page with the option of the browser (Internet Explorer) but it print only I see, no print all the chart and the rest of the columns.
    How can I print all the data that compose  the web template?
    Thank you.

    Hello Sharath,
                         First check whether you have change authorizations for WAD, check you user name is added in the role for web templates and also check the authorizations.
    then in the web template in the menu bar go to view option ,select web items and properties , so that you can find them in the left hand side, then replace the chart item with the table and assign the query to the table.
    hope it is clear,
    assign points if useful.

  • Web application designer problem

    Hello All,
    I design a web application suing web application designer and trying it display using browser.
    the browser throws up a error
    The requested url could not be retreived.
    http://iwsap4.local:8080/sap/bw/BEx?
    The browser is IE & the GUI is 6.2.
    Have any of u experienced the same problem.
    Rgds
    Karthik

    Hi!
    First of all, check transaction SMICM to see if the Internet Connection Manager is running.
    As you probably can see, your URL seems to be missing your domain name. Check your icm/host_name_full parameter (menu Go to->Parameter->Display from SMICM).
    Regards
    Andreas

  • Opening template issue in Web Application Designer (Loading problem)

    Hi,
    When i open a query in Web Application Designer through the BWdev, it is opening but when i open a query in Web Application Designer through the BWProduction it is not opening, it is displaying a msg box like this
      " Operation Failed! NO detailed error information from backend available ".
    In the opening of the webtemplate itself it is showing that box when loading mime type imgs.
      If anybody knows pls send msg.
    Thanks & Regds,
    Giri.

    Hi Giri,
    I have a similar problem ...
    when I give the user SAP_ALL security profile,
    the problem is gone,
    but I DON'T want to do that...
    can you please specify how to give full authentication access to WAD only
    thanks a million!
    Edwin

  • BEx Web Application Designer with portal...

    Dear all,
    Right now we are using EP for execution of reports.. till now we have used querydesiner only...
    Now the requirement is to use  BEx Web Application Designer with portal...can anyone give me some idea abt how to connect the EP with  WAD..
    Points will be awarded
    regards
    venu

    Dear Venu,
    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0a5216a-349c-2a10-9baf-9d4797349f6a
    Regards,
    Ramkumar.

Maybe you are looking for

  • Third Party and Sales Deal Combination

    A Client has a business process where the vendor normally delivers goods to the client and the client sends it to the customer with some secial promotional pricing. But at times the vendor is not able to deliver the goods on time to the client so the

  • Voice Control Language Option

    Does anyone know if the new voice control is limited to US English? Does Chinese, Spanish, Japanese, Korean, or other languages voice control work?

  • Setup Time Machine

    Can I use airport extreme base station 54Mbps as server/router for time machine wireless B/U of Macbook Pro? Or must I buy Time Capsule?

  • Printer has communication errors?

    What do three dots over the bluetooth symbol mean?

  • JSP ALERT PROMPT CONFIRM

    I am displaying a tomcat hosted jsp page in WebView, JAVAFX 2.2. Most everything works as expected, but javascript alert() & prompt() boxes do not display. Is this expected behavior ? I'm guessing I have to replace that code in the jsp pages based on