Changing Logon Screen WebAS ABAP: image for header

Hallo,
we would like to change the default logon screen of a WebAS ABAP 7.0 service (CLPBID - APO Collaborative Transportation Planning). The problem is the image for the header (SICF, service, tab error pages, tab logon erros, configuration, adjust links an images).
When we enter - for testing purposes - the URL "/SAP/PUBLIC/BC/Webicons/w_approv.gif", the GIF is displayed correctly. When we choose the URL "/SAP/PUBLIC/BC/Icons/s_aanode.GIF", the GIF is missing. We also created a new folder (SE80, MIME repository), e.g. "/SAP/PUBLIC/TEST" with a file test.gif. But this file is also not displayed on the logon page.
What is the difference between those folders. Are there any prerequsites for using other folders in the URL field? Security concerns? For clarity’s sake, we would like to create new folders with our own ressources...
Thank you very much
Sven Westenberg

We have not found a satisfactory solution up to know. We chose the WebIcons folder....
CU
Sven

Similar Messages

  • How can we change the  color of the image for product display for different

    Hi All,
    How can we change the  color of the image for product display for different colors, to be displayed on site.
    jeff

    Hi priya,
    The requirement that you have stated is not a standard feature in ISA CRM. In order to do the same, you will need to modify the standard ISA code in Java. A common path for the solution would be as follows:
    1. Colours
        a. Maintain a text type for Color under the object - PCAT_ITM in Customizing.
        b. Modify the standard search of ISA to search within your new text type as well. (In standard it only searches in Description.
       c. Maintain all shirts colour data in the new type created in step a.
       d. Your requirement will be done!
    2. Price
      a. Use list prices for your shop and assign the appropriate condition type, acces in your catalog.
      b. Modify the standard search of ISA to search on the list prices as well.
      c. This too will be done!
    3. Accessories - This is very tricky, and will require some exploration. However, here's my opinion,
    a. Search for the standard function module, which will return the accessories when provided the product as an input.
    b. Modify this function module according to your requirement and ensure that it can be accessed remotely.
    c. Modify the JSP as in steps 1b and 2b above to call this new remote-enabled function module.
    d. Now you're done!!
    The ISA modification part is not so simple, you need a really good guy like "Sateesh Chandra" who'll be able to handle your requirements. This is all I could manage, hope it is some help to you!
    Thanks & Regards,
    Nelson.

  • Logon Screen Modificatio : Using JCo for Executing a Func Module in SAP R/3

    Hi all
       I am new to Portal(EP: 6.0: SP12) and JCo.
       We are customizing the Logon Screen of the Portal to include a CLIENT field.
        And  we are planning to Call a Z Function Module present in the R/3 of the specified client(in the Logon Screen) using JCO.
        But i am really new to the Environment..
        Could anyone please help in carrying out this work???
        And also i would like to know how a Fuc Module can be called with the help of JCO. Providing a sample Code would really help me a lot!!!!!!  
    Thanks
    Kam
    Message was edited by: Kam

    Hi Kam
    You need to create a connection to that R/3 system for that.
    Try the following code:
    creating connection:
    =====================
    IConnectorGatewayService cgService = (IConnectorGatewayService)
         PortalRuntime.getRuntimeResources().
         getService(IConnectorGatewayService.KEY);
    IConnection con = cgService.getConnection("systemalias",request);
    ConnectionProperties cp = new ConnectionProperties(request.getLocale(),request.getUser());
    IInteraction ix = con.createInteractionEx();
    IInteractionSpec ixspec = ix.getInteractionSpec();
    ixspec.setPropertyValue("inputParameter","BAPI_SALESORDER");
    RecordFactory rf = ix.getRecordFactory();
    MappedRecord input = rf.createMappedRecord("inputParameter");
    input.put("EMPLOYEE_NUMBER",empNo);
    input.put("EMPLOYEE_NAME",empName);
    BAPI_SALESORDER==>calling fuction
    EMPLOYEE_NUMBER,EMPLOYEE_NAME===>parameter name
    empNo,empName===>parameter value
    <u>To retrive the value:</u>
    ============================
    MappedRecord output = (MappedRecord)ix.execute(ixspec,input);
    object rs = null;
    object result = output.get("SALES_ORDERS");
    if(result instanceof IRecordSet) {
         rs = (IRecordSet)result;
    con.close();
    Required jar files:
    ====================
    com.sap.portal.ivs.connectorserviceapi.jar,                                  genericconnector.jar,
                       connector.jar,
                       activation.jar
    regards,
    Yoga

  • Change in Screen Layout of PO for a particular Item category

    Hi,
    We are facing a typical issue after Upgrade of our system from 4.6C to ECC 6.0.
    Whenever we try to create a PO (in the newly upgraded system) with the Item category S (Third Party PO), the material number field goes blank and it becomes Non-Editable (even before saving the PO)...
    However, on saving, EKPO table has the entries for the material number specified before entering the Item Category S. If we try to display the PO, it shows blank in the MATNR field.
    This works fine with other item categories......we see this problem only with the item category S.
    All the configurations (Screen Layout for Document Type, External Representation of Item category) are fine....but still we are facing this problem....
    Any suggestions on this?
    Thanks and Regards,
    Gaurishankar

    Hi Ninad,
    I think I have mentioned it very clearly that it works for other item categories assigned to the same document type. It is a very basic setting that one has to check for issues related to PO screen layouts and I have done all those checks.
    As stated earlier, this issue has come up after Upgrade, so just want to know if there is any known SAP Note or solution to this problem (if someone has faced it earlier).
    However, thanks for your reply...
    Regards,
    Gaurishankar

  • How to change the auto generated thumbnail images for a clip?

    When iMovie created all the thumbnails for my clips it got most of them right, but on some of them it has choosen a frame that doens't really represent that clip.
    Is there any way to change the poster frame for each clip?

    Hi,
         Afte uploaded record it create internal number (Personal ID), and it get stored in table MESSTAB. And that internal number is stored in field MESSTAB-MSGV1. Use this MESSTAB-MSGV1 field for the further use.
    Hope, it will help you.
    Thanks & Regads,
    Poonam.

  • Portal logon screen background change image in ep 6.0 sp9+ version

    Hi,
    i am able to change logon screen image and text etc...
    but,
    The requirement is like have to change logon screen background, i mean not for logon screen, surroundings of logon screen. where should we change the code in par or how to keep image background for that , or at least how to put color for that
    i refered these blogs also but i didnt get that solution.
    Modifying The Logon Par(or customising the Logon Screen)
    Modifying The Logon Par(or customising the Logon Screen)---Part2
    Portal Customizations Intro - Login Part 1
    A fast and easy Portal logon page customizing
    Is your Portal Logon Page more colorful?
    please help me out this is urgent for me.
    Thanks and regards
    kumar.

    i got color affect modification with ....like this..
    in umLogonTopArea.txt
    <%if( inPortal ) { %>
    <span id="UMELogon">
    <script language="JavaScript">
    <!<img src="/irj/portalapps/<com.sap.portal.runtime.logon>/layout/tata_bg.jpg">>
      <document.body.style.backgroundColor='#99CCFF';
    but i could not able to keep image as background.
    where should i put that line , top of the code or  else like icluding in the follwing of lines...
    <img src="/irj/portalapps/<com.sap.portal.runtime.logon>/layout/tata_bg.jpg">
          <!document.body.style.backgroundColor='#99CCFF';>
    if( window.EPCM != null )
            EPCM.subscribeEvent( "urn:com.sapportals.portal:browser", "load", setFocusToFirstField );
    </script>
    <% } else { %>
    <body  class="urBdyStd" bgcolor="#BEBEBE" onLoad="setFocusToFirstField()">
    <% } %>
    how should i get background image ?
    Thanks and Regards
    Kumar

  • Changing the background color and image of CRM logon page

    Hi ;
    I want to change the background image and color, namely full style , I knew that the service "CRM_UI_START" of SICF under the section "error page" but there you can change a small image for header and footer area.
    At the same time , I looked at component "CRM_UI_FRAME" , I didnt find the right place to change the style of logon page.
    How can i insert an background image or change background color?
    Thanks

    Hi Maggie ;
    We use CRM 7.0 , I want to change the style of web logon page.
    Thanks
    Hi Tuncer,
    May I know your CRM release?
    Best regards,
    Maggie

  • Script to change logon wallpaper on windows XP and 7 ...

    Hi there,
    We have both windows XP and windows 7 in our organization and just wondering how to change the logon wallpaper via script.
    We're in a subdomain of a larger network and they haven't made a move to Server 2008 ... so group policy is not possible.
    what we need is a script to auto-detect whether it's a windows XP or 7, then apply the necessary registry settings.
    I found the way to run a script / modify registry settings to change the logon wallpaper by modifying the registry settings manually and then export it to a network location (edit it as necessary), and then run the script --> regedit.exe /s filename.reg
    - Windows XP
        http://www.tweaklibrary.com/System/Startup-and-Shutdown/60/Set-the-log-on-tile-screen-wallpaper/10626/
    - Windows 7
        http://www.techspot.com/guides/224-change-logon-screen-windows7/
    We can't apply both settings at the same time since since the regKey is different between xp and 7.
    help?

    Hey
    Here is an updated version, checks if the image file exists rather than assuming it does and removes a the MsgBox i was using for testing. Let me know if you have any trouble with it.
    Cheers Matt :)
    'Script Name : SetLogonWallPaper.vbs
    'Author : Matthew Beattie
    'Created : 09/06/10
    'Description : This script sets the Logon WallPaper based on the operating system type.
    'Initialization Section. Define and Create Global Variables.
    Option Explicit
    Dim objFSO, wshShell, systemPath, fileSpec
    On Error Resume Next
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set wshShell = CreateObject("WScript.Shell")
    systemPath = wshShell.ExpandEnvironmentStrings("%WinDir%")
    ProcessScript
    If Err.Number <> 0 Then
    WScript.Quit
    End If
    On Error Goto 0
    'Name : ProcessScript -> Primary Function that controls all other script processing.
    'Parameters : None ->
    'Return : None ->
    Function ProcessScript
    Dim regKey, version, systemType
    regKey = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProductName"
    version = ReadRegistry(regKey)
    'Set variable's based on the operating system version that has been read from the registry.
    Select Case version
    Case "Windows 7 Ultimate"
    systemType = 0
    fileSpec = systemPath & "\oobe\Info\Backgrounds\backgroundDefault.jpg"
    Case "Microsoft Windows XP"
    systemType = 1
    fileSpec = systemPath & "\Web\Wallpaper\Bliss.bmp"
    Case Else
    Exit Function
    End Select
    'Ensure the image file exists before attempting to configure the Logon Wallpaper.
    If Not objFSO.FileExists(fileSpec) Then
    Exit Function
    End If
    'Set the Logon Wallpaper based on the operating system type.
    If Not SetLogonWallPaper(systemType) Then
    Exit Function
    End If
    End Function
    'Name : ReadRegistry -> Read the value of a registry key or value.
    'Parameters : key -> Name of the key (ending in "\") or value to read.
    'Return : ReadRegistry -> Value of key or value read from the local registry (blank is not found).
    Function ReadRegistry(ByVal key)
    Dim result
    If StrComp(Left(key, 4), "HKU\", vbTextCompare) = 0 Then
    Key = "HKEY_USERS" & Mid(key, 4)
    End If
    On Error Resume Next
    ReadRegistry = WshShell.RegRead(key)
    If Err.Number <> 0 Then
    ReadRegistry = ""
    End If
    On Error Goto 0
    End Function
    'Name : SetLogonWallPaper -> Sets the Logon Wallpaper registry settings based on the operating system type.
    'Parameters : systemType -> Integer identifying the operating system type.
    'Return : SetLogonWallPaper -> Returns True if the LogonWallPaper registry settings were updated otherwise False.
    Function SetLogonWallPaper(systemType)
    Dim elements, element, regKey, regValue, regType
    SetLogonWallPaper = False
    'Set the registry settings to configure based on the systemType integer.
    Select Case systemType
    Case 0
    elements = Array("HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background\OEMBackground,1,REG_DWORD")
    Case 1
    elements = Array("HKEY_USERS\.Default\Control Panel\Desktop\TileWallpaper,0,REG_SZ", _
    "HKEY_USERS\.Default\Control Panel\Desktop\WallpaperStyle,2,REG_SZ", _
    "HKEY_USERS\.Default\Control Panel\Desktop\Wallpaper," & fileSpec & ",REG_SZ")
    Case Else
    Exit Function
    End Select
    'Split the array elements and configure the registry settings.
    For Each element In elements
    On Error Resume Next
    regKey = Split(element, ",")(0)
    regValue = Split(element, ",")(1)
    regType = Split(element, ",")(2)
    wshShell.RegWrite regKey, regValue, regType
    If Err.Number <> 0 Then
    Exit Function
    End If
    On Error Goto 0
    Next
    SetLogonWallPaper = True
    End Function

  • How to add a image to header of exporting pdf in devexpress gridview

    hi guys ;
    how to add a image to header of exporting pdf in devexpress gridview content

    Hi Aly14,
    I am not sure what the type of your project was, is it a C# project or an asp.net project?
    If would be helpful if you could share us more information about your issue.
    In addition, I made a research about your issue and I think the links below might be useful to you:
    # ASPxGridView insert an image for Header and Footer sections for pdf export
    https://www.devexpress.com/Support/Center/Question/Details/Q37155
    # Adding an "Export Header" to PDF export in MvcGridView
    https://www.devexpress.com/Support/Center/Question/Details/T141918
    Best Regards,
    Edward
    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
    Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
    completely understand the risk before retrieving any software from the Internet.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Prompting logon screen in remote system..

    Hi All,
    I have developed a RFC function module in B system and when i call this RFC function module from A system (for displaying a ALV report with the data fetched from B system), to my surprise it is prompting the logon screen of B system for entering the details, when we enter the logon details and press enter, then automatically it is taking us back to A system and displaying the report.
    Now the problem is can we get the data from B system and display the report in A with out prompting the logon screen of B system.
    Thank you in advance.
    Regards,
    Venu Gudala.

    Hi,
    Go to SM59 transaction and enter the RFC destination of system B
    and then go to the second tab i.e. logon/security and then enter the client, user and password details and then save it.
    then check if its working fine....
    Regards,
    Siddarth

  • How can i change the image in portal logon screen

    hi guys
    pls tel me
    how can i change the image in portal logon screen
    thanks
    regards
    kamal

    Hi
    Download the par file com.sap.portal.runtime.logon.par.bak from
    Go to System Administration -- Support -- Portal Runtime -- Browse Deployment.
    The path should ROOT/WEB-INF/deployment/pcd. Now download that file into local system.
    Create a Par project and make necessary chenages ..i.e
    Open the downloaded par file with WinZip and inside the lib folder three jar files named com.sap.
    portal.runtime.logon_api.jar, com.sap.portal.runtime.logon_core.jar and umelogonbase.jar will be there. Copy those files in the folder u2018libu2019 in par project.
    Now change a branding Image...i.e
    Replace the branding-image. jpg with your company branding image in the same name.
    Once modifications are done,then create a par project and upload the par file into portal.
    Go to the path System Administration -- Support -- Support Desk -- Portal Runtime -- Administration console.
    then browse the file and click on upload.
    Connect to server where the Portal WebAS is running and go to:
    (drive):\usr\sap\<system id>\<system instance>\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout.
    There you will find the images used on logon screen, you can replace them for your
    company images, please take care with the width of the images, as usual, to make this
    change effective, you must restart the whole WebAS.
    Regards,
    Raju

  • Please make changes for contact image for for full screen... I bought Iphone Only for full screen contact image so please make changes for full screen contact image...

    Please make changes for contact image for for full screen... I bought Iphone Only for full screen contact image so please make changes for full screen contact image...

    I bought Iphone Only for full screen contact image
    Is that so? So you don't use ANY of the other features of the iPhone? You don't use the internet, apps, play games, make calls, take pictures, or ANYTHING else at all? You just wanted full-screen contact image?
    I don't believe you...
    Please make changes for contact image for for full screen
    Tell Apple: http://www.apple.com/feedback/

  • Portal logon screen customization: size of branding image

    Hi Experts,
    1. the portal log on image should be changed to custom image. i replaced the branding image in D:\usr\sap\DP1\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    and cleared the cache and refreshed the screen. the new image is seen. But i placed an image over 25kb (standard branding-image.jpg) size, it is not shown. is this the standard behaviour?
    2. i would like to change the "Welcome" text, what is the best method to change.
    I changed the test in D:\usr\sap\EPD\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\WEB-INF\classes
    in <b>logonLabels_en.properties </b>file.
    3. what is the way to change "SAP Netweaver Portal Internet Explorer" on the logon screen which appears on the interenet explorer top left corner!
    i am on NW2004s SP11. EP7.0 SP11
    thanks for reading. points will be awarded for the responses.
    Regards,

    Hi,
    When you want to chane the text appering on top of Internet explorer, do following things,
    Go to System administrator-->system config -->  In detail navigation panel, find Service configuration --> open it --> Open Portal runtime --> right click on central configuration > configure>find property named <b>portal.html.head.title</b> here enter any text you want and restart the J2EE engine.
    2)You want to change "Welcome" text to say "welcome to my company", in this case you have done changes in <b>logonlables_en</b> properties, Now you have to again create the <b>umelogonbase.zip</b> file and then change the extension to <b>.jar</b> now replace this file in your<b> PAR file project in NWDS</b>, then deploy the project,
    Once this is done, In your NWDS project find <b>portalapp.xml</b> file and click on default component and <b>run</b>, see if changes are appearing..if this is successfull, then its time to change the <b>authschemes.xml</b> file.
    IF you have done with all this then please update the thread, we will proceed with authschemes file.
    Regards,
    Ameya

  • Changing portal screen works but no image displayed on other applications

    Hello Experts,
    We have changed the portal logon screen as mentioned in help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    1. Make another copy of com.sap.portal.runtime.logon.par.bak and modified the new PAR file.
    2. Copied back the modified file to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    3. Modified authschemes.xml file with new PAR file name and edited authschemes.xml file through Config Tool and "login.authschemes.definition.file" is pointing to new authscehemes.xml file.
    4. Also changed the parameter in Config Tool "ume.logon.branding_image" to point to new image file name.
    Everything worked fine and we are able to see the changes in Portal logon screen.
    But there is no image displayed on other applications like User Management, WebDynpro. Does these application uses any other PAR file.
    Please suggest what needs to be done so that same images are being displayed on all Java pplication - portal, user management, web dynpro,etc.
    Thanks
    Davinder

    Only portal logon screen as contrlled by the PAR file. This is a portal specific tool and does not apply to other Java apps. Changing those other apps is not officially supported, but some people will replace the branding images etc. Just search under \usr\sap\<SID> for the brandingimage files and replace them as necessary.

  • Portal Run time error after changing the logon screen

    Hi all,
    I am running an EP7 SP08 and I try to change the logon screen as described on:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    I copied the 'com.sap.portal.runtime.logon.par.bak' file, renamed it to 'my.new.logon.par'. after that I extracted the file with winzip. I opened the directory 'PORTAL-INF\lib\' and there I extracted the file 'umelogonbase.jar' with winrar. I opened the  file 'logonLabels_en.properties' and changed the entry 'xtit_WELCOME=Welcome' to 'xtit_WELCOME=blablabla'.
    I repacked the umelogonbase.jar with winrar again and after that I repacked the 'my.new.logon.par' with winzip again.
    Then I placed the par file back at '<J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd' and changed the authscheme.xml with the new par file and changed the 'login.authschemes.definition.file'  all described on the help.sap.com url mentioned above.
    However, when I restart the portal and open the logon screen I see the error message:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    See the details for the exception ID in the log file
    The default trace shows the following message:
    An error occured during authscheme computation.
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : my.new.logon.certlogon
    Is there anyone who knows what goes wrong? The description on help.sap.com is very straightforward but still it doesn't work for me...
    Any help would be appreciated.
    Kind Regards,
    Nico van der Linden...

    Hi,
      Check if you did the following steps pertaining to the authschemes.xml file:
    --> Download the authschemes.xml to local drive. Rename the file to,say, authschemes_new.xml
    --> In authschemes_new.xml, did you change <b>all</b> entries of com.sap.portal.runtime.logon with the name of modified logon par file?
    -->Upload the authschemes_new.xml file using configtool; and, change the property login.authschemes.definition.file to authschemes_new.xml in configtool.
    -->Finally,restart your portal. Hope it helps.
    Regards,
    M.Subathra

Maybe you are looking for

  • Satellite A200 - Need driver for CD/DVD drive

    Hey folks. Recently installed WXP Pro on my A200 PSAEC laptop, so I'm now dual booting XP and Vista on my laptop. Problem is, I've got all the drivers working on XP and everything's running perfect, but when I tried to burn a DVD, Nero says the recor

  • Extreme - Express - Ethernet - Best Practice Setup

    Hi, I have an Airport Extreme 'Creating' a WPA protected network in N (b/g) compatible mode. I have an Airport ExpressN (7.3.1) in another room, with a Ubuntu PC plugged in to it via the ethernet cable. My question is how best to set it up to allow t

  • About populating a non-database item in a multi-records block

    Hi, all I have a problem about populating a non-database item in a multi-records block. This block is set to database block with a controlled item which needs to be populated after query. so I create a post-query trigger, but my problem is when the r

  • HT1451 My playlists are gone on my PC (Windows).  No iTunes Library.xml file,

    My playlists, and song history are gone.  I do not have a Library.xml file.  My playlist is still on nother PC via the cloud. How can i recover my playlists and song history; I have "ranked" over 7,000 songs!

  • Flash object causing browser to close

    I have a flash object that is loading in a iframe on one of my web pages. I have asked two friends to preview the site using IE6 for me and both said that this page caused their browser to close. I have no trouble looking at this page in IE7 and Fire