Missing LOIO & PHIO objects for Web template

Hi,
I have transported web template to QA from Dev. system and I am getting error message " Object not consistent obiviously because I have not transpoted LOIO & PHIO objects alongwith Web template.
I am trying to find these LOIO and PHIO object in transport connection(RSA1), <b>AS BHANU and others have suggested in this forum</b>, under web Template and where not, but I couldn't find it. My question is -where to find these objects or do I have to install any paches or something?
we have not created any role or workbook for any reports.
Sunny

Hi, ALL
    I face some problem as Sunny, anyone can help us for transport LOIO & PHIO?  and how I know how much LIIO & PHIO related to the special webtemplate ?
thanks very much

Similar Messages

  • ABAP Interface for Web Template Design

    Hi BW Gurus,
                         I have report published in the portal through BSP. Please some advise me what are the ABAP class files so that I can design my portal reports.
                         I am sure there are few class files where I can design the portal reports. Let me know your important help....
    Thanks
    Ganesh Reddy.

    Ganesh,
    CL_RSR_WWW_MODIFY_TABLE is used to customize the web templates in BW3.x.
    the way I understand the data flow to web templates work is :
    Query(s) --> Web Template class --> HTML --> <CL_RSR_WWW_MODIFY_TABLE - this class is optional >
    This works only for Web templates though - as for classes that are used in web templates - create a web template and then assign the same to a request - you will find the classes available under that request under PHIO or something like that.

  • Could not generate stub objects for web service invocation in ColdFusion

    I was able to call the services on the development box - windows server without any problem at all, everything was working fine but the moment i uploaded to a linux box production server I get this error. "Could not generate stub objects for web service invocation in ColdFusion"
    What could be the cause of this problem, i have googled a lot but no solution yet any ideas.

    Let me make it simple:
    1. Server A is our development server.- hosted inhouse with coldfusion installed.
    2. Server B is our production server - a linux server with coldfusion installed hosted on the internet
    3. Server C is a third party server containing the webservice - this is a windows server with .net
    coldfusion is installed on Server A, the code works here and can connect to server C without any problem. It gets the required respone
    but when the code was uploaded to server c it gives the error when we run it.
    now i tried just a simple code which works fine on server A below:
    <cfinvoke webservice="http://www.webservicex.net/CurrencyConvertor.asmx?WSDL" method="ConversionRate" returnvariable="ConversionRateResult">
        <cfinvokeargument name="FromCurrency" value="EUR" />
        <cfinvokeargument name="ToCurrency" value="USD" />
    </cfinvoke>
    <cfdump var="#ConversionRateResult#" />
    But when i uploaded it to server C: it returns the error
    Cannot generate stub objects for web service invocation.
    Name: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL. WSDL: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL. java.io.FileNotFoundException: /opt/coldfusion8/stubs/WS728929035/NET/webserviceX/www/Currency.java (No such file or directory) It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors.
    The error occurred in /home/works/public_html/currency.cfm: line 7
    5 :     <cfinvokeargument name="FromCurrency" value="EUR" />
    6 :
    7 :     <cfinvokeargument name="ToCurrency" value="USD" />
    8 :
    9 : </cfinvoke>
    Now if you try the preceeding code on a windows environment  it works fine but the moment you put in the in the linux environment it generates this error
    I feel that the error may actually be :
    java.io.FileNotFoundException: /opt/coldfusion8/stubs/WS728929035/NET/webserviceX/www/Currency.java (No such file or directory)
    but i am clueless as to what to do next
    Ok so I tried the wget command on the linux
    this is what i got
    -bash-3.2# wget http://www.webservicesx.net/CurrencyConvertor.asmx?WDSL
    --2011-07-02 23:23:42--  http://www.webservicesx.net/CurrencyConvertor.asmx?WDSL
    Resolving www.webservicesx.net... 216.8.179.25
    Connecting to www.webservicesx.net|216.8.179.25|:80... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2011-07-02 23:23:43 ERROR 403: Forbidden.

  • Web Template URL for Web Template ZTEST could not be Generated

    Hello Experts,
                           I have designed a Template in WAD with the name ZTEST(example) when i am trying to execute it in Browser, it is throwing an error like "Web Template URL for Web Template ZTEST could not generated". I am working on 7.0 WAD
    Please suggest me if there is any settings to done.
    Thanks in Advance,
    Regards,
    Vishnu.

    Hello Mr. Wond,
                                Even if i am Executing using a default Template it is throwing the same error that " Web Template URL could not be generated". Meanwhile when i am working on this issue i found that some Command URLs should be defined, but i am unable to trace where to define this URL Command like <a href=u201Dhttp://myAppServer:myPort/SAP/BW/BEx?pageno=1&request_no=8&cmd=ldoc&template_id=EXAMPLE_TEMPLATEu201C></a>
    Please suggest..................
    Regards,
    Vishnu.

  • WAD: Design request for web template with re-occuring table object

    Hi all,
    I'm trying to create a web template design in WAD (WAS 6.20) using javascript that would loop and re-use the same table web item object displaying different sales employee data. The challenges I'm facing is that the number of employees to report on might be different for the reporting period and the report should have a sales employee specific header preceeding each table. And also the customer is looking at receiving a canned (precalculated) report generated weekly.
    I'm thinking that I could try looping through the 0salesemply characteristic values as displayed from a dropdown box object and pass the individual value as the table object's filter value and hopefully re-generate and render the same table with different filter values until the end of sales employee list of names is reached. Within that same loop, a second table pointing to a different data provider can also display selective data specific to that sales employee.
    My question is would such a design render the same table item multiple times based on the number of 0salesemply values and on a single web page. Would such a design work or would I need to look at designing a BSP application querying the ODS table directly.
    If anyone has any comments on how else I can achieve this or can provide examples of similar design it would be very much appreciated.
    Thank you all.
    Frank
    Message was edited by:
            Frank Goneau
    Message was edited by:
            Frank Goneau

    Hi all,
    I'm trying to create a web template design in WAD (WAS 6.20) using javascript that would loop and re-use the same table web item object displaying different sales employee data. The challenges I'm facing is that the number of employees to report on might be different for the reporting period and the report should have a sales employee specific header preceeding each table. And also the customer is looking at receiving a canned (precalculated) report generated weekly.
    I'm thinking that I could try looping through the 0salesemply characteristic values as displayed from a dropdown box object and pass the individual value as the table object's filter value and hopefully re-generate and render the same table with different filter values until the end of sales employee list of names is reached. Within that same loop, a second table pointing to a different data provider can also display selective data specific to that sales employee.
    My question is would such a design render the same table item multiple times based on the number of 0salesemply values and on a single web page. Would such a design work or would I need to look at designing a BSP application querying the ODS table directly.
    If anyone has any comments on how else I can achieve this or can provide examples of similar design it would be very much appreciated.
    Thank you all.
    Frank
    Message was edited by:
            Frank Goneau
    Message was edited by:
            Frank Goneau

  • Hidden Objects from Web Templates

    Hello,
    I have two tabs on a web template.
    - On the first tab I only want to see the table
    - On the second one I want to see the chart.
    I only want to see the Information from one sub- template on every tab)
    But the result is: If I click on the second button I see both (table and chart).
    So how can I hidde this table if I click on the second tab
    Thanks for help and any ideas!!
    Henning
    Code:
    <!-- First Tab: Display table and nav block -->
    <td align="middle" nowrap class="SAPBEXTbsTabSel" id="GR1Area">
    <A  title=GH href="<SAP_BW_URL ITEM='GH_1' MULTI='X' HIDDEN='Y' CMD_1='ITEM=GH_1&MULTI=X&HIDDEN='Y' >&dummy=#TabStripContent" >GH</A>
    </td>
    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2'  HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' >&dummy=#TabStripContent" >Grafik</A>
    </td>
    </tr>
    </table></td></tr></table></td></tr></table>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GH_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
             <param name="TEMPLATE_ID" value="ZTEMPL1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="HIDDEN" value="Y"/>
             ITEM:            GH_1
    </object>
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="GET_ITEM"/>
    <param name="NAME" value="GH_2"/>
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
    <param name="TEMPLATE_ID" value="ZTEMPL2"/>
    <param name="HIDDEN" value="X"/>
    <param name="GENERATE_CAPTION" value=""/>
    ITEM: GH_2
    </object>

    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2' HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' >&dummy=#TabStripContent" >Grafik</A>
    </td>
    Call onclick event like
    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2' HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' onclick= "HideTable();">&dummy=#TabStripContent" >Grafik</A>
    </td>
    At the bottom between </BODY> </HTML> Paste this
    <script>
    function HideTable(TableName)
    obj = getTableReference("GH_2");
    obj.style.display = "hidden";
    function getTableReference( table_name ){
       var all_elements = document.all;
       for( var i=0;i<all_elements.length;i++ ){
          if (all_elements<i>.name==table_name)//we have found tbl
             return all_elements<i>;
       }//end for
       return null;
    }//end function[/code]
    </script>
    Hope it helps
    Regs
    Gopi.
    Message was edited by: Gopi

  • Variable Personalization for Web Templates

    Hi,
    Does anyone know of a method to personalize variable values for <b>individual</b> web templates. When I personalize a variable value while running the query on web, its value gets modified for all queries, not just the specific one that I am running.
    This does not happen when I run the queries in BEx. Here I have the option of personalizing the variable values specific to the query that I am running (by using the icon at the bottom of the variable screen), or to personalize the variable value across all queries (by using the icon displayed with the individual variable).
    Can anyone help me in achieving the same two options for queries run on web? I want to personalize variable values for individual queries.
    Thanks
    -Arif

    Hi Arun
    Thanks for your input, but the bookmarks or parameter passing will not give enough flexibility to the users.
    For example:
    Out of 10 available variables in the query, the user should have an option of selecting values for those that have not been personalized (say 7 variables) while the rest 3 get populated automatically because they have been personalized. In EACH run of the query, the user will have the flexibility to select a different value for the 7 variables.
    This needs to be different for each query the user runs, even though the queries may use same variables as the other.
    I am trying out some options. If it works, I shall let you know.
    Regards
    -Arif

  • Problems with passing parameters for WEB template in URL in NW2004s

    Servus,
    We have NW2004s, BI 7.0, SP9
    does anybody know where do I make a mistake? There are 9 variables which the user has to fill out.
    Passing the parameters in URL string for a web template like: http://server: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?TEMPLATE=TEMPLATENAME&var_name_1=ZvarX&var_value_ext_1=2000 ....
    but this doesn't function, I get only the first variable screen and not what's set in my URL.
    Is it a bug? Any suggestions?
    Thank you very much
    Standa

    I solved it.
    Solution:
    URL Link "http://......./TEMPLATE=nameofthepage&TEMPLATE=nameofthepage
    &VARIABLE_VARIANT=nameofthevariant"

  • Stateless=x parameter through url for web templates

    Hello, maybe somebody could help me... i´m trying to use the parameter STATELESS=X in my url that i use for calling my web templates.
    It´s possible to set the parameter at the end of the url or i have to insert after the template id... i mean... is this url correct ?
    http://yourAppServer:yourPort/SAP/BW/BEx?sap-language=ES&bsplanguage=ES&cmd=ldoc&TEMPLATE_ID=PCMA002&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME_1=ZEJPOP&VAR_VALUE_EXT_1=005.2007&VAR_NAME_2=VCMC01&VAR_VALUE_EXT_2=005&VAR_NAME_3=VCMC02&VAR_VALUE_EXT_3=2007&VAR_NAME_4=VPGNV080&VAR_VALUE_EXT_4=U3&VAR_NAME_5=ZPERIN&VAR_VALUE_EXT_5=%23&STATELESS=X
    I´m asking this because it´s not working properly.. i get the following error wher i try to fill the variable for this instruction
    javascript code
    var pIFrame = document.getElementById( "SAP_BW_SNIPPET" );
    I mean... the javascript code does not work ok with the option STATELESS but it works fine if i do not use it, anybody knows why??
    Thanks a lot,
    jcasas

    Search forum for "anonymous" and "mime" to find previous answers for this question. One example is at [https://forums.sdn.sap.com/click.jspa?searchID=13102945&messageID=5221832].
    Hope this helps...
    Bob

  • Language Dependent Text for Web Templates

    Hi All,
    I have a text item in a Web Template and have used a language dependent text for its caption ( which is stored in a table).
    The problem is that if i transport this Templates to an another environment, the language texts are not transported automatically.
    Can you please let me know the table where this information of language dependent text is stored. I think I will also have to transport all the entries of the language dependent table.
    Thanks in advance and I will definitely reward points for helpfull answers.
    Regards,
    Vivek

    Hi Guys,
    Found the solution. The table name is RSBEXTEXTS.
    Thanks,
    vivek

  • URGENT - BW Security for Web Templates

    Hi All
    I am relatively new to BW and am just putting my first major BW project live. I have just been told something by my colleague which seems strange to me, can anyone confirm or give me a workaround?
    I have a number of Web Templates set up which use common Bex Queries as Data Providers (so two separate Web Templates may use the same query as Data Provider).
    We are looking at Security settings, where one of these Web Templates is available to one user but not to another.
    My colleague tells me that it's not possible to restrict authorization on webtemplates. Instead I have to duplicate my queries and have each web template using a different query so we can restrict security by query!!!!
    Now that to me seems daft....it just increases the maintenance hugely because instead of changing a single query I now have to change multiple queries which are all copies of the same one.....just because BW can't handle security at Web Template level?
    Is this true? Anybody got a workaround?

    Hi!
      Actually I am not much aware of security in the area ow web templates.
         But in general we dont need to hava separate query for the each user for restricting him/her to view some specific content. BW allows you to restrict the user access the data thats related to only specific parts of the hirarchy, or to only some part of  the masterdata. for example we can restrict the user to access the data that related to the cost center he is responsible for or data that is belonging to his relavant customers. So even though user can acess the web template we can restrict the acess to the content that is visible to the user.As yóu have not given any specific details of the requirement like difference beetween templates and so on..i cant say how to set the authorizations.
    with regards
    Ashwin

  • Saving object for web - pixelated & distorted

    Trying to save an image for web in Illustrator. It's a "browse" icon that we use for our product. We're recreating the icons to look more "flat" with the outline state as the inactive and the fill state as the active. Here's what I get when I export it for the web as a .png.
    **image when it's zoomed in using Preview
    **image at it's normal size using preview.
    **image after flattening transparency
    I've tried to optimize, not optimize, flatten transparency,  rasterize -- none of it's worked to make this icon look any better. The only thing that came somewhat close was flatten transparency -- that helped with the pixelation but the boxes all became distorted. Please help!

    Image at normal size using preview is the most helpful piece of information. Would be good to knwo your exact pixel dimensions.
    Did you use align to pixel grid? Try saving as .gif. This is as good as you can get with such a small size.

  • Intermittent Could not generate stub objects for web service invocation errors

    Hi,
    I'm hoping someone can point me in the right direction...We are running Coldfusion 8 and keep getting the stub objects errors intermittently.  The web service will work for a while then it will just stop working for while, then it will start back working again.  There doesn't seem to be any rhyme or reason to it, and we're not doing anything to the server in the meantime.  I don't even know how to begin to diagnose the problem.  Has anyone ever seen this or have any ideas of some things we can check?
    Thanks!
    Holli

    It's a load-balanced environment and we've turned the bad server off for now.  Also, I was wrong.  We're running CF7. I'm getting my environments mixed up. Sorry about that. You can still get to the service on the good server though. This is the link: http://www.asthmaagents.com/services/init.cfc?WSDL  After I posted this, we were able to get a little more info.  When I went directly to the service using that link, we got this error message off and on when we would refresh the browser:
    AXIS error
    Sorry, something seems to have gone wrong... here are the details:
    Fault - Error attempting to create Java skeleton for CFC web service; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException: [java.lang.NoClassDefFoundError : cfinit2ecfc338058839$funcRECORDSESSION]
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Error attempting to create Java skeleton for CFC web service; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException: [java.lang.NoClassDefFoundError : cfinit2ecfc338058839$funcRECORDSESSION]
    faultActor:
    faultNode:
    faultDetail:
        {http://xml.apache.org/axis/}hostname:corpinternet1g
    Still, nothing is consistent and it's working fine on the other server.  I'm at a loss.  I really appreciate you taking a look at this! Any info will be helpful.
    Thanks!
    Holli

  • Business object  for material , template workflow for materials ?

    Hi,
    I need to create a workflow for material master , creating material basic data, create plant views etc
    Which is the appropriate workflow and is there a standard one as a template?
    Thanks
    Antonis

    Hello,
    I feel it is better that you use the standard business object BUS1001006 for your requirement related to the material management as some of the events which are obsolete in the business object BUS1001 have been redefined in BUS1001006.
    Events like "Material created" and "New View for the material Created" are redefined which I think you need for your requirement.
    Hope this will help.
    Regards,
    Samson

  • Looking for web template with 3 link-levels

    I'm looking to make a picture gallery with the standard Thumnails linked to screen-size shot. I'd like th screen-size shots to be linked to the full-size image to users can download a full-resolution version of the shot.
    Am I making things too complicated? Is there an easy way to enable folks to download the full-resolution version other than a big FTP directoty?
    Thanks,
    -Ed

    Thanks for the pointer.
    WOuld anyone know where I can get information related to created (editing) my own template beyong just background color etc.? I can't even find where the templates are saved to see if I can edit them by hand myself?
    -Ed

Maybe you are looking for