Lint to BPS fro WEb Template

Dear friends,
I need a huge helps from you all as based on my requirement.
Is it possible to give a link from the web template to the BPS dialoge function where the user can enter the values?
Also from the web template chart when i click on a particular plant will it give the detailed report in the next page of the particular plant automatically?
I need your helps please.....
Thanks in advance
Waiting for the replies
Regards
Srini

Hi,
for BI7 check this: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b085e86e-2353-2910-0c96-9f6ab693d0e6
the best way to implement a corporate design for BPS Web Interfaces is to configure a cascading style sheet (CSS) and load the graphics into the MIME repository.
http://help.sap.com/saphelp_nw04/helpdata/en/c8/0d79ee29ee47edaec7fe6786543ff9/frameset.htm
Thanks
@ajy

Similar Messages

  • Link to BPS from  Web Template

    Dear friends,
    Urgent requirement!!!
    I need a huge helps from you all as based on my requirement.
    Is it possible to give a link from the web template to the BPS dialouge function where the user can enter the values?
    When the user clicks the link it has to display the dialouge where the user can enter the values...
    Also from the web template chart when i click on a particular plant will it give the detailed report in the next page of the particular plant automatically
    I need your helps please.....
    Thanks in advance
    Waiting for the replies
    Regards
    Srini

    Hi,
    for BI7 check this: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b085e86e-2353-2910-0c96-9f6ab693d0e6
    the best way to implement a corporate design for BPS Web Interfaces is to configure a cascading style sheet (CSS) and load the graphics into the MIME repository.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/0d79ee29ee47edaec7fe6786543ff9/frameset.htm
    Thanks
    @ajy

  • Convert SEM-BPS Web Templates to PDF

    Hi everyone, one of my clients is requesting to convert all his SEM-BPS 3.5 Web Templates to PDF files dynamically.
    I've already make a research on SDN an found several post about converting ABAP objects to PDF format (like <a href="/people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp).
    The thing is that I'm not an ABAP guy, my expertise is on JAVA.
    I've just want to know if any of you have already found a successful alternative method to convert these web templates on PDF files using any Java techniques available.
    Thanks for your help.

    Hi Wulfrano,
    we do not have this functionality. However, you can easily get a PDF for any HTML page. Check out for example CutePDF: http://www.cutepdf.com/
    Regards,
    Marc
    SAP NetWeaver RIG

  • Hai(web template in bps)

    Hai,
                     can any one please send me the link to pdf(to load data from bps web template to bps cubes by using some abap codes)
    please
      Thanks
      prasad

    SORRY NOT WEB TEMPLATES WEB LAYOUTS.
       Thanks
       prasad

  • 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>

  • Debugging a web item when executing a web template in BI7

    Hi,
      I would like some help in the following
    1> Class name (or package that contains all the class/methods) when a particular SAP delivered web item get executed in a Web template in SAP BI 7.0
    2> what’s the class that gets executed for an 'Analysis' WEB item in BI 7.0. Since it has a lot of properties, do we have multiple classes for each of these properties, for example when I remove a certain row or column by drag and drop, what methods gets executed? And how do I figure out the methods for a particular function
    3> eventually I would like to debug through this for trouble shooting, How do I go about debugging a web template
    Can anybody help me in this? Really appreciate
    Thanks
    BPS IP,

    Posting this back again, to see if there is any sugesstion or answer. Any help in thois area wpuld be appreciated.
    Thanks

  • 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?

  • Passing parameters from an URL to a WAD Web Template 7.0

    Hi guys, I need to pass parameters from an URL to a web template created with WAD 7.0. We need to open a template with certain filters starting from a link button located on an Xcelsius Dashboard. Our customer wants a web template to be opened with the filters defined within the Xcelsius
    The idea is to run the template with the filters defined in the URL. I know this was incredibly easy with WAD 3.x, but I didn't find any suitable solutions to use with WAD 7.0.
    What is the easiest way to do this with WAD 7.0?
    Thanks in advance and regards.
    Fabio Cristi

    Hi,
    It is possible in 7.0, but unfortunately it is a lot more complicated than i 3.x. There are quite a few examples here:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm
    I used it in a case where I wanted to embed a Web template in a BPS application and pass characteristic filters from the BPS application to the web template - similar to your requirements. Basically you need the following just to restrict one characteristic :o(
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1=SELECTION_INPUT_STRING
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=PDS06
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=0D_PH2
    I could only get it to work with one characteristic and I suspect, that the reason is that the URL simply gets to long (very quickly). You have to repeat the above for every characterstic you want to use :o(
    Hth,
    Jacob

  • Custom parameters in URL with BexWeb (WAD/Web template)

    Hello all,
    I've been reading a lot in this forum, but I haven't been able to do what I want to do.
    I want to insert a custom parameter in the URL as we made with BW 3.5, and then read it.
    I finally think it's something about the command SET_VARIABLES_STATE, but I cannon get it work.
    In the template I have only been able to insert commands under the Web Template element (either before first display and before first rendereing, both with the same results). I've also tried several types of commands.
    The XHTML generated is as follows:
                    <bi:WEB_TEMPLATE_ACTIONS type="COMPOSITE" >
                        <bi:ACTION_BEFORE_FIRST_RENDERING type="COMPOSITE" >
                            <bi:INSTRUCTION >
                                <bi:SET_VARIABLES_STATE >
                                    <bi:VARIABLE_VALUES type="ORDEREDLIST" >
                                        <bi:VARIABLE_VALUE type="COMPOSITE" index="1" >
                                            <bi:VARIABLE value="ZSESION" text="ZSESION"></bi:VARIABLE>
                                            <bi:VARIABLE_TYPE type="CHOICE" value="VARIABLE_INPUT_STRING" >
                                                <bi:VARIABLE_INPUT_STRING value="ZSESION"></bi:VARIABLE_INPUT_STRING>
                                            </bi:VARIABLE_TYPE>
                                        </bi:VARIABLE_VALUE>
                                        <bi:VARIABLE_VALUE type="COMPOSITE" index="2" >
                                            <bi:VARIABLE value="ZSESION2" text="ZSESION2"></bi:VARIABLE>
                                            <bi:VARIABLE_TYPE type="CHOICE" value="VALUE_SET_VARIABLE" >
                                                <bi:VALUE_SET_VARIABLE value="ZSESION2"></bi:VALUE_SET_VARIABLE>
                                            </bi:VARIABLE_TYPE>
                                        </bi:VARIABLE_VALUE>
                                        <bi:VARIABLE_VALUE type="COMPOSITE" index="3" >
                                            <bi:VARIABLE value="ZSESION3" text="ZSESION3"></bi:VARIABLE>
                                            <bi:VARIABLE_TYPE type="CHOICE" value="TEXT_VARIABLE" >
                                                <bi:TEXT_VARIABLE value="ZSESION3"></bi:TEXT_VARIABLE>
                                            </bi:VARIABLE_TYPE>
                                        </bi:VARIABLE_VALUE>
                                    </bi:VARIABLE_VALUES>
                                </bi:SET_VARIABLES_STATE>
                            </bi:INSTRUCTION>
                        </bi:ACTION_BEFORE_FIRST_RENDERING>
                    </bi:WEB_TEMPLATE_ACTIONS>
    I pass it in the URL this way:
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=010/2010&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=ZSESION
    Also, I want to read it using the ABAP interface IF_BICS_CONS_WEBITEM_CUST_EXIT, method EXECUTE.
    I wonder if it's possible that, once the command parameter works, that the value of my parameters arrives here in the I_XML in parameter.
    I've also read about standard class CL_RSWR_SERVICES, but I don't really want to debug a std class and even less to enhace it ...
    PD: This variable ZSESION does not exist in any query, and we don't want it to exist, as it's only necessary for integration in the intranet.
    Thanks to all,
    Rafa
    Edited by: Rafael LLabrés Pérez on Sep 28, 2011 3:54 PM

    Hi,
    It is possible in 7.0, but unfortunately it is a lot more complicated than i 3.x. There are quite a few examples here:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm
    I used it in a case where I wanted to embed a Web template in a BPS application and pass characteristic filters from the BPS application to the web template - similar to your requirements. Basically you need the following just to restrict one characteristic :o(
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1=SELECTION_INPUT_STRING
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=PDS06
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=0D_PH2
    I could only get it to work with one characteristic and I suspect, that the reason is that the URL simply gets to long (very quickly). You have to repeat the above for every characterstic you want to use :o(
    Hth,
    Jacob

  • Use web template to open a report from a menu

    Hi all,
    I have created one web template where I have a role menu that shows all reports that are available to the user. When the user clicks on one of these reports, the report displays in a new window. So far everything is working fine.
    But, I have also created another web template and I want the report that is displayed in a new window to use this template. How do I do this? I have been looking at the settings for the Role menu, but can't find anywhere to put the template name...
    Anyone have any ideas?
    Thanks and regards,
    Tove-Mette

    Hello,
    yes you can use the publish function, but only to add new entries.
    In Transaction pfcg (not in WAD or BEx) in SAP GUI and then select your role at the tab "Menu" you can add/remove/maintain/organize your menu.
    just click on a menu entry and take sth.like edit.
    Then you will see a link if you didn#t find the string &template_id= the system will take the standard template (Tranaction spro), and you can easily add or change this parameter.
    Hope that helps, please ask if you need further explanation.
    Regards
    Marcus

  • Problem of Query in Portal (web template)

    Hi BWs experts,
    I have a problem with a query.
    I'm working on BI7 (BI java patch 12 and BI  abap pacth 14).
    The query is good working in BEx Analyzer.
    Bus when  I execute it in a portal like a web template, it doesn't work. The following error occurs :
    Begin of message error
    ABEND RSBOLAP (000): Program Error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
    ABEND RSBOLAP (000): Program Error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)
    ABEND: Error program in class SAPMSSY1
    method  : UNCAUGHT_EXCEPTION
    ABEND: System error in progr. CL_RSMD_RS_SPECIAL and form. GETSID-01
    End of message error
    In the default values (= filter) I'm using a variable for a characteristic C. If I delete this default value in query designer, the query works in portal. If i put a filter (constant or variable) to this characteristic C, the query bugs in portal.
    So I don't know why it doesn't work.
    I hope you can help me to resolve this problem.
    Points will be assigned.
    Best cheers,
    Vince.

    hi,
    we're now getting the same message although that is after applying the java patch 12.
    what exactly was the problem with the info-object? and what did you do to fix it?

  • Error while executing a web template in browser

    Hi experts,
    I am facing an issue when I am creating copy of an existing web template and executing it.
    As per the query inserted in the web template, it should show the 'variable entry' screen, but its showing a page with lots of junk characters (looks like chinese to me).
    When I execute the already existing template, its showing the correct screen.
    Can anyone help me in fixing this issue?
    Regards,
    Uday.

    You are not alone - Looks like SAP is also looking into this.
    Web Application Designer Appearing in Unicode (UTF-8)

  • Error on page from BW 3.5's default web template

    Hi Guru's,
    We have a problem in our new BWD BW 3.5 environment where we are getting the "error on page" error from SAP-generated code and we aren’t sure why.
    On our old BWT BW 3.0b platform, we have been using a modified version of the 0query_template called Z_QUERY_TEMPLATE. We did a system copy of BWT to BWD, our new BW 3.5 platform. At that point in time we would see our old BW 3.5 default template for queries that we ran. We wanted to see what the new default web template looked like in BW 3.5. We found where we could remove the Z_QUERY_TEMPLATE from the Web Adhoc Analysis web template setting so we could see the new features of the BW 3.5 default BEx query designer template instead of our old BW 3.0b default template.
    Now when we run a query through the BW 3.5 query designer on BWD, we are using BW3.5’s default template. The prompt web page is fine. No errors on page messages.
    However, the initial presentation of the query results displays okay, but shows "error on page" in the message bar at the bottom of the displayed page. As soon as we do any navigation on those query results that error on page goes away. If we navigate back to the initial presentation, all is still okay. If we use the context menu to go back to start, we again get the error on page.
    This error on page does not happen in BQ2 (our new BW 3.5 QA environment copied from our old BW 3.0b QA environment where we had not yet changed the default BEx Query Designer template to be Z_QUERY_TEMPLATE). We have tried several queries and in each case, we get errors on page in BWD, but not in BQ2. We used ultraedit to compare the view source output from the equivalent web pages from BWD and BQ2 and the only difference is the validity date of the data. There are no other differences in the javascript code generated by BW in the two platforms.
    The statement that Internet Explorer is saying is the problem is the same in each of the cases we have checked and that is:
    SAPBWSetFocus(anchor);
    Error: Object expected
    Code: 0
    It’s in the set_tab() function.
    <script type="text/javascript">
    <!--
    /* Calls the online Documentation via technical QueryName */
    function callquerydoc() {
      var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML;
      SAPBWOpenWindow(docustart,'Documentation',800,600);
    /* Sets the displayed tab */
    /* Check, which items of the Array check_items  is not hidden.
        Change the style of the HTML tag with id Group+Area/Group+Link */
    function set_tab() {
         if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
           var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster');
        for (i=0;i<check_items.length;i++) {
                        hidden = true;
                       prop = SAPBWGetItemProp(check_items<i>);
                       if (prop != null){
                                           for(j=1;j<prop.length;j++){
                                                      if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
                   anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                    if (hidden) {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                        anchor_item.title = 'Inactive Tab Page:' + ' ' + anchor_item.title; 
                    else {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                        anchor_item.title = 'Active Tab Page:' +' ' + anchor_item.title; 
              } /* if */
          }   /* for */
        /* Set the BexHeader invisible when running as IView */
            if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                               document.getElementById('bexheader').style.visibility='hidden';
                               document.getElementById('bexheader').style.display='none';
              anchor = window.location.hash.substring(1,50);
              <b>SAPBWSetFocus(anchor);</b>
      }  /*function */
    -->
    </script>
    Because the error goes away as soon as we navigate I’m thinking some object isn’t being created or initialized, but since the view source code of these pages are identical I’m wondering if there is some code that should be executing before this page that is not happening in BWD for some reason.
    Any help will be much appreciated.
    Thanks,
    Jeri

    Heike,
    Thanks for your help in this. BWD and BQ2 are both on the same SP. SAP_BW release 350 level 10 (SAPKW35010) with BI_CONT at release 352 level 5 (SAPKIBIEP5).
    I invalidated the server cache following your instructions and tried again, but am still having the same problem in BWD. The initial display gets the "Done, but with errors on page" message until any navigation is done.
    I am using IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 when I execute queries on both BWD and BQ2.
    Please, do you have any other suggestions?
    Thanks,
    Jeri

  • Getting error with Web Templates in BI 7.0

    Hi Everyone,
    We have upgraded BW3.5 to BW7.0. When we are executing any Web Template in browser we are getting this error-
    RSBOLAP 018 Java system error:call FM RSWR_TEMPLATE_PROCESS_PROXY to ProgId CHWSXID01.....
    For your information we have installed EP Usage and BI on the portal but Portal is not configured to the BI. Is it necessary to configure Portal to the BI?
    After this when we are login to the portal we are getting this error-
    500 Internal Server Error
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: 
    Cannot find BI master system
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
    at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
    at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
    at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
    Details: Full Exception Chain
    System Environment
    Server
    BI Java     Release: 7 - Patch level: 0000000013 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP     unknown
    Java Virtual Machine     Java HotSpot(TM) 64-Bit Server VM - Hewlett-Packard Company - 1.4.2 1.4.2.14-070618-19:48-PA_RISC2.0W PA2.0W (aCC_AP)
    Operating System     HP-UX - PA_RISC2.0W - B.11.11
    Deployed SCAs
    SCA     Version     SP     Patch     Compiled     Deployed
    ADSSAP     7.00     13     0     2007-08-12 01:18:54 CEST     2007-11-17 02:43:53 CET
    BASETABLES     7.00     13     0     2007-08-12 01:36:38 CEST     2007-11-17 01:22:45 CET
    BI-BASE-S     7.00     13     0     2007-08-12 12:03:10 CEST     2007-12-08 09:58:16 CET
    BI-IBC     7.00     13     0     2007-08-12 12:03:28 CEST     2007-12-08 09:58:26 CET
    BI-REPPLAN     7.00     13     0     2007-08-09 07:49:39 CEST     2007-12-08 10:01:05 CET
    BI-WDALV     7.00     13     0     2007-08-09 07:49:47 CEST     2007-12-08 09:58:55 CET
    BIWEBAPP     7.00     13     0     2007-08-12 12:05:56 CEST     2007-12-08 09:43:55 CET
    BI_MMR     7.00     13     0     2007-08-12 01:37:49 CEST     2007-11-17 02:44:46 CET
    BI_UDI     7.00     13     0     2007-08-11 19:04:00 CEST     2007-11-17 02:46:49 CET
    CAF     7.00     13     0     2007-08-09 09:23:15 CEST     2007-11-17 02:53:13 CET
    CAF-KM     7.00     13     0     2007-08-09 07:54:22 CEST     2007-12-08 10:21:28 CET
    CAF-UM     7.00     13     0     2007-08-09 09:23:24 CEST     2007-11-17 02:54:18 CET
    CORE-TOOLS     7.00     13     0     2007-08-12 01:41:21 CEST     2007-11-17 01:19:15 CET
    EP-PSERV     7.00     13     0     2007-09-06 14:03:50 CEST     2007-12-08 10:02:22 CET
    EP-WDC     7.00     13     0     2007-08-12 12:41:08 CEST     2007-12-08 10:03:50 CET
    EPBC     7.00     13     0     2007-08-12 12:37:44 CEST     2007-12-08 08:07:23 CET
    EPBC2     7.00     13     0     2007-08-12 12:38:06 CEST     2007-12-08 10:03:56 CET
    JLOGVIEW     7.00     13     0     2007-08-12 00:16:00 CEST     2007-11-17 01:19:52 CET
    JSPM     7.00     13     0     2007-08-12 00:17:00 CEST     2007-12-06 16:41:39 CET
    KM-KW_JIKS     7.00     13     0     2007-08-12 01:45:19 CEST     2007-11-17 02:54:37 CET
    KMC-BC     7.00     13     0     2007-08-12 12:41:47 CEST     2007-12-08 10:05:28 CET
    KMC-CM     7.00     13     0     2007-08-12 12:43:04 CEST     2007-12-08 10:06:52 CET
    KMC-COLL     7.00     13     0     2007-08-12 12:43:35 CEST     2007-12-08 10:07:49 CET
    LM-PORTAL     7.00     13     0     2007-08-09 07:58:38 CEST     2007-12-08 10:07:59 CET
    LM-SERVICE     6.40     10     0     2004-12-23 01:42:43 CET     2007-11-17 01:18:14 CET
    LM-TOOLS     7.00     13     0     2007-09-06 10:46:34 CEST     2007-11-17 03:05:32 CET
    NET-PDK     7.00     13     0     2007-08-12 12:45:34 CEST     2007-12-08 09:51:51 CET
    RTC     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 09:51:56 CET
    RTC-STREAM     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 10:08:05 CET
    SAP-EU     7.00     13     0     2007-08-09 08:01:01 CEST     2007-12-08 10:19:31 CET
    SAP-JEE     7.00     13     0     2007-08-12 01:53:11 CEST     2007-11-17 01:24:19 CET
    SAP-JEECOR     7.00     13     0     2007-09-07 08:23:34 CEST     2007-11-17 01:27:06 CET
    SAP_JTECHF     7.00     13     0     2007-08-12 01:56:44 CEST     2007-11-17 01:28:18 CET
    SAP_JTECHS     7.00     13     0     2007-08-12 01:59:51 CEST     2007-11-17 02:32:48 CET
    UMEADMIN     7.00     13     0     2007-08-09 09:39:47 CEST     2007-11-17 03:06:23 CET
    UWLJWF     7.00     13     0     2007-08-12 12:52:23 CEST     2007-12-08 10:08:51 CET
    VCBASE     7.00     13     0     2007-08-12 12:52:34 CEST     2007-12-08 10:22:05 CET
    VCFLEX     7.00     13     0     2007-08-12 12:53:39 CEST     2007-12-08 10:21:32 CET
    VCFRAMEWORK     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:21:42 CET
    VCKITBI     7.00     13     0     2007-08-12 12:23:20 CEST     2007-12-08 10:22:10 CET
    VCKITGP     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:15 CET
    VCKITXX     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:19 CET
    WDEXTENSIONS     7.00     13     0     2007-08-09 08:05:30 CEST     2007-12-08 10:24:17 CET
    Full Exception Chain
    Log ID     00306EF4B9BB0076000000120000327700044245C894263C
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
         at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
         at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
         at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
         at com.sap.ip.bi.base.application.impl.Application.initialization(Application.java:259)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:172)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:65)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.constructPage(Page.java:942)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.<init>(Page.java:761)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.createPage(Controller.java:511)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:972)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:864)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:488)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:22)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Helpful answers will be rewarded....
    Thanks and Regards,
    Pankaj

    Single Sign On is optional.
    What would happen is that the user that's using the Web Application Designer will have to have access to Portals, and the portal Sign On screen will appear once that user executes a Web Template.
    It also depends on the Portal Strategy and the Security Strategy of your client. For example, the portal may only grant access to those used IDs in the Active Directory, so if your BEx WAD user is not defined in Active Directory that user will not have access to portals, and will not be able to execute the Web Template.
    Cheers.

  • 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

Maybe you are looking for

  • Is resealed MacBook box normal?...

    Hello all. I just rejoined the Apple fold by purchasing a new MacBook (black) last night from the local Apple Store. When I got home, however, I began to suspect the "newness" of my purchase. I noticed that there were two seals on the edge of the box

  • Removing zero-filled answers from HEX2DEC

    I'm doing a simple formula to convert 6-digit hex values into rgb, and encountering 10 digit, zero-filled results instead of the 3 digit results I wanted. Given a hex number in $b$2, my formula is: =CONCATENATE( "r",HEX2DEC(LEFT($b$2,2),3)," g", HEX2

  • TN3270: No connection to the mainframe

    Hello, I got this porlet installed. When given no mainframe information he states that he needs connection information and the class is started, so everything ok. When I enter the hostname or the ip adress of the mainframe, the class rest initialized

  • How do fix a PDF which I am the owner of, but denies me access?

    This file though owned by me, gives me this error shown below. I don't know how this error came about. I have tried a work around that I found online which is the disable Enhanced security, but no luck. This error message prevents me from copying, cu

  • Where do I download iTunes 32 bit for Windows XP?

    Hi there The quick links on the iTunes download page for alternative versions are not available anymore. The website auto detects my OS, which is 64 bit, but I need to download the 32 bit version for another computer (which is not connected to the in