Style display problem in Web Interface Builder (OWC)

Hi,
I wanted to create my own styles for my BPS Planning Layouts and then
use it in the Web Interface Builder on Office Web Components.
Step 1 : I saved a Planning Layout in my hard disk.
Step 2 : I created my styles as explained in the SEM BPS help notes (->
Format, Styles ) and saved it in Excel.
Step 3 : I used UPP_MASTER_CHECKIN in tn se38 and then
UPP_LAYOUTS_UPDATE_WITH_MASTER in order to apply the master template in
all my layouts.
Step 4 : I put my styles in all my layouts in the BPS0 (for Lead
Columns, Head Datas and Data Columns).
Step 5 : Once I generated my layouts in the BPS0, the result was what I
expected : the styles were right and at the good place. I checked
publish for the WEB for all the layouts that needed it.
Step 6 : I created a Web Interface with BPS_WB using my layouts as
Office Web Components (Web Excel : true)
Step 7 : I generate my Web Page
And when I look at my layouts the styles disappeared....
However if I modify the Standard Styles (SEM-BPS-headata or SEM-BPS-
sub1 for example)and put them in my layouts then it works !!!! The
modified styles appear in the Web Interface Builder.
I do not understand why it works with the standard styles and not if I
create and put my own. Did I something wrong or missed a step or is a problem with SEM BPS ????
Thank you for your help
J-Michel

Sorry that note say :
<b>Styles. Consequently no changes to the SAP standard styles are taken over to the OWC</b>
I try fix that problem too, go check new design in BW-BPS.

Similar Messages

  • Web Interfaces not display in Web interface builder

    Hi All,
    we transported web interfaces into the new system and we are unable to see them in web interface builder although I can see them in mime repository. The target system doesn't have appropriate web connection setting ( I can not run the web reports) yet, but I doubt   this could be the problem......
    Any idea how to make them visible in WIB.
    Thanks!
    Pavel

    Hello Pavel,
    the web interface builder calls the web interface very similarly to an external browser. So if you HTTP and ICM setitngs are not correct (yet), the web interface can not be displayed in the builder.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Variables in BPS populating the template built using web interface builder

    Hi All,
    I have a issue :
    I created some variables in bps0 (under a planning area) based on Fiscal Year, Fiscal Year/Period, Posting Period, Cal. Yr /Quarter and Version.
    Then I created a template using the web interface builder .
    The end user goes and puts the varaibels in the SEM template and that will run the BW queries in BW (ABAP code has been written to popluate the values entered in SEM tempalte in to BW variable screen).
    Now the problem is it works well for all values other than for #(not assigned).
    What should be done to make it work even for #?
    We do not have # as the value in master data for all the above info objects. We have # only for 0version  and for the rest I can't even see the master data as it says " master data is not maintained" .
    when I come back and look in bps0 then I see that the values entered in the SEM template are getting accumulated in selection conditionds in bps0 (when we click on the variable then when we see the selection conditions there it is getting accumulated)
    Can anyone please suggest a solution to make the # (not assigned) work and to clear the selection conditions table after refresh of the SEM template?
    Thanks
    Sri

    Hi
    You should create a BEX Web Query and integrate it in the upper level of WEB Layout.
    Check this link for a step by step guide about this topic
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20-%20rig%20official/bi/nw04/how%20to%20integrate%20bex%20web%20applications%20into%20bps%20web%20interfaces.doc
    Ciao
    Andr

  • Web Interface Builder: export planning data in excel

    Hi,
      we like to export our planning data in excel from a WEB Template. Do anyone knows whether it is possible or not?
    In the web interface builder I only could add the function button with an exit export in excel. Have anyone experience with the abap coding or where I can find more information about the coding?
    Any help where appreciate,
    Klaus

    Klaus,
    I have found this problem. I decided to add an additional tab in all the layouts, with the same layout but defined in Excel (where you have the button to export to excel).
    I have defined this excel layout as "no ready for input", because he have found that the performance openning an excel layout in web is terrible.
    I see that is the same answer as you have received. But just say that we have had same problem, and that's the only solution that we have found.
    Regards,

  • DATA SAVED UNLESS ERROR MESSAGE IN WEB INTERFACE BUILDER

    Dear collegue,                                                         
    IN SEM-BPS THERE is a fox that executes a control on the data inserted 
    in the layout. In planning folder when the data are not corrected there
    is a message that lock the date and data cannot be saved.              
    In web interface builder there is the message (with icon "STOP") but the
    wrong data are saved however. This is a serious problem.
    regards,
    DG

    Dear DG,
    when using planning folders there is the feature to run a function upon leaving a layout and upon save. In order to forbid saving of data in case of error the function has to run upon save - and that feature is not available in WEB based planning.
    You can add it by implementing the how to paper "How to run planning sequences on save and other events". You can find it in the service market place http://service.sap.com/~sapdownload/011000358700004491692004E/HowToRunPlFuncOnEvent.pdf.
    This should solve your problem.
    Regards, Olaf

  • Web Interface Builder - chancing the size of a GROUP-Component

    Hi!
    i have created a GROUP-Component (Group1) via the Web Interface Builder and would like to change the standard width from 350 to 200. I understand that this must be done via css. The relevant code in my BSP-page looks like this:
    <table border="0" cellpadding="0" cellspacing="0" cols="1" id="Group1" ct="Tray" class="urTrcWhlBox" style="width:350;">
    I checked the stylesheet (ur_ie6.css) via SE80, but i cannot find the postion where i need to change the width-attribute. The class definition inside this stylesheet looks like this:
    .urTrcWhlBox
    Any hints where to implement the change are welcome.
    Thanks,
    Holger

    Hi Jürgen,
    i changed the BSP-page like this:
    %>
    <%
    and it works...but this solution is not very suitable, because i have about 30 BSP-pages and every time i re-generate them i have to add the code again.
    When i overwrite the table tag in my stylesheet..like this:
    table
    the tray is smaller...but when i expand the tray in internet explorer the dropdown list is still 350px. Also the HTML-code remains with style="width:350;"
    Using .urTrcWhlBox instead of the table tag in my stylesheet has no effect.
    Regards,
    Holger

  • To give value ranges in web interface builder in a BPS application

    Hi all,
    I want to give value range for an info-object in web interface builder when selecting a value range variable , but the web application is displaying only the 'from' field and I am not able to get the place to give 'to' for a complete range.
    Is there any other solution apart from creating an exit variable that reads from two other variables for 'from' and 'to'.
    plz help.

    Hi Chauhan,
        If you wish your user to input different values, then you have to provide "n" variables in the layout and read them in the exit variable! This method of reading user input is not adviced! Nevertheless, if you try solution described for first case, potentially in the range there could be "posting level" value(s) that was not wished.
      If these values fall under some range, it is possible to display the layout filtered with these selections
       For this you could provide two variables in the BSP-Selection section and in the BPS layout you would use a variable to type exit to read in the low and high values (that the user has selectedin BSP Page). In this way you could filter the contents of the layout with the multiple values for the "Posting level".
    Thanks 
      VArun

  • Insert excel worksheet in web interface builder

    Dear all,
    I want to insert my planning package inside my web interface, and I don't know how to fill the planning level fields ?
    With F1 I got the following information                                                       
    The planning level of a selector is automatically transferred from the
    components which have a reference to this selector as an attribute   
    value. If several components have a reference to this selector, the  
    value of the attribute "planning level" must match for all components.

    Hello Pavel,
    the web interface builder calls the web interface very similarly to an external browser. So if you HTTP and ICM setitngs are not correct (yet), the web interface can not be displayed in the builder.
    Regards,
    Marc
    SAP NetWeaver RIG

  • URL functionality in Web Interface Builder for BPS

    Hi,
    I have web enabled a planning folder and in the Web Interface bulider I am trying to enhance it. The clients requirement is to be able to select a file by clicking on a URL on a shared drive, based on variable selection. The file name is smart coded
    e.g.
    the files may reside in
    shareddrive\
    if the value in variable for version is 100, then the url should be "
    shareddrive\100.xls" and on cliking on this url, the file should open
    if the version value is 200, then the url should be "
    shareddrive\200.xls".
    In the Web Interface builder, I have created subcomponent 'URL'. If I give a fixed path for the URL say "
    shareddrive\100.xls" and clicking on it opens the file.
    I am however unable to parmeterize it. I tried using Javascript in the "Goto URL" attribute, but it doesn't work
    Any help is appreciated.
    Thanks,
    NS

    Hello Nimmi,
    here's an example that adds a button to launch the file. "VarvlSel1" is the technical name of the variable (dropdown box).
    Regards,
    Marc
    SAP NetWeaver RIG
    <span>
    <a href="#1" onclick="open_file();return false;"
    class="urBtnStd" id="OpenButton1" ct="Button"
    style="white-space:nowrap;"
    OnMouseOver="javascript:window.status = 'Open File';return true;"
    title="Open File">
    <nobr>Open File</nobr>
    </a>
    </span>
    <script type="text/javascript">
    function open_file () {
    var variable1 = document.all("VarvlSel1");
    var value1 = variable1.options[variable1.selectedIndex].text;
    var url1 = "
    sharedrive
    folder
    " + value1 + ".xls";
    // alert(url1);
    var window1 = window.open(url1,"Window1","width=310,height=400,left=100,top=100");
    </script>

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • Oracle11g: Problem in web interface

    Hi,
    I have a problem with web interface.
    I obtain this result as status of dbconsole:
    >
    C:\Documents and Settings\Administrator>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://WS2003ORA:5501/em/console/aboutApplication
    Oracle Enterprise Manager 11g is not running.
    I tried this:
    >
    C:\Documents and Settings\Administrator>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://WS2003ORA:5501/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...Requested service already running.
    In the emdctl.trc file I find these lines:
    >
    2009-04-16 17:59:56 Thread-3604 WARN http: snmehl_connect: connect failed to (WS2003ORA:5501): Impossibile to establish a connection. Persistent deny of the destination host.
    (error = 10061)
    2009-04-16 18:00:34 Thread-2396 WARN http: snmehl_connect: connect failed to (WS2003ORA:5501): Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione.
    (error = 10061)
    2009-04-16 18:01:13 Thread-3864 WARN http: snmehl_connect: connect failed to (WS2003ORA:5501): Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione.
    (error = 10061)
    2009-04-16 18:01:48 Thread-2548 WARN http: snmehl_connect: connect failed to (WS2003ORA:5501): Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione.
    (error = 10061)
    2009-04-16 18:02:27 Thread-3356 WARN http: snmehl_connect: connect failed to (WS2003ORA:5501): Impossibile to establish a connection. Persistent deny of the destination host.
    (error = 10061)
    I try to reconfigure the db with dbca but when I click finish I receive a message tells me that it does not exsist a configuration of the db.
    How can I solve?
    Thanks, bye bye.

    Hi,
    I do not know how but now the web interface works but I have a problem in the web console I see, as server host, a wrong ip, how can I change this ip?
    I open the web console with this url: https://192.168.132.128:5501/em/console/
    but when I try to execute some modify to the db through the interface I receive a login request and the connection string is: 92.168.223.128:1521:ws2003 where the ip is wrong! So I cannot connect to the db.
    How can I change the ip?
    Thanks, bye bye.

  • Range of Variable in Web Interface Builder

    Hi,
    I have created a Web Interface Builder in BW-BPS. I have created Cost Center as a Variable. However, I am unable to get this range of cost centers say 1001 to 1005 in Web Inteface Builder.
    Whereas, in the Planning Folder, this works fine and I am able to select the range of Cost Centers from 1001 to 1005.
    The issue is only with WEB INTERFACE BUILDER.
    Looking forward for some valueable inputs.
    Regards,
    Ravi

    Hi Mayank,
    Thanks for your reply.
    I will also look at the different options given.
    I also found the following thread is more useful.
    BSP Value Help Input Field and Select-Options Ranges
    I will let you know on this.
    Regards,
    Ravi

  • The URL in the web interface builder

    Hi
    In the web interface builder in BPS there are several components.
    When I click on them one by one I can see the planning functions and other details.
    There is a URL present in the web interface builder which corresponds to upload flat file data.
    How can we trace what are the planning functions used for this link.
    If we go to se80 how can we find whats the applicable BSP page for this particular URL which corresponds to a planning function.
    Please advise.
    Many thanks.

    Hi,
    From URL you can't find the details of planning objects. BUt you can find the BSP application that gets executed from that link and in that BPS application you can see the planning objects that are used in various events to upload the file data.
    Regards,
    Deepti

  • Web Interface Builder & Variable???

    Hi,
    Can someone help me to resolve this two issues.
    I try to create variables by using web interface builder.
    <b>1)</b>The variable- company code-<b>US100, CA100</b> are only ones I use in the selection of my planning leveL. <b>However, it shows all possible entries for the variable-company code</b> when I added the variable-company code in the web interface builder.
    <b>2)</b>Another variable-forecast year, I created it in the planning area (using 'fiscl year') and try to add this variable in the web interface builder and got <b>an error message-the selection to 0fisclyear is not 'restricted'.</b>
    Advices are appreciated.
    J.

    1) Set "Planning level" property of selector for you variable in web interface builder
    2) Restrict fiscal year

  • Web Interface Builder, error if use in Browser

    hallo,
    I can customizing in Web Interface Builder. But if I try to execute in the Browser (start Planning) than I become the following Logon error - Massage :
    Note
    The termination occurred in system XXX with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    How I can customizing that.
    Where I can create a user ID.
    Please can anybody give me step by step introductions.
    Please don't say that I have to refer to the admnistrator. I'm alone.
    I hope somebody help me.
    thanks

    HI,
    now it is result an other error.
    "Error when processing your request"
    Is this normal?
    I have activated the application (it was inactive before)
    In the TR ST22 is the text for error "CX_BSP_HOST_NOT_QUALIFIED"
    What that mean?.
    thanks.
    Message was edited by: oesi yol

Maybe you are looking for

  • Report on production orders

    Guys, I describe the problem with example. Header material X. It has sub components Y1(phantom). Y1 has Y2(phantom) below it. Y2 has Y3(Phantom) below it. Y3 has A(inhouse production) and B(External procurement). When Material X is order in sales ord

  • Hyperlink in Drill-Through on BPC 7.5 M

    We used to have a hyperlink in our drill-through requests. Before migrating to BPC 7.5 MS from BPC 5.1, these links worked perfectly. Now, the result in the web browser and Excel is displayed as text instead of the link What can cause this problem? T

  • How can I mix (and shuffle) both podcasts and music?

    The former version of Itunes and the ipod update that went along with it, allowed my ipod to helpfully shuffle both podcasts, and songs, randomly. While driving, I could play a podcast, and then a song would come up, and then maybe another song, or a

  • Regarding finding of word in a string of Application Server Path

    Hi All, I have issue related to finding a certain <b>file name(S)</b> from given <b>Application Server Path</b>. Here is the actual issue: In my Selection-Screen i have one field by the name of <b>Application Server Path</b> - /pw/data/erp/D5S/pp/dow

  • Recommend a SSD that works in a Lenovo T60 (type 2007-CTO)

    Recommend a SSD that works in a Lenovo T60 (type 2007-CTO) !!! I will install a SSD HD on confirmation of fully working with my Lenovo T60. Have tested a Inel SSD 530 (model: SSDSC2BW180A4) fw: DC12. This disk hangs during installation of both Window