CSS HTML5 DWCS6 web template question

I have a Responsive website template I am editing. There is only one issue I am having with the template. When I remove the background image because I don't need the quotes and view the site in mobile view in ADOBE DREAMWEAVER CS6, the text is thrown off and is squeezed towards the right of the screen in a very narrow and unreadable column instead of flowing to the left in a nice readable column.
Original css with quotes:
.block-left-2 {
overflow:hidden;
margin-left:250px;
font-style:italic;
padding-left:50px;
background: url('../images/p-bg.png') no-repeat 0 2px;
margin-top:-5px;
My changed css without quotes:
.block-left-2 {
overflow:hidden;
margin-left:250px;
font-style:italic;
padding-left:50px;
background: none;
margin-top:-5px;
Can anyone tell me what do I need to change in the above css to make the text area that had the quotes (background :url image) removed flow normally when viewed through a mobile device just as it flows normally with the quotes (background url image)?
Your help would be greatly appreciated. I love your templates, but if I cannot get any help for just this one thing, I will not be purchasing any more of these from your website.

I'm not sure why changing a background attribute would do anything to the flow of text on your page, but...
background:none;
...should be taken out completely. I don't think that's technically a usable attribute for the background shorthand property and may be why it's throwing off your text.
If removing it completely doesn't fix the issue, something else has been changed in your css or html that is causing the problem.
EDIT: Nevermind, I guess it is technically valid css, but still, it shouldn't have anything to do with your text and can be removed, since you want "no background" you can just leave it out all-together. There must be something else changed in your css or html causing your text to go squirrely.
Any chance you could post a link?
EDIT 2: Also keep in mind, this is a user to user forum for Adobe products and actual Adobe employees don't drop by very often. For the most part, it's just software users like yourself that are offering up the answers here.

Similar Messages

  • Export to Web - template question

    I routinely export from iPhoto to web pages to make them public on my family web site (which I manage). All is well there.
    The thumbnail based pages that are the default output from this process are really pretty good, especially considering that i'm all about the 80/20 rule. They are not perfect, but for a busy life, they suit the bill quite nicely.
    However, if I could only just make a few tweaks to the template the Export facility uses to build the output, it'd be great. Are they straight HTML? Are they located somewhere easy to find? Can I actually edit them a bit (considering that I'm OK with basic HTML)? Should I even think about this at all, or is it crazy to do so?
    Please advise...
    Thanks!!

    dcrisafi:
    No, they are not straight HTML. Mostly java based. You can create your own theme and install it but it is a bit of a task. Check out this site for directions: http://karreth.com/iweb/Home.html. It has a lot of how too tutorials. There are also some free themes available. You can get them here:
    11Mystics
    some templates
    The second site has some nice clean templates. I don't use the iWeb button in iPhoto to start a new site. Instead I put my photos in an album and launch iWeb separately. Then I can select the theme before getting the photos thru the Media button/pane.
    If you find having multiple sites in one file cumbersome give iWebSites a look. I have a different file for each site I manage. Makes it much easier to manage IMO.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.8)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

  • Impact of changing MVG web template (CCPopupListMvg.swt)

    Hello All,
    I want to know, what's the impact of changing Siebel Web Template for MVG applet.
    Thanks,
    Soumya Sekhar Samanta

    Hi,
    It all depends on what you want to change. If you provide more specific information I will be able to help you better.
    Basicly:
    In our project we used to modify css-file and web template files. It works fine as long as you test your modifications. If you want to change the layout (color, padding, width) there is not mucht to test. Just make sure the controls are properly displayed in the UI after the modification.
    A bit trickier ist it to add more controls or new sections in the web template. Siebel uses control ids in the template which you see as placeholders in siebel tools. So you have to make sure that you wont use the same contol id s more than once otherwise you will have a problem that can lead to core dumps in the siebel client. (Only ListBody and ListHeader share the same control Id..) Every control id has to be unique. Not only in CCPopupListMvg but also in all included web templates files (e.g. CCListHeader.swt).
    Be carefull with lists because control id's will be set in for loops. Also List Header and List Body need to have the same control id so siebel can mapp the caption of a list column to the list header.
    (e.g. CCListBody <swe:for-each startValue="501" count="40" ....>, CCListHeader <swe:for-each startValue="501" count="40" ....>)
    Whatever you do don't remove any control ids. If you do, controls that are mapped to the control id in siebel tools will not be shown in the client anymore. You will not get an exception. It just wont be displayed. So the thread is that the applets will not work properly anymore and you won't even know it untill a user misses a column or a button or whatever control was mapped to it. If you still do, you will have to check every applet in siebel tools.
    Also you have to check if CCPopupListMvg.swt is included in any other web template because your changes would affect those web templates as well.
    You have to concider that siebel does not know about your changes. So in future releases they will still use vanilla CCPopupListMvg.swt and maybe also modify it in vanilla. The template will be overwritten on siebel upgrades. So you will have to make your modifications after every siebel upgrade again.
    I hope this helps.
    Regards
    Claudio

  • Question regarding the default web template for queries

    Hello,
    I am trying to learn the default web template that is using for queries:
    0QUERY_TEMPLATE_BROADCASTING70
    I see that it's <bi:QUERY value="" /> is empty which is logic since the query will be inserted on runtime. My question is, where in the web template does it say that? I can't see any parameter it expects to get with the query's technical name not at the webtemplate code nor at the URL...
    Roy

    Roy,
    I think you are mixing things. The template you are mentioning is used for queries that are executed from the query designer. It's not a web template as any other one you create for your users. So, this web template has some parts in it's code that works with the query execution. When you run a query, the system takes the query definition (made in QD) and executes it with the web template indicated for the query. This determination is made by the program that is used to run queries. You can try using RSRT transaction to debug and check how this it's done. If you want to change the default web template used by query designer to run the queries, you should do it copying any standard template, like the one you mentioned. If you don't do it, you won't get the information correct.
    Hope this helps.
    Regards,
    Diego

  • WAD 7 and Custom CSS for a single Web Template

    Hell GURUs,
    We were used to create custom CSS for every template (WAD 3.x).
    We could not find a way to do the same with WAD 7.
    We don’t want to create many Portal Themes in order to overcome this problem; moreover certain objects like hierarchies can not be formatted correctly spoiling the theme editor.
    As I said our goal is to have the maximum flexibility like before; hence, can you please suggest us a way to create a custom CSS for a single template?
    Thank you very much
    Matteo Mariniello

    Hi,
    You can create CSS style sheet in BI 7 as MIME object and use the same in your web templates.
    go to the transaction SE80 -> MIME Repository -> SAP -> BW -> Customer ( path may different as per the system setting.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/d8e0a488ef05f6e10000000a11466f/content.htm
    Hope this will help you.
    Shakeel.
    Edited by: Shakeel Ahmed on Feb 23, 2008 10:42 AM

  • Web Template Nav Filter Question

    Hi,
         I have a Nav Item in my web template and the DataProvider query has Fiscal Year with a variable in the free characteristics.  The variable is "single value" and is populated with the current year 2006 via the variable user-exit.
         When I call the web template the FY variable value 2006 shows up in the nav web item as a filter.  This confuses me because if I add another value say 2005 to the filter via the nav block it doesn't seem to make the additional 2005 value available in the variable user exit.
    Why does the variable value 2006 show up as a filter when it's set up as a variable?
    Thanks!

    Hi Kenneth,
    There are three approaches you may follow:
    1) Either make the variable as ready for input & changable during query navigation: this can be done by right clicking on the variable and selecting edit, there will be two checkboxes at the bottom, select both. This will enable you to use the navigation block to put in values in your variable.
    2) Hide the free characteristics section in the navigation block web item properties. This has the drawback that it will hide all the free characteristics - so dont use this if you have more than one free characteritics
    3) create a list of characteristics to be displayed in the navigation block. All characteristics not mentioned here will not be displayed in the nav block.

  • Web template style sheets(.css) !!!

    Hi,
    where can I create my own style sheet for the web template and also how can i edit the exisitng style sheet in BW..
    Thanks for your help in advance,
    AC..

    You can create your own using notepad or any other authoring tool.  To get a stylesheet from the BW server, go to the Mime Repository (Transaction SE80).  From there you need to find it in the directories.  Normally it is in the SAP->Public->BW->BEx->Stylesheets or BW->Customer->Stylesheets.  You can import, export, display, and change the stylesheets from here.  If you make changes to the stylesheets, you will need to invalidate the global cache by using the transaction SMICM.  Use the GoTo menu in the top menu and select HTTP Server Cache->Invalidate Global in System.  This should help you out.  Use this link for more on the stylesheets:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm
    Thanks,
    Jeff

  • Iweb With html5 Pre Built Templates?

    Sorry if this is an obvious question, but Googling hasn't helped me.
    I found an html5 pre built template I would like to purchase and download.   But I am very limited in Dreamweaver knowledge.  Can I open and work with this type of template in iWeb?

    iWeb can only use templates that are specifically designed for it. It cannot open an external html file.
    I would imagine that what you are contemplating buying is an HTML layout with a CSS stylesheet. You would need code entry style software for this but you really don't need DreamWeaver.
    I use Rage WebDesign for this. Taco is a really good, cheaper alternative and Fraise is free.
    Some iWeb users are moving to Flux 3 since it handles both code entry and drag and drop. This application, to my mind, is over complicated and you would be better to use a WYSIWYG code entry style software if you are starting off with a well designed Stylesheet and HTML template. Its a lot easier in the long run and produces much cleaner code.

  • Regarding upgrade of web report\web templates functionalites BW 3.5-BI 7.0

    hi all,
             I m working on a Upgrade study from BW 3.5 to BI 7.0 for Web Templates,web items and java scripts.
    Below is the scenario of the client system:
    New web templates are created from the 6 master web templates available for publishing to a custom Portal (created using BSP and hosted on the WAS). TOOLBAR and FOOTER are custom web templates used in all Master Templates and contain various JavaScript functions and footer code respectively.
    TOOLBAR provides the Toolbar, header and buttons functionalities in the Master Templates via the contained Javascript functions. FOOTER displays the date and time of issue as well the logged in user.
    FOOTER1 and FOOTER2 are web items derived from FOOTER web template. They have different set of web item properties and are used to create web templates used through the custom Portal.
    It is observed from BW Tables that out of 100 unique Web Templates available in the system, 90 are using TOOLBAR template and 95 are using FOOTER template.
    No external Javascript .js files are used in the Web templates. Most of the Javascript functionality is contained in TOOLBAR and no other custom javascript in master templates. However, there are some derived web templates where custom javascript is contained.
    Following is the process to create custom Web Templates in development server that are eventually transported to QA and Production:
    1)     The appropriate master template is identified and saved with new name in developer role.
    2)     Dataprovider is added to corresponding web items.
    3)     From the library, properties are transferred from master template to the custom template.
    4)     Report title is added in HTML tab.
    5)     No changes are needed in the Web Templates Properties except change of value in  “Show Jump Target in” field to the portal Frame ConPortal or _self in case RRI is to be used.
    6)     Some properties like Title, Width in Pixel, Affected Data Provider, etc. needs to be adjusted. Changes can be done to web items seen in Overview tab except the FOOTER and TOOLBAR web items. These web items are saved as reusable components in Library.
    7)     After all the changes the web template created is transported from development server.
    To summarize, all master data for creation of web templates like reusable master templates, web items in library, web templates containing Javascript code are stored in dev. server. Custom web templates created from these are transported.
    I want to validate the sequence of migration as below:
    Following sequence has to be followed for the Web Templates and Queries Migration in development BI 7.0 Server:
    1)     Migrate the Individual BEx Queries first and perform functional testing.
    2)     Migrate the TOOLBAR template manually (create as new in BI 7.0 Toolset) and FOOTER template automatically (using Migration Tool).
    3)     Manually migrate the JavaScript code in TOOLBAR. Please refer to section ..for more details.
    4)     Migrate the library of reusable web items, if any.
          (What to do if web item is custom or is not supported in BI 7.0)
    5)     Migrate the Master Web Templates manually (create as new in BI 7.0 Toolset) and automatically (wherever possible) and perform functional testing.
    6)     Migrate the custom web templates automatically (wherever possible) and manually, if automatic migration is not possible. Perform functional testing and data provider binding.
    7)     Perform jump target binding wherever applicable.
    8)     Transport custom templates, TOOLBAR and FOOTER to QA and Production subsequently.
    Also i have the following questions:
    1. How to migrate functionalities accessed thru web templates like jump queries, general navigation blocks with filter, table interface, and are data providers automatically linked to web items or have to be done manually post migration.
    2. Do we need to migrate the library of reusable web items also.
    3. After migrating the master  web templates and javascript containing templates to BI 7.0, can we migrate automatically the custom webtemplates derived from master templates and containing the custom javascript that is now avaialbe in BI 7.0, will they pick up the custom code automatically.
    thanks in advance
    Regards
    praveen

    No resolution found

  • BI Web Template Caching on EP server

    Hello,
    We are developing BI web templates in the BI Web Application Designer and then previewing (via publishing) them with the EP web server. When we make a change to the report/template and republish/preview it to the EP server, the old version remains in the EP web server cache.
    Also to note, this is PRIOR to creating BI iviews and incorporating them in EP, so our assumption is that the cache settings in EP iviews do not apply in this case, but that it a broader issue with the EP web server or application itself.
    So far, we have tried clearing the overall PCD EP cache under sys admin support section and that does not work. The only way to get the latest content to show up via preview/republish is to restart the EP instance which clears the cache.
    Is there any other place cache can be cleared or a setting that will allow the BI previewer and ALL content (i.e. iviews as well) to ALWAYS get the latest and greatest version??
    Thanks in advance for any help.
    Dave K.

    hi Dave,
    cpl of questions are you on a federated network or are you using any proxy to access the portal? usually it will be slightly delayed some times based on the proxy cache. how are you adding the reports to role through delta link or copy?
    When using the portal cache, data updates can appear with a delay.
    pls go through the following link it may help you.
    http://help.sap.com/saphelp_nw70/helpdata/EN/25/8c174082fe1961e10000000a155106/content.htm
    Jo

  • Create a custom web template using VS 2012 with web features,site features sections applied

    hi,
     Want to create a  custom web template using VS 2012  in my SP 2013 environment.  i know "Vesku" has posted a great artice on this [  based on prev. version of SP].
    here -
    http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx
    i am  looking for a code based article  which has step by step process which provides how to add the site features, web features and attach the eventreceivers etc etc on sitecollection creation when i apply this template from central admin. 
    can anyone provide me any links / any source how to create a custom web template with one / two  custom features -  site features element and web features element , / master page etc ....
    I am stuck with this. as part of my reqmnt, i need to create a webtemplate with all the customlistinstances, custompagelayouts, custom masterpages, custom appln pages, custom web parts.
    help is appreciated !
    Das

    The problem is that Web Templates are deployed to a gallery in a site collection and aren't available in Central Admin when creating a new site collection.  YOu have to create the site collection without choosing a template and then choose your web
    template when you first access the root site in the site collection.  Here's an article that discusses that process here:
    http://sharepointchick.com/archive/2011/02/10/using-web-templates-to-create-site-collections.aspx
    Other than that Vesa's article is still the best one and works essentially the same in 2013 as it does in 2010.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • SAP BW Web Report : Web Template

    Hi,
    I have created a SAP Query view and a web template.  Then i have created the web report using the below URL.
    http://port/sap/bw/Pub?sap-language=EN&cmd=ldoc&TEMPLATE_ID=TEMPLATE1
    Later i added filter condition sin the web template and created the URL which filter values for that particular Cost Center.
    http://port/sap/bw/PUB?SAP-LANGUAGE=EN&CMD=LDOC&FILTER_VALUE=7&TEMPLATE_ID=TEMPLATE1&FILTER_IOBJNM_1=COSTCENTERA&FILTER_VALUE_1=7046
    I face issues with the below points.
    1.     Now the Title of the web report has to be changed.  Where can i change this ? ( HTML code / web template ) 
    2.     The Title of the report is selected from a Region Value from the .css file.  Is there any relation between this fiel and ABAP code at the backend.
    3.     The Cost center has hierarchy values at the back end.  Even if I do not enable the hierarchy for Cost center, I get values for that parent node.  But the child nodes show extra projects if hierarchy is enabled.  Should that be enabled ?
    4.     In the view I am getting both the fileds Cost centerA and Costcenter B.  But  in the report for filter COSTCENTERA=7046, I get only COSTCENTERB and vise-versa.  What could be the reason ? What should I do to get both the fileds in the Web report.
    Appreciating your valuable suggestions on the above points.
    Please help me in resolving these issues. 
    Many thanks
    Eswari.B

    Hi Vlad,
    I revised the code as below and now Iam able to sucessfully execute the report in BPS layout, however the BPS variable value is not passing to the BI Report; any ideas... Thanks Again...
    <iframe id="BPSREPOR"
    name="BPS Report"
    src="/sap/bi/mime/bex/icons/pixel.gif"
    width="1000" height="600"></iframe>
    <script language="JavaScript" type="text/javascript">
    var frame = document.getElementById( 'BPSREPOR' );
    var url = 'http://wbvmburpr10.warnerbros.com:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=';
    var filter = '&FILTER_IOBJNM=0COMP_CODE&FILTER_COLLAPS=&FILTER_VALUE_EXT=';
    // Example using fiscal year 2004 and variant K4: K4/2004 => comp = #K4/#
    var comp = '';
    var appl = 'BPSREPOR';
    var varvl = '<%descr(BPS_VARIABLE/value)%>';
    // Option: Adjust the 'SELECT' to your local language
    if (varvl != "" && varvl != "-- SELECT --"){
    // expected formatting of variable selector: Text(Key) or Key
    var convert = /((.*))/;
    convert.exec(varvl);
    // If there is value in brackets it is the key
    if ( RegExp.$1 != "") varvl = RegExp.$1;
    // create URL
    url = url + appl + filter + varvl;
    alert (url);
    // remove possible white spaces
    url = url.replace(/ /,"");
    // set source attribute of iframe to new URL
    frame.src = url;
    </script>

  • Query Documentation on Web Template ??

    Greetings BI Experts,
    I am using a standard Web Template 0ANALYSIS_PATTERN, made a copy of that to ZTEST1. I attached my query to the template and ran it.
    The  results came in fine ..what is worrying me.is that the user when clicks on the INFORMATION  field ..there is a TAB for Query Documentation  and that is empty.
    How do we create the documentation for a query...like general information and what kind of formula we are using etc.etc
    Do we have to write the documentation at the query level if yes how do we achieve that.
    I can see a Documents button in BI 7.0 Query Designer...
    We are currently on BI 7.0 SP 14
    Your responses will be reciprocated with points
    Thanks

    Hi there, any replies? Should I summarize my question?
    How do you notify users when data is not reliable? (caused by, for instance, data loading errors, query maintenance... so on).
    I once used system messages (sm02) to notify all those data failures, but now we want the notification not to be global, but to be specific for some user groups (or query groups), and visible when they execute any query.
    Thanks again,
    David.

  • Fix table header line of Query in default web template WAD 7.0

    Dear all,
    I would appreciate if somebody could help me to set parameters to fix the header line of a Web-Item DataProvider (Query) in the default web template 0ANALYSIS_PATTERN for the BEx Web Analyser. I mean I want to see the header line with the characteristics and key figures description even if I scroll down in the query. 
    My idea was to create a second frame in the template and to fill it with the same DataProvider just with the header of the Query. The problem is that the performance of the query would be badder if we load two Dataprovider/Query instead of one.
    Many thanks in advance for your answer and help!!!
    Best regards
    Abdel

    Hi Dion,
    Thank you very much for your answer! I have tried to find a paramter in the web application designer to do that, but without success. Now I have included a new container with the same Analysis Web Item, but it does not function! May you have a better idea??
    Thank you very much in advance for your help. I'll also post my question in a BI-Forum as you suggested. 
    Best Regards
    Abdel

  • How to reference variable values in a BW Web Template

    Hi All,
    I'm having a problem which I hope someone can help me with.
    OVERVIEW
    I've developed a BW Web template with (among other things) a TEXTELEMENTS Web Item and a TABLE Web Item. I've enhanced the context menu so that when a user selects a row within the TABLE, they can start a SEM-BPS Web interface (which displays a manual planning layout). I've used the 'How to call a BPS Web Interface with Predefined Selections' document to get the basic mechanism working. The JavaScript function I've written successfully passes the variable (DFCOST_PL) value to the planning layout.
    THE PROBLEM
    The problem is twofold....
    1. I need to pass the value for a variable (FEPCVERS) to the layout. However I do not know how to make reference to the variable in JavaScript. The variable is available within the TEXTELEMENTS_1 object but how do I address it?
    2. On a similar vein, I need to pass the value for a field within the table row to the planning layout. The TABLE_2 object contains the fields (DFCOST_PL and DFGROUPS). When the user selects a line the value for DFCOST_PL is available to the JavaScript function (ZAJT_JS_Maintain_Rules) in the 'parameter1' field. However, how do I make the DFGROUPS field available?
    Below is the HTML code for my Web Template. Any help would be greatly appreciated.....
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_DATA_PROVIDER">
             <param name="NAME" value="DATAPROVIDER_2">
             <param name="QUERY" value="ZAJT3_COST_BASE_BY_COST_POOL">
             <param name="INFOCUBE" value="Z_FEPC_CB">
             DATA_PROVIDER:             DATAPROVIDER_2
    </object>
    <!--BW HTML data source object tags: -->
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_PROPERTIES">
             <param name="TEMPLATE_ID" value="ZAJT_RULES_ENTRY">
             <param name="VARIABLE_SCREEN" value="X">
             <param name="CMENU_LABEL_1" value="ZAJT Maintain Rules">
             <param name="CMENU_FUNCTION_1" value="ZAJT_JS_Maintain_Rules">
             <param name="CMENU_PARAMETER_1" value="1">
             <param name="CMENU_CELL_TYPE_1" value="CHARACTERISTIC_VALUE">
             <param name="CMENU_FILTER_1" value="DFCOST_PL">
             <param name="CMENU_VISIBILITY_1" value="X">
             <param name="CMENU_POSITION_1" value="TOP">
             TEMPLATE PROPERTIES
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_DATA_PROVIDER">
             <param name="NAME" value="DATAPROVIDER_1">
             <param name="QUERY" value="ZAJT3_COST_BASE_BY_PC_NODE">
             <param name="INFOCUBE" value="Z_FEPC_CB">
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <html>
      <head>
        <title>BW Web Application</title>
        <link href= "/sap/bw/mime/BEx/StyleSheets/BWReports.css" type=text/css rel=stylesheet>
      </head>
    <!--ZAJT Test code start -->
    <SCRIPT language="JavaScript">
    function ZAJT_JS_Maintain_Rules(parameter,cell_type,filter,parameter1,parameter2,item,dataprovider,x,y)
      var url;
      var cpool=parameter1;
      switch (parameter)
        case "1":
          url="http://dknborisdev.dcb.defence.gov.au:3280/sap/bc/bsp/sap/zbps_var_set/zbps_var_set.htm?area=ZFERULES&bps-appl=ZAJT_RULES3&var1=ZWEBCP&value1_1=" + cpool;
         SAPBWOpenWindow(url ,"MaintainRules" ,600,400);
         break;
    </SCRIPT>
    <!--ZAJT Test code end -->
      <body>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="TEXTELEMENTS_1">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="CLOSED" value="X">
             <param name="SHOW_COMMON_ELEMENTS" value="">
             <param name="SHOW_FILTERS" value="">
             <param name="ELEMENT_TYPE_1" value="VARIABLE_K">
             <param name="ELEMENT_NAME_1" value="FEPCVERS">
             <param name="ELEMENT_TYPE_2" value="VARIABLE_K">
             <param name="ELEMENT_NAME_2" value="DF_GRP">
             <param name="ELEMENT_TYPE_3" value="VARIABLE_K">
             <param name="ELEMENT_NAME_3" value="ZCSTCNTR">
             ITEM:            TEXTELEMENTS_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="NAVIGATIONBLOCK_2">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_2">
             <param name="CLOSED" value="X">
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_2">
             ITEM:            NAVIGATIONBLOCK_2
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="PC_HIERARCHY">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_HIERDD">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="CLOSED" value="X">
             <param name="CAPTION" value="Profit Centre Hierarchy">
             <param name="BORDER_STYLE" value="BORDER">
             <param name="IOBJNM" value="0PROFIT_CTR">
             <param name="HIERARCHY_NAME" value="PROFIT_CTR_ZFEPCBP05">
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_1">
             ITEM:            PC_HIERARCHY
    </object>
    <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="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_2">
             ITEM:            TABLE_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="TABLE_2">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_2">
             ITEM:            TABLE_2
    </object>
      </body>
    </html>

    Hi Heike,
    Thanks for your response. The example you gave me works nicely. I've tried to use the same concept on a FILTER object, but it does not seem to work. I declared the object as below:
    </span>
    <span style="display:none;visibility:hidden" id="0PROFIT_CTR_value">
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="FILTER_1">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="HIDDEN" value="X">
             <param name="GENERATE_CAPTION" value="">
             <param name="PRESENTATION" value="KEY">
             <param name="ITEM_FILTER_IOBJNM_1" value="0PROFIT_CTR">
             <param name="PRESENTATION_1" value="KEY">
             <param name="ONLY_VALUES" value="X">
             ITEM:            FILTER_1
    </object>
    </span>
    and then use
    document.getElementById('0PROFIT_CTR_value').innerHTML.
    However, the value returned is blank. Is there a different method required for filters?
    Also, you mentioned that to access the second variable I will need to use the table interface. Is this difficult to do? I'm booked on the NET050 (Developing Web Applications) course, but it's not until late November. Do you think that this course would cover this kind of processing?

Maybe you are looking for

  • Why does Home Sharing not work on iTunes 10.5.3 between a Windows PC and MacBook Pro?

    I have a Dell XPS M1530 laptop which is my older laptop, consisting of all my music, apps and so on. I recently purchased a MacBook Pro (latest version) and would like to use Home Sharing to browse my music libraries and so on on there. However, I fi

  • Transferring phone number from AT&T to Verizon

    So I'm a previous AT&T customer and just activated my iPhone 4S with Verizon this morning.  I am still not able to receive texts/calls from anyone that is not a Verizon customer.  Is this normal for transferring a phone number into Verizon?  I have a

  • Font override in Report Header

    I have a quirky issue. I am trying to add a set of headers on top of the typical report column headers in a report. I inherited this from another long gone developer.. What they did was build a div wrapped around a table to get the formatting they wa

  • Safari update 5.1.4 does not solve logging out of Facebook

    After installing the new update for Safari (5.1.4), I am still being logged out of Facebook whenever I close my Mac. What is a reason for this? How can it be solved? I also have FileVault 2 enabled...

  • Backflush issue for porduction supporting document

    Hi, When a PdO with back-flush items is reported as complete, the back-flush items are automatically issued to it.  There must a supporting document for this.  Do you know what it is?  Or is back-flush issuance handled when closing the period? Thanks