How to change code in IView (JSP)

Hi:
I need to remove some functionality from a standard MSS IView application, since the application is an IView I can’t remove part of the functionality from the Portal, How I can edit and change the Code? I think it is a JSP application.
Thanks!
Zeus

Hi,
Configuring Business Package
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a
Regards,
Beevin.

Similar Messages

  • How to change images dynamically in jsp?

    Hi All,
    i Want to know how to change images dynamically in jsp, for example in any site if u look at advertise or any images, it will be changed after every few seconds.
    Please guide me
    Thanks
    Sandesh S

    sandeshas wrote:
    Hi BlusC,
    i was searching your mail Id to ask the question directly to u,i checked in your blog also, but i didnt get,I want to keep my email spam safe. Only trusted people and direct friends have it. Just use the forums for discussion.
    my question is suppose if i want to display and change the advertise(adds from different company ) in my web site,how can i do it by using jsp?
    Do i need to create animated gifs which contains all company adds??one might be from movie add,after few seconds next one migth be some other web site add like that, how can i achieve this in my servet,jsp or using struts.You create animated gifs with an [animated gif editor|http://google.com/search?q=animated+gif+editor]. There is nothing what JSP can do for you here.

  • How to change host in iview

    Hello colleagues,
    How to change the hostname in iview? i have portal 7.30. Is here?
    Is this system?
    the configuration of the host system is associated with the landscape overview?
    Thanks.

    Hello there Víctor!
    Your assumption is correct. The iViews reference a System Alias, and the System Alias belongs to a System Object.
    The System Object is a portal representation of the actual system to which the portal connects to retrieve the expected application. Following you can find a good explanation:
    How to Create System Object in the Portal for Connecting to SAP backend System - Portal - SCN Wiki
    Hope to have clarified your question!
    Cheers,
    Armando

  • How to change code in MV50AFZZ

    HI,
    i want change the code in Include MV50AFZZ (FORM USEREXIT_LGORT_DETERMINATION). this include is provided for user exits. can any one please help me how to change the code in this Include and what are the necessary actions i need to take.

    You'll have to request a SCCR Key on SAP OSS ( http://service.sap.com )
    Then :
    -> Sap Notes Search
    -> Key and request
    -> SSCR Keys
    -> Registration ( You provides the following info : Basis Release, eg 620 then
    R3TR / Prog / MV50AFZZ
    Of course, you need an OSS user.
    Best Regards,
    Erwan

  • How to set code base Oracle JSP?

    How to set code base for a Java Stored Procedure, in Jserve?
    Thanx.

    There isn't a "code base" for java stored procedures ... that's an applet's issue.
    for more details about java stored procedures
    review teh java dev. guide and java stored proc guide located at :
    OTN FORUM ENTRY --> Oracle 8.1.7 Java Online Documentation
    http://technet.oracle.com:89/ubb/Forum18/HTML/001567.html
    null

  • How to change Code, Name Lenght & Description

    Hi,
    How can I change the fields that are automatically generated when you create a Table? (Code & Name)
    I want to create tables with diferent kind of Key.
    For example:
    I want a date to be the key of a master file. I don´t need a name in this master file.
    I want a code with different lenght (default is 8) for another master file.
    Etc.
    I Have seen the e-learning, tutorials, and tried to create tables and fileds by code, but DI APIs always create these two fields, and I havén´t find a way to override it. I Haven't find information about it.
    I look at B1 Tables and there are different code and name fields. That´s the reason I think there would be a way to change this attributes.
    Thanks a lot.
    Guillermo

    Hi Guillermo,
    I'm afraid there is no way to override the creation of the Code and Name fields on a UDT. You could use your own non-SBO tables (SAP don't recommend it but it is allowed within certification rules) but that approach does have limitations as well (eg user can't see your table in Query Generator).
    Kind Regards,
    Owen

  • PS HELP how to change my asp to JSP

    <html>
    <body>
    <%
    set conn=Server.CreateObject("ADODB.Connection")
    conn.Provider="Microsoft.Jet.OLEDB.4.0"
    conn.Open(Server.Mappath("profile.mdb"))
    sql="INSERT INTO mms (pnumber,url,expiry,message)"
    sql=sql & " VALUES "
    sql=sql & "('" & Request.Form("pnum3") & "',"
    sql=sql & "'" & Request.Form("url3") & "',"
    sql=sql & "'" & Request.Form("hourtotal3") & "',"
    sql=sql & "'" & Request.Form("choose3") & "')"
    on error resume next
    conn.Execute sql,recaffected
    if err<>0 then
    %>
    <%Response.write("Message can not be send please try again!")%>
    <%else%>
    <%Response.write("Message had been send!")%>     
    <%
    end if
    conn.close
    %>
    </table>
    </table>
    </body>
    <!----how should i change to simple JSP---->

    dont double post its considered rude
    http://forum.java.sun.com/thread.jsp?forum=45&thread=549745&tstart=0&trange=15
    PS you really want us to just convert your asp ?
    Start learning JSP, JDBC and when you have a specific question come back here

  • How to change code in SAP Query

    Hi Experts !!
    In SAP QUERY I am getting the  PO  with  all delivey dates & deliveried Qty  but I have to select only  single PO with latest delivery date  & qty. If there r more than one record for latest delivery date than deliveried QTY must be sum of  all QTY (for the  latest delivery date). for example :
    this is coming
    Po                delivery date                 qty
    10001         30.06.2009                   4
    10001         30.06.2009                   5
    10001         01.05.2009                   4
    we want
    Po                delivery date                 qty
    10001          30.06.2009                   9
    Thanks in advance.
    Thanks & Regards
    Navneet Singhal

    >
    navneet singhal wrote:
    > There is an internal table  %G00 in  query generated program (AQCSZPCWMM======Z_PCW_ORDER_V2) when I use this table in Code section (END-OF-SELECTION ) system thro msg %G00 is not defined . if I define this table in DATA  section than  run the query , It gives the  DUMP  with error %G00 is already decleared.
    >
    > How can I use %G00 internal table  in my code section.
    I have the same problem as the OP. I need to get rid of the duplicates and have all sumarized in just one row. I was thinking about this same solution, but when I add code to the END-OF-SELECTION event, this doesn't appears anywhere (but if I add code to any calculated field, yes).
    And the problem of the quoted message. I tried using field-symbols but I have errors saying that it's nos a valid table, etc...
    Any ideas???
    Thanks!!!

  • How to change the contextPath of JSP?

    Hi all,
    I feel this is a common problem all new JSP developers will experience. But I couldn't find a feasible direct solution over the net. Before explaining the problem let me display my directory structure:
    the war file has the following structure:
    testurl.war\
            |
            +html\
            |     |
            |     testhtml.html
            |
            +jsp\
            |   |
            |   welcome.jsp
            |
            +images\
                   |
                   test.jpgapart from this I have a servlet which is mapped in web.xml as \Welcome.
         my problem is that I have a link in welcome.jsp to testhtml.html which is given as shown:
    <a href="../html/testhtml.html" >Welcome </a>1. It works fine when I directly access the url      "//http:localhost/testurl/jsp/welcome.jsp"2. The servlet mapped to /Welcome just forwards the request to welcome.jsp
    using:
         request.getRequestDispatcher("jsp/welcome.jsp").forward(request,response);when I access the servlet as "//http:localhost/testurl/Welcome", the jsp appears
    but the link does not work.
    in first case the link is shown as "//http:localhost/testurl/html/testhtml.html" (works fine)
    in second case the link is shown as "//http:localhost/html/testhtml.html" (problem)
    anyone please help me to find a workaround to this problem..
    thanks and regards,
    Gireesh.

    1. Will the
    'getContextPath()'
    method always return the application name (the >war file name)?Well it returns the path where application(war) is being deployed on a WEB / APPSERVER
    wid reference to TOMCAT it considers %CATLINA_HOME%\webapp as the root and it returns the offset PATH for that root.
    just to get more insightful information try with request.getRealPath(""); which would return the whole path w.r.t server machine say something like
    "C:\program file\tomcat\webapps\mywebapp" which cannot be applied to the above senario....
    or, will this be enough?
    request.getContextPath()+"/html/testhtml.html
    so that there is no problem of session invalidation..Well i don't think so as that would add up to the present path which would be look like
    "WEBAPP/jsp/"+request.getContextPath()+"/html/testhtml.html" well i haven't tried it myself its just a prediction which can happen.However you are always welcome to try it as that can even be my misconseption.... too :)

  • How to change code completion package proc name be inserted in origin case?

    Hi,
    it seems like the code completion for package function/procedure name is inserted in UPPER case. Is it possible to configure it to insert the name according to the exact case like what I typed in the package?
    Please advise.
    Thank you.

    Not at the moment.
    They are supposedly working on improved code insight and this option may be included.
    If you want it, you can add it to sqldeveloper exchange (or vote for an existing request)

  • How to change Portlet Theme from JSP or Java on fly?

    Is it possible?
    For exmaple by using PortletBackingContext or thomething..
    Thanks

    Please ask this question in the WebLogic Portal forum:
    WebLogic Portal

  • How am i supposed to prevent sm from pasting code in my JSP page?

    Hello,
    as i was testing my JSP page i noticed that when sm places code in an input box , it seems that the page is affected by that.
    Well i have a very simple form like:
    <form  style="text-align:left" method="POST" name="edit" action="Edit" >
    <input type="text" name="year" size="5" maxlength ="50" value="<%= convertdate.ReturnYear((resultset.getString(19)) %>">
    <input type="submit" name="Submit" value="Store Data" >
    </form>i noticed that when i was placing code in the button year of the form like:
    out.println("<HTML><HEAD><TITLE> " + "Error in PAGE BLAH BLAH BLAH" + " </TITLE></HEAD><BODY>");my website was affected by that and some pages looked different and couldn't display data from the database, although the data existed in the db.
    What am i supposed to do? How am i supposed to prevent a user from inserting code in inputs of a form?
    Also, sometimes when i was pasting code, some SQL exceptions appeared saying : Data too long for field etc.
    The weird was that the data was in the limit. I'm very worried about this problem because the sql exceptions show the names of my tables and i think
    that this is dangerous for malicious attacks in the website.
    Thanks, in advance!
    Edited by: g_p_java on Sep 5, 2009 5:09 PM
    Edited by: g_p_java on Sep 5, 2009 5:14 PM
    Edited by: g_p_java on Sep 5, 2009 5:15 PM

    smogura.eu wrote:
    All notices are important & how to say... you can place Java code in JSP, but in commercial job you will need to find new job.
    Well i'm not actually working somewhere, i'm student and i have to make this project.
    It's the first time I use JSP, servlets etc, so that's why i find a difficulty in using them.
    Why your pages are messed? If you put HTML code in db, rendered page is like
    ..="50" value="<HTML><HEAD...{code}
    this will prevent browser to render page properly. Well i was actually pasting some data in order to check if the data is too long for the field and afterwards the page changed and many fields disappeared...
    There are two ways to prevent inserting code, in your JSP, and you need use it, as no separating view logic, data acquisition from page will not prevent this error
    1. You need disallow user entering ", <, ' etc...., best way by validating input on server side, by this will prevent user from entering all texts, or
    2. You need replace all HTML special char with their HTML codes when rendering, the simplest way
    convertdate.ReturnYear((resultset.getString(19)).replace("\"", "&#34'").replace(...).replace(...)
    {code}
    You must use this in back logic.May you please elaborate on that, you mention that i shall replace the year with "&#34'",
    What is that "&#34'"?
    and why do you use 3 "replaces"?
    About prepared statements.
    Preparation will not only prevent you from SQL injections, but can speed up application, if your driver uses statement caching.
    Why after creating prepared statement, you then create normal statement, in your example code?I hadn't noticed that, thanks.I 'll change them. But Statement is less secure than PrepareStatement?
    Thanks, in advance!

  • How to change the profile value in the pl/sql code without making change in the database

    How to change the profile value in the pl/sql code without making change in the database.

    I have program ,where if the profiles 'printer and nunber of copies ' are set at the user level, by default when the report completes the O/p will be sent to the printer mentioned in the set-up. but what user wants is
    if these Profiles are set for the user running this program automatic printing should not be done.

  • How to Change the Alias name for Internet user in SU01 tr code through cod?

    Hi Guys,
                 My req is we have to change the Alias name(SU01 tr code) for the existing users thru code.So can anybody tell me how to change the Alias name like which we do it in SU01 tr code thru code or FM.?
                Is there any FM for tha changing Alias Name?
    Thanks,
    Gopi.

    Hello Gopi Anne ,
                                 You can use the following FM / BAPI :
    BAPI_USER_CHANGE
    MY_BAPI_USER_CHANGE
    For BAPI_USER_CHANGE :
    You need to make use of the IMPORT parameter :
    ALIAS     TYPE     BAPIALIAS                               User Name Alias
    ALIASX     LIKE     BAPIALIASX                               User alias change flag
    Thanks,
    Greetson

  • How to change posting period for a company code

    Hi Gurus,
    In MIGO while doing goods receipt i get this error " Posting only possible in periods 2006/05 and 2006/04 in company code 3000"
    How to change the posting period.
    I have serched in SDN, i tried transaction MMPV, and OB52 but i am not able to change as i dont know the basics of the screen as i am ABAPER.
    Can u tell me how to change. or give sme link with some snapshots.
    Thanks

    hi
    I think you need to check your fiscal year varian before you do the MMPV. Fiscal year is set up by the FI consultant and it is deciding in which fiscal year period your current month belongs to.(Transaction -OB29)
    Ex:
    if you use K4 fiscal year variant then this october month is treated as 2010-07 period. Because the fiscal year starts from April and 2010 fiscal year starts from 2009 april.
    Calendar Year                 Fiscal year
    2009 april                =       2010 - 01
    2009 may                =       2010 - 02
    2009 Oct                 =       2010 - 07
    So first get the fiscal year and period accurately (I suggest get it from your FI guy) and put it in the MMPV
    If you accidentally close a wrong period dont forget to follow these notes too.
    545952,369637 AND 487381
    thanks & BR
    sandun

Maybe you are looking for

  • How can I see the information about a file used in a sequence?

    How can I see the information about a file used in a sequence?

  • Can't figure out how to make a graphic expand in an animated gif (CS4)

    I'm trying to make an animated gif where two of my graphics expand to the outer edges of the picture. However all that I can manage to accomplish is to have the opacity fade in or out. Is it possible to make a graphic expand in CS4? Thanks for any he

  • Using Partner Role in PO

    Hello I have this situation: I defined permissible partner roles per account group and partner schema and assign it to an account group (I did all the customizing). I am creating a PO and the system doesn’t show me all the partner roles that I assign

  • Create a desktop shortcut to firefox bookmarks

    I'd like to cut out a step or two of accessing my bookmarks by being able to open the bookmark library dialog right from my desktop. Is there a way to create a shortcut or widget to do this? I am not interested in a shortcut to a particular website.

  • Aperture 3 Trial .dmg won't mount??

    Hi, Has anyone had trouble mounting the 3.0 trial disk image? I've downloaded it twice, and each time I can't get it to mount. I can mount other disk images just fine. Jen