Modifying Standard  JSP pages of UCES

Hi Folks!!!
We want to customise the standard JSP pages of the UCES6.04, I have defined a track in DI with all the dependcy components. Imported to NWDS and tried to develop a project everything is fine. But I am not able to find the standard JSP pages of UCES component here. Am I missing any thing. But when i try to create any jsp pages or some onject i am able to use the standard classes and othe functionlities of the dependent components.
Is there any thing we need to do to edit the jsps of any component like UCES or Useradmin.
Regards,
Vamshi.

Hi,
Thanks for your reply!!!
I am aware we have to work on inactive DC. When I checkout the track to the Developer studio, I am not able to find the standard JSP's so that i can modify accordingly.
Regards,
Vamshi.

Similar Messages

  • Modifying standards ISA page

    Hi,
    In ISA web application, i need display a new data at Order Status dispaly.  The jsp page is orderstatusdetail.jsp which gets data from standard isa bapi BAPISDORDER_GETDETAILEDLIST ( i got the bapi name from isaruntime.log file )
    I am getting modified bapi from ABAPer, but how to make changes in ISA web application?
    Please reply me
    Early reply appreciated.
    Thanks and regards
    Lakshmikanthaiah

    Hi Lakshmikanthaiah,
    You may do the following to extend the Order status detail screen:
    1. Replace the standard function module BAPISDORDER_GETDETAILEDLIST with the customized one(say
    ZBAPISDORDER_GETDETAILEDLIST)
    To do this you may have to add an entry in modification-config.xml (<b>Assuming that your ABAPer has extended BAPISDORDER_GETDETAILEDLIST</b> to the name <b>ZBAPISDORDER_GETDETAILEDLIST</b>)
    <function-module-replacement>
    <param name="fm:BAPISDORDER_GETDETAILEDLIST" value="ZBAPISDORDER_GETDETAILEDLIST"/>
    </function-module-replacement>
    Having done this, you have to now add the custom code to retrieve 'new data'.
    You may extend the class ReadStrategyR3 (assuming you are using ISA R3) and override methods like getHeader (to add header level detail). In the overridden methods you may add additional fields as extension data invoking the method addExtensionData(..) on header. (Similar process for item as well)
    Regards,
    Chaitanya

  • Modifying standard BSP pages

    Hello,
    I would like to add some functionality (precisely some Javascript code) to a standard BSP page. As it is a SAP standard, the system doesn’t allow to modify it as normal BSP page. Is there any possibility to attach some code or functionality to BSP page without modifying the code, I mean something similar to, for example, enhancements, user-exits in R/3 so that we could activate and insert the code?
    Thanks in advance for any hint.
    Regards,
    Anna

    Hi,
    I would not recommend to change standard SAP BSP pages. When there is an update or upgrade concerning this pages, you will get problems and will need to SPAU till the end of days (see also http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm) and eventual modify things again, which isn't a pleasant job at all.
    I would say that you make a copy to a Z application and work further on that one.
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • Left menu in a jsp page

    Hi,
    There is a standard jsp page, which has a menu on the left side and this menu appears on some of the pages forwarded from this page.
    I have created an OA page, in this I need to call the second jsp page.
    I am able to forward to this jsp page, but the menu on the left side is not getting displayed.
    What could be the reason?
    How can I forward to the standard page?
    --Divya.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You need to analyze the page structure and logic of the jsp which has the menu. Try to find out if the menu rendering has any dependency on any session variable or something similar.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                               

  • How to make J2EE engine auto load The JSP Pages

    After I modify some JSP pages, If I just copy them to  the folder in the Server, The pages didn't update.
    How to make it auto update?

    Hello Shen,
    please take in consideration, that JSP page is translated to HttpServlet  component when deployed. It's not accessed via original JSP file.
    You can try to modify the final HttpServlet class file, but then you have to go through pre-compiling.
    Hope it helps,
    regards.
    mz

  • Jsp page getting error when opened after opening a form

    Hi,
    I have created an OA page, there is a link and a button in this page.
    Whenever I click on the link, a standard jsp page will be opened in a new window.
    When the button is clicked a standard form will be opened.
    But when I click the button, and then click on the link then an error page is getting displayed with 'Logged in user does not have permission to access this page.' message.
    Please help me on this.
    Thanks.

    But when I click the button, and then click on the link then an error page is getting displayed with 'Logged in user does not have permission to access this page.' message.
    Do you mean to say that the link works if you click on it without clicking on the button? The jsp you are talking about is a seeded one or a custom? --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Modifying the framework page width.

    Dear All,
    I want to customize the default framework page.
    I am on EP 7.0 SPS16
    What i want to do is to reduce the width of the framework page .
    I succeeded in doing this for normal framework page.
    I did this by modifiying the framework.par file in that we have a file called framework.jsp.
    But my final goal is to implement this layout for EFP.
    For this I modified the light_framework.jsp.
    The issue coming up is that when i create a layout from this jsp i can see the width changed.
    But if I try to preview, the layout doesn't reflect.
    Does anyone know how to modify light_framework.jsp or if there is some restriction to this.
    I can post the code which i used to modify the jsp page if anyone requires.
    Regards,
    Nikhil Pai

    Hello Sunil,
    Thanks for the reply, but this is not the issue i am facing.
    I am  in a step which is earlier than the answer u gave.
    After creating the layout when i am previewing it the changes are not taking place.
    Regards
    Nikhil Umesh Pai
    Edited by: Nikhil Pai on Aug 26, 2008 2:38 PM

  • Can standard JSP access Faces SessionBean and ApplicationBean? How?

    Hello,
    I have a situation where in I have some JSF based pages in my web app, along with with some standard JSP pages - these are all part of the same webapp.
    Is it possible to access the SessionBean (the web session bean that is - netbeans default is SessionBean1 which extends AbstractSessionBean) and likewise ApplicationBean(1) objects from these standard JSPs that are part of the same web application? Any help on how this could be accomplished?
    Thanks

    Scriptlets runs at another scope than JSP EL. Scriptlets runs like as a local Java method. JSP EL lookups the references in pageScope (pageContext.getAttribute()), requestScope (request.getAttribute()), sessionScope (session.getAttribute()) and applicationScope (servletContext.getAttribute()).
    'app' is not available as a local variable in scriptlets. To get it in a scriptlet, you should be doingObject app = session.getAttribute("app");
    // or rather without the useBean thing, assuming that it is been put in application scope.
    Object applicationBean1 = getServletContext().getAttribute("ApplicationBean1"); and cast it back to the desired type.
    Having said that, doing that so in a scriptlet is a bad idea. Also, your jsp:useBean tag is creating a new instance instead of reusing the ApplicationBean1, because you assigned it a different 'id' (it must be the same as the managed bean name) and you are looking it up in the session scope instead of application scope (of which I assume that the ApplicationBean1 is put in, looking at its name).
    It might be a good idea to take a step back and elaborate about the bigger picture what you're trying to accomplish. The code as you've posted as far is really a smell. Better do it in JSTL or in a Servlet instead of in a scriptlet.

  • How to modify a standard OAF page in version R12

    Dear all,
    I have a requirement to modify a standard OAF page(can't implement by personalization),and my EBS version is R12,but i have not the source java code of the page,I try to decomplie the class file by a sofeware named 'YingSoft' , as the r12's jdk is 1.6,will have some errors.
    So,anybody know how to accomplish or have other decompile software?
    thanks,
    Ming Tao.

    Hi Ming,
    I use Java Decompiler (JD) in it works fine for me. Also, I guess you know it already, but just in case, there is a detailed explanation on how to extend standard OAF pages in the OA Framework Developer's guide and how to deploy the changes.
    Regards.

  • Modify the login page (login.jsp) of B2B scenario of the Internet Sales app

    All
    I wanted to modify the login page (login.jsp) of B2B scenario of the Internet Sales application
    By typing the URL "http://<servername>:50001/b2b/b2b/init.do." I could able to see the login page
    My requirement is to add an extra link in this page
    when I use showmodule=true it gives the location of jsp which is "user/logon/login.jsp"
    I could able to find this jsp in the DC "crm-isa-web-b2b"
    when I open the DC in package explorer i could able to locate this jsp in a jar file but not able to open/modify it
    Awaiting experts response
    Thanks
    Murali.K.N

    When I work on ours ISA4, I go to the file on the server
    \jsp\crm.b2b\servlet_jsp\b2b\root\b2b\login\login.jsp
    Now, I'd imagine there might be a much easier way to work with the files, but that's how I edited ours. 

  • Need a fast answer... passing javascript variable to jsp page (how to use)

    This test application has 3 frames.
    I'm assigning a value "stuff" to a variable ("testfield1") in a javascript function ("getTest") that exists inside an html frame (testpage1.html)
    Then, I click on the "test submit" hypertext link to pass the value of "testfield1" to the JSP frame (testpage2.jsp) by invoking a function ("getData") in "testpage2".
    In function ("getData"), I am passing the variable "testfield1" as a parameter to the "getData" function in "testpage2".
    In "testpage2" - in the ("getData" function) I try to assign the value of the variable "testfield1" to another variable called "testfld1".
    Then, I try to extract the value of "testfld1" into a variable called "tstfld1" in a JSP scriptlet
    ....I.E. [ String tstfld1  = request.getParameter("testfld1");  ]
    But, the value is apparently not passed successfully, as tstfield1 appears to be "null".
    Can anyone explain what I'm doing incorrectly?
    The code for this test app is below...
    ********testpage0 - the parent frame*********
    <HTML>
    <HEAD>
    <TITLE>GlobalView Reports and Trending Menubar</TITLE>
    </HEAD>
    <FRAMESET FRAMEBORDER="0" ROWS="15%,85%">
    <FRAME SRC="testpage0.html" NAME="testhtmlparent">
    <FRAMESET FRAMEBORDER="0" COLS="23%,77%">
    <FRAME SRC="testpage1.html" NAME="testhtml">
    <FRAME SRC="testpage2.jsp" NAME="testjsp">
    </FRAMESET>
    </FRAMESET>
    </HTML>
    *******testpage1.html********
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <html>
         <head><title>testpage1</title>
         <link rel="stylesheet" type="text/css" href="./standard.css">
              <script LANGUAGE="JavaScript">
              parent.frames[2].location = "blank.html";
              function getTest(reportType)
                   testfield1 = "stuff";
                   alert("testpage1.html...testfield1=" + testfield1 + ", reportType=" + reportType);
                   parent.frames[2].location = "testpage2.jsp";
                   parent.frames[2].getData(testfield1);
                   return;
              </script>
         </head>
         <body bgcolor="#FFFFFF" text="#000000">
              <form name="reportRange">
                   <center>
                        <fieldset style="padding: 0.5em" name="customer_box">
                        <table cellpadding="0" cellspacing="0" border="0">
                             <tr class="drophead">
                                  <td valign="top" height="0" ><span class="drophead">
                                       test submit
                                  </td>
                             </tr>
                        </table>
                        </fieldset>
                   </center>
              </form>
         </body>
    </html>
    *******testpage2.jsp*********
    <%@ page language="java" import="java.io.*, java.util.*" errorPage="error.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <html>
         <head>
         <title>testpage2</title>
         <script language="JavaScript">
              function getData(testfield1)
                   alert("testpage2.jsp...testfield1=" + testfield1);
                   document.pageData.testfld1.value = testfield1;
                   document.pageData.submit();
         </script>
         </head>
         <body>
              <%
                   String error;
              %>
              <div id="HiddenForm">
                   <form name="pageData" method="post" action="testpage2.jsp" target="_self">
                   <input type="hidden" name="testfld1" value="0">
              </form>
              </div>
              <%
                   String tstfld1 = request.getParameter("testfld1");
              %>
              <P> testfld1 = <%= tstfld1 %> </P>
         </body>
    </html>

    parent.frames[2].getData(testfield1); is in testpage1.html
    so in the document.pageData.testfld1.value = testfield1; document = testpage1.html( not testpage2.html)
    modifying the getData to accept the document object, and refering this object to parent.frames[2].document may help you.
    good Luck ....

  • Setting up NetBeans WebApp without default JSP Page

    Hi all,
    I'm trying to create some basic servlet apps which can be accessed by stand alone java classes. I'm using netBeans to create a default Web Application and now i'm trying to remove the JSP (index.jsp) page which is created by default. Is there any simple why of doing this? I've trying removing it but errors are thrown by other project files.
    Many thanks for any help!

    By default the size of out (implicit object of JSPWriter) object is 8kb. Since OA.jsp and RF.jsp are JSPs my assumption is that they inherit a standard JSPWriter when creating the out object and therefore use the default page buffer size of 8kb. One of the jsp performance tips is to modify the page buffer size to better match the standard amount of output. The use of page buffer is mentioned in the Oracle JSP best practices document. It is pretty common to see this set in the standard 11i JSPs. A number of the jtf JSPs use a value of 24kb for the page size, while other apps module JSPs use various sizes from 12kb up to 200kb. I have also seen some analysis that showed that setting the page buffer size to correspond better to the amount of output being generated improves the garbage collection and heap management in hotspot. My goal is better performance, and I believe that setting the page buffer size to a value that is closer to my average page size would improve overall performance.

  • Can't us Oracle API on the simple JSP pages added to the portlet........

    Hi,
    I added a jsp page in the portlet which is not a standard page like the default show mode pages. I have added some code which actually access a resource inside the porltet.
    " img src="<%= UrlUtils.constructResourceURL (pReq, HttpPortletRendererUtil .absoluteLink(request, "icon.png")) %> "
    For that you have to add the following two imports in the code
    mport="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil"
    import="oracle.portal.provider.v2.url.UrlUtils"
    This library is available with the JDeveloper and I dont get any error while compiling and even deploying the portlet war file on the applcation server. Strangely the same piece of code shows the image perfectly for the default show page of the portlet but it generates 500 Internal server error for the other simple jsp page I added, which suggests that the server is unable to find the function:
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.portal.provider.v2.url.UrlUtils.constructResourceURL(Unknown Source)
         at _htdocs._elogbooksubsystems._DAQ._jspService(_DAQ.java:54)
         [SRC:/htdocs/elogbooksubsystems/DAQ.jsp:15]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Can anybody help? Is this possible to use oracle api in the pages which are though added to the portlet but not the standard show modes pages?
    Thanking you in anticipation
    Regards,
    Omer Alvi
    Message was edited by:
    user574208
    Message was edited by:
    user574208

    Thanks Nrintala. I tried to work with multipage portlet example provided in the jpdk. In fact I created another portlet with two pages and copied the code of the two pages of the multipage portlet. (Off course I took care of the names and stuff). Later I modified the provider.xml by defining "next_page" parameter. When I viewed my portlet, first page appeared fine but when I click on the link which should show the second page, I got an error which says.
    Error:      Error occurred while rendering portlet - see provider log file for details.
    Do you think I have missed something? I am depoying my war file on the stand alone OC4J and some how I have not been able to find the application.log file in my application inside the application_deployments of the J2EE_HOME. I have pasted the provider.xml file and I would be grateful if you can help.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>false</session>
    <passAllUrlParams>true</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>mulitpage</name>
    <title>testing multi page</title>
    <description>My Portlet Description</description>
    <timeout>40</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <contentType>text/html</contentType>
    <showPage>/htdocs/mulitpage/first.jsp</showPage>
    <pageParameterName>next_page</pageParameterName>
    </renderer>
    </portlet>
    </provider>
    Best regards,
    Omer
    Message was edited by:
    user574208
    Message was edited by:
    user574208

  • Problem in passing data from one .jsp page to another .jsp page

    i have a problem here
    Actually i have 2 jsp pages. What im trying to do here is actually i want to pass data from the first jsp page to the second for updating
    The first jsp page contains data that user wants to update in the form of table.
    <td><img src = "edit.gif" alt = "edit" border="0" ><td>
    <TD><%= Name %></td>
    <TD><%= rs.getInt("Age") %></td>
    <TD><%= rs.getString("Gender") %></td>
    So this page displays the data that users wants to update plus one image button (edit button). So when user clicks this button, all the data in this page will be brought to the second .jsp page called updatePersonal for updating.
    The problem here is that it is not displaying the existing data in the second .jsp page.
    The second page basically contains forms
    <INPUT TYPE="text" NAME="FirstName" maxlength="30" value = "<%=FirstName%>">
    Can someone please help me. I really dont know what to do..How do i get the data displayed in the text field that is passed from the first .jsp page..thankx in advance

    Please modify below code to:
    td><img src = "edit.gif" alt = "edit" border="0" ><td>
    -----------------modified code
    td><a href="updatePersonal.jsp?FirstName=<%=rs.getString(FirstName")%">&LastName=<%=rs.getString("LastName")%>&Age=<%=rs.getInt("Age")%>&Gender=<%=rs.getString("Gender")%>"><img src = "edit.gif" alt = "edit" border="0" ></a><td>
    I'm sure it works</a>

  • How to call a concurrent program from a Custom JSP page.

    Hi,
    I have a custom JSP page which i have deployed by creating a form function with the path of the JSP Page
    and added the JSP Page to the OA_HTML top.
    Now, i need to call a concurrent program from the JSP Page, i have all the parameters in my page and i am using the standard class as below:
    ConcurrentRequest cr= new ConcurrentRequest(con);
    int requestId= cr.submitRequest("XXINV",programName,null,null,false,vec);
    I have verified my connection object and it is OK but i am getting the exception that user is not set to run the program.
    I tried the below code in my JSP page and getting -1 for all test variables :-
    int userId = wctx.getUserId();
    int respApplId = wctx.getRespApplId();
    int respId = wctx.getRespId();
    I think i need to set the context in JSP page to run the program..
    Pls help ....
    Regards
    Saurabh Jaiswal

    Hi,
    Thanks for the reply,,,
    This is a possible solution but this will allow to run the program anyhow.
    But the procedure which i call thru callable statement will start with
    fnd_global.apps_initialize (3825, 50603, 704);
    fnd_request.submit_request API call.
    Now, the values of user and Responsibilty is required in the program and it changes.
    With this approach we have to hardcode the user and resp.
    The same JSP page is attached to other responsibilities and there the concurrent program would get fired as if fired from the resp Id hardcoded as above.
    Need to capture user Id and RespId.
    How can i set the apps Context in JSP page???
    Regards
    Saurabh Jaiswal

Maybe you are looking for