Item alignment in the Web Application Designer (3.5)

Hi to all,
I am creating a web template in WAD which has 2 tables (each of them is on different data provider). When I run the template, reports (tables) are aligned from the left side.
Does anyone know whether it's possible to change this and have the alignment on the right side instead?
Any assistance is highly appreciated!
Cheers

We should have mentioned that the HTML code similar to example below, will right align the entire table placement on the page, but the individual columns inside the table have their headings left aligned, no matter what we do.   We have not found a way to right-align the column headings inside of a table.
Note, we added the comment tags around the 2 - P-tags below to prevent the example from heading toward the right margin below.  (In other words, the comment tags should be removed, but leave in the P tags.)
<TR>
<TD vAlign=top>
<!--<P align=right>--
>
<object>
<param name="OWNER" value="SAP_BW"/>
<param name="CMD" value="GET_ITEM"/>
<param name="NAME" value="TABLE_1"/>
<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
<param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
<param name="SHOW_PAGING_AREA_TOP" value="X"/>
ITEM:            TABLE_1
</object>
<!--</P>--
>
</TD></TR>

Similar Messages

  • Transaction to execute the Web Application Designer

    Hello,
    Is there a transaction to execute the Web Application Designer? (In the same was that RRMX executes the BEX Analyzer.
    thanks,
    Allan

    definetly not.
    There is no mechanism possible like in Analyzer. This is a limitation of design of the WAD.
    Best regards.
    Kai Wachter

  • Were can we add the commands in the web application designer in bi 7?

    Hi all,
    Can anyone let me know what are all the web items in which i can add commands in web appln designer in bi 7.
    can anyone provide me some sample examples for adding commands in the WAD in bi 7,0
    Thanks
    Pooja

    Hi Pooja,
    Use this link to have better idea...
    http://csc-studentweb.lr.edu/swp/Berg/articles/NW2008_BI_tool_guide_v7.ppt#322,28,Command Wizard and JavaScript
    Thanks,
    Ajay

  • How to create the Web application designer

    Hello BW Guru's,
    how to create the WAD... step by step procedure and where to save the report and how to excute the report.
    please send as soon as possible.
    Thanks
    Sudha

    hi,
    you can also refer to the following links.
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f11a7e3-0601-0010-52a2-c3fbbdb068da
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/a8cd1f71-0a01-0010-4783-f119b6132d25?rid=/library/uuid/cea68c65-0901-0010-f5a4-fd34189d8078 [original link is broken]
    hope it helps,
    regards,
    Parth.

  • Error during conversion in the web application designer 2004s?

    Hello there,
    When I'm converting a template from 3.1 to 7.0(2004s) whit the migrationtool, I get an error whit a big screen. Then the WAD closes down. I can ignore, retry or break down. Does somebody know what the problem is?I have done other queries and they converted good. It is a query whit selections and formulas. I've tried anything. could someone help me?

    hello there,
    I solved the problem by creating a new template in 3.1 and added the table. after that, i used the migrationtool, and it worked fine. does somebody know why it is like that?

  • Web Application Designer broadcast select Web Items

    Hello all,
    I have a request to use the broadcast only select web items, Chart/Analysis items only in a Web Application Designer Template. Is this possible? I've tried the option "Data Binding"  Report [ITEM_REF] but that didn't work and brought everything in my Web Template in my PDF broadcast to Email. It seems to ignore the Data Binding and bring everything in the template, pictures, Charts, Analysis items. Can anyone tell me if it is possible to select only select web items to broadcast via PDF?
    Thank you in advance!

    Found it:
    - New Button
    - Action = Command
    - Commands for DataProviders/ Hierarchies / SET_HIERARCHY

  • BEx Web Application Designer - formatting text_item

    Hello,
    I'm a newbie at the Web Application Designer and I collected my first experience in it. Now I am having a problem with the formatting from a text_item. Afterward changing the font size and color, I saved the report but nothing changed. I ticked the attribute 'Display Text Only' from the text_item and specified the horizontal alignment of the text_item and it worked. If I change the font size and font attribute to "bold", it doesn't work.
    Have anyone a solution? Thank you for helping!
    Kind regards
    Tobias Kreuser

    Hi Stefan,
    I don't know where I write the <(remove) b> Object < (remove)/b> in the code. Because my code is displayed different as your. The name of the text-items are "text_item_1" and "text_item_2".
    Here is my code:
    <bi:GROUP_ITEM name="GROUP_ITEM_ANALYZE" designheight="600" designwidth="600" >
                                <bi:CHILD_ITEM_REF value="CONTAINER_LAYOUT_ITEM_3" />
                                <bi:PADDING value="X" />
                                <bi:GROUP_DESIGN value="SECONDARYCOLOR" />
                                <bi:WITH_CAPTION type="CHOICE" value="" />
                                <bi:CONTAINER_LAYOUT_ITEM name="CONTAINER_LAYOUT_ITEM_3"  designwidth="600" designheight="600" >
                                    <bi:ROW_LIST type="ORDEREDLIST" >
                                        <bi:ROW type="ORDEREDLIST" index="1" >
                                            <bi:COLUMN type="COMPOSITE" index="1" >
                                                <bi:CHILD_ITEM_REF value="TEXT_ITEM_1" />
                                                <bi:COLSPAN value="1" />
                                                <bi:HALIGN value="CENTER" /> 
                                            </bi:COLUMN>
                                            <bi:COLUMN type="COMPOSITE" index="2" >
                                                <bi:CHILD_ITEM_REF value="TEXT_ITEM_2" />
                                                <bi:COLSPAN value="1" />
                                                <bi:HALIGN value="CENTER" />
                                            </bi:COLUMN>
                                        </bi:ROW>
    <bi:TEXT_ITEM name="TEXT_ITEM_1" designheight="70" designwidth="200" >
                                        <bi:TEXT_BINDING type="CHOICE" value="TEXT_CONTENT" >
                                            <bi:TEXT_CONTENT value="TOP" />
                                        </bi:TEXT_BINDING>
                                        <bi:TEXT_DESIGN value="EMPHASIZED" />
                                        <bi:RENDER_AS_TEXT value="X" />
                                    </bi:TEXT_ITEM>
                                    <bi:TEXT_ITEM name="TEXT_ITEM_2" designheight="70" designwidth="200" >
                                        <bi:TEXT_BINDING type="CHOICE" value="TEXT_CONTENT" >
                                            <bi:TEXT_CONTENT value="BAD" />
                                        </bi:TEXT_BINDING>
                                        <bi:TEXT_DESIGN value="EMPHASIZED" />
                                        <bi:RENDER_AS_TEXT value="X" />
                                    </bi:TEXT_ITEM>
    Perhaps you can help me with my code?
    Kind regards
    Tobias

  • 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

  • Freeze a Column in WAD (Web Application Designer)

    Hi,
    I have a web template in WAD that has an analysis_item, which data provider (DP1).  The data provider (DP1) has a query attached to it.
    My goal is to be able to freeze a column (data column) in the analysis_item.
    I looked at all the properties of the analysis_item, but I didn't find any properties that I can use to freeze a column.  I saw another discussion thread on Freezing column and rows, but there wasn't an answer for it in that thread.  
    I even tried to search for a way to freeze a column using JavaScript , and I found the link below using CSS (cascading style sheet) to accomplish the freezing of a column for a non SAP web application.  However, I was not able to figure out how to apply this method in WAD and specifically in the analysis_item.
    http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html
    Do you know any method to freeze a column when displaying data via the analysis_item?
    I would really appreciate any suggestion you have.
    Thank you,
    Katelyn

    Dear Katelyn Dang  ,
    Freeze column
    On the properties tab select table. goto web item tab. in number of data columns displayed put value as 4. (you can change as per ur need).
    Also go through thes links
    http://web.tampabay.rr.com/bmerkey/examples/locked-column.css.html
    http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html
    For visiblity
    you can set visible rows and columns in the specific properties of web item table! Just click the table in the Web Application Designer and than look into the specific properties. Select "Number of Data Rows..." or "Number of Data Columns..." as you wish!
    Hope it helps
    Regards
    Bala

  • Web Application Designer: Map-legend

    Hi Guys,
    i have a problem with the map legend from the WebItem: Map.
    I want to have a map legend with 3 classes :
    1. < 0
    2.    0
    3. > 0
    But i can´t find the right option to set this values to the map web item.
    Can someone give me a hint, where i can find the option?
    (i´m working with the Web Application Designer Version 7.1)
    thx

    Hello,
    Could you please share the solution for that ?
    Thanks,

  • Web Application Designer - DROPDOWN_ITEM

    Hello Gurus,
    I have the following error:
    u201CNo reference To data provider definedu201D when I execute a web Template.
    u201CIn the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZZ_VENDAS_002 for Web item DROPDOWN_ITEM_1 to a valid data provideru201D
    This error doesnu2019t make sense because the web template doesnu2019t have any DROPDOWN_ITEM. I have a different web template with DROPDOWN_ITEM but not this one.
    Thanks in advance,
    Kenps

    Hello Carlos,
    Have a look at this Note
    SAP Note 901213 BI 70 SP6 dropdown box: No reference for Data Provider
    Thanks
    Chandran

  • Web Application Designer - Chart (Bar Chart) - Value description of chart

    Hi Community,
    i use the Web Application Designer in BW 3.5 to create a bar chart with the chart web item (Bar chart). Everything works fine - but in the query the values are 10.000.000  and much more. The description in the chart lokks like  10000000  - Nobody can handle this information in the chart - i could not change the values in the ODS. Is there a possibility to show only steps in 1.000.000 in the chart. In the chart description it should look like 10 and the in a text "in billion".
    Is the chart designer in the WAD possible to habdle this ? Hope you have a solution

    After applying IGS patch. It is resolved.

  • Navigational charts in Web Application Designer

    Hello all,
    I have a question regarding actionable charts in Web Application Designer. For example a user selects a bar in a chart and based on that selection filters to additional reports or changes existing charts/tables in the Web Application Designer? I know you can right click and setup RRI then goto functionality but I would like the capability to click on the bar chart and then proceed with the action.
    I know this can be done with Geo enabled Map Web Items where you click on a state/country and drill in for additional information but I'd like to know if it can be done with in charts. I know there is an option in WAD to setup Eventing, maybe there you set the onclick event to do the function?
    Any help is appreciated.
    Thanks.

    Does anyone have any suggestions? I keep reading its possible but found no examples.
    Thanks,

  • 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

  • Expert on web application designer comes in!

    Hi Colleagues,
    Here is an issue on the web application designer. i want to use the exception showing function (red light, green light) with the help of the web application designer. So firstly, i set some exception in the query and on the web application designer, i choose "exception visualization"  as "symbol". Then i save the web query and execute, the exception shows, but in a arrow trend way, not the red light or the green light. It seems that the tool has by defult set arrow trend as the 'symbol'. But from the exception details, i find there are 2 options for 'symbol': status (one i want) and arrow trend. How can I change the default setting? Thanks.
    If necessary, we can have a netmeeting.
    Urgently waiting for ur reply.
    Best Regards,
    Clark

    Hi Clark,
    You have to implement the module com.sap.ip.bi.rig.ExceptionImage.
    Select the Analysis Web Item -> Web Item Parameters -> Internal Display
    Select Modification -> Single Module
    Implementation Name: com.sap.ip.bi.rig.ExceptionImage
    Select Type as Generic Module
    Set the Parameter Name based on the Alert Level set in the Query Exception.
    For example :
    Green      u2013 ALERT_3 (Alerts 1 to 3)
    Yellow      u2013 ALERT_4 (Alerts 4 to 6)
    Red     u2013 ALERT_8 (Alerts 7 to 9)
    Since you want to display the Traffic lights in the Web Report, select Image as the Value from the dropdown box.
    Provide the URL for the images stored in the MIME Repository depending on the Alert Level.
    Green - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledg.gif
    Yellow - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledy.gif
    Red - bwmimerep:///sap/bw/mime/BEx/Icons/s_s_ledr.gif
    The images will be stored in SE80 -> Mime Repository under SAP -> BW -> BEx -> Icons
    Green - s_s_ledg.gif
    Yellow - s_s_ledy.gif
    Red - s_s_ledr.gif
    The Exception Visualization drop down in Cell Content Area of the Analysis Web Item should be set to display Symbols.
    If this is not set, the Report would continue to display Exception Colors in the cell background.
    Hope this helps.
    Regards,
    Hari.
    Edited by: Hari Krishnan K on Aug 12, 2010 11:05 AM

Maybe you are looking for

  • Oracle 11gR2 RAC: Running the script root.sh problem

    Folks, Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html I have

  • Had to restore comp. to earlier time, now firefox will not open.

    I have a HP Pavilion Slimline desktop, model s5310y. It is using Windows 7. A popup from Firefox came up saying I was using an outdated version-3.6 I believe. I hit the download button, it downloaded but when I tried to use it, it would not open. I u

  • Scheduling SSIS package fails

    Hi, I've successfully created a SSIS package and I can execute it manually. Now I am trying to schedule it as a job to run daily at certain time. For this, I tried to create a job through 'SQL Server Agent' in Sql Server Management Studio. But when I

  • Compatible problem in ZEN micro and ZEN micro ph

    I have a ZEN micro already and want to buy a ZEN micro photo. Problem is that is the two accessories compatible? Can I use the former batteries and adaptor in the latter? Thanks a lot!

  • Microphone and Imovie/isight

    I am trying to record myself playing electric guitar with imovie/isight using a line 6 USB audio interface. Audio records great but I am also getting the sound of the guitar "unplugged" as it were. It sounds like the mic on the computer is also picki