Login screen - sap b1

Dear All,
We want to display the customer Name & logo in login screen of sap b1. Is it possible ? Request your suggestions please.
Regards,
V.Rajesh

Hi,
Plz refer to this link.
Changing the SBO login picture
Warm Regards.

Similar Messages

  • How to put Company Logo in a SAP R/3 Login Screen

    Hi,
    1)How can we put our own text in the login screen?
    2) how do we put the company logo in the post login R/3 screen?
    Regards,
    Shobhit

    Hi,
    U can insert logo in both the cases.
    Check this
    http://www.sap-img.com/abap/alv-logo.htm
    * Build report title
      PERFORM build_report_title USING gd_report_title gd_logo.
      DATA:  gd_logo             TYPE sdydo_value,
    *&      Form  BUILD_REPORT_TITLE
    *       Build table for ALVtree header
    *  <->  p1        Header details
    *  <->  p2        Logo value
    FORM build_report_title CHANGING
          pt_report_title  TYPE slis_t_listheader
          pa_logo             TYPE sdydo_value.
      DATA: ls_line TYPE slis_listheader,
            ld_date(10) TYPE c.
    * List Heading Line(TYPE H)
      CLEAR ls_line.
      ls_line-typ  = 'H'.
    * ls_line-key     "Not Used For This Type(H)
      ls_line-info = 'User Message Service'.
      APPEND ls_line TO pt_report_title.
    * Users name (Status Line- TYPE S)
      ls_line-typ  = 'S'.
      ls_line-key  = 'Name '.
      ls_line-info = gd_myname.
      APPEND ls_line TO pt_report_title.
    * Status Line(TYPE S)
      ld_date(2) = sy-datum+6(2).
      ld_date+2(1) = '/'.
      ld_date+3(2) = sy-datum+4(2).
      ld_date+5(1) = '/'.
      ld_date+6(4) = sy-datum(4).
      ls_line-typ  = 'S'.
      ls_line-key  = 'Date'.
      ls_line-info = ld_date.
      APPEND ls_line TO pt_report_title.
    ** Action Line(TYPE A)
    *  CLEAR ls_line.
    *  ls_line-typ  = 'A'.
    *  CONCATENATE 'Report: ' sy-repid INTO ls_line-info  SEPARATED BY space
    *  APPEND ls_line TO pt_report_title.
    ENDFORM.                    "build_report_title
      CALL METHOD gd_userlist->set_table_for_first_display
         EXPORTING
                   is_hierarchy_header  = gd_hierarchy_header
                   it_list_commentary   = gd_report_title
    <b>              i_logo               = gd_logo</b>
    *               i_background_id      = 'ALV_BACKGROUND'
                   i_save               = 'A'
                   is_variant            = gd_variant
         CHANGING
                   it_outtab            =  it_emptytab      "Must be empty
                   it_fieldcatalog      =  gd_fieldcat.

  • Automatic sign on to SAP login screen in javascript

    Hi,
    I am basically a abapper, but with a little exposure to javascript, my requirement is that i am supposed to send an e-mail(not SAP email) to a users internet e-mail inbox.
    In the body of the mail the user clicks on a hyper-link and the user is to be automatically navigated to the SAP initial login screen. can this be done using JAVASCRIPT or any other techniques,if so please tell me, any sample code will be appreciated.
    Regards
    Narendiran Rathinavelu

    Hi,
    Have a look at
    Calling SAPGUI transaction out of BSP application
    It's not exactly the sam, but it shows how to start a SAP GUi from an HTML page.
    Eddy

  • SAP Login screen - keyboard shortcut not working

    Part way through an SSO rollout (Imprivata Onesign) and have come across one terminal server that is not behaving as normal ie keyboard shortcut control+i does not position the cursor in the Client field on the SAP login screen. Instead it is treating the key combination as a standard Tab.
    Has anyone come across this before or can anyone suggest how to diagnose.
    I have checked the registry and there doesn't appear to be any custom keyboard shortcuts defined.
    OS =  Win 2003 Enterprise SP2
    SAPGUI = SAP Gui 7.10 Patch 14
    Many thanks in advance
    Paul

    See my response here for future reference.  Much easier solution:
    Re: iOS 6 + keyboard shortcuts

  • How can i redirect a page to Login screen when sessionis timeout???

    I have a problem in my portal development.
    I set the "<b>Session timeout= 01</b>" parameter in the<b> Visual Administrator</b>
    server_0 > services > Web Container
            Runtime > sap.com/irj  > irj    (view button)
    However, when the session is timeout then the page become to be "red"!!! That is, there is an Exception. I'd like to redirect the page to the "Login screen", but I don't know how. <b>Does anybody know how can I do it</b>?
    Thanks in advance.

    Hi,
        the http session invalidation must be checked at application level  do it DYNPAGE only .you can call the following method.
    public void expireSession(IPortalComponentRequest request)
              long lastAccessedTime=request.getServletRequest().getSession().getLastAccessedTime();
              Date currentDate = new Date();
              Calendar currentDateCal = new GregorianCalendar();
              currentDateCal.setTime(currentDate);
              long systemTime = currentDateCal.getTimeInMillis();          
              long sessionExpiryTime = systemTime - lastAccessedTime;
              long sessionExpiryTimeProp = 600000; //dont hard code.get from property file
              if(sessionExpiryTime >= sessionExpiryTimeProp)
                   try
                       IPortalComponentResponse response=(IPortalComponentResponse)this.getResponse();                    
                        String sessionExpiryPage ="/irj/servlet/prt/portal/prtroot/com.sap.portal.masthead.LogOutComponent?logout_submit=true";                    
                        response.write ("<script language="javascript">");
                        response.write("parent.window.location.replace('"+sessionExpiryPage+"','','toolbar:No,status: No,location: N0');");
                        response.write("</script>");
                   }catch(Exception e)     

  • Is it possible to have auto login on SAP SBO?

    Hi all,
    I have a situation where the SAP SBO would have to be able to log in by itself after the workstation reboots.
    Is it possible to do that? It doesn't really matter to us under which account it should log in and how.
    Thanks for all hints!
    Andre
    ps: I have posted this same question on SAP SBO section in this forum, but was suggested to post it in here. Hope I have a better luck

    Hi Andre,
    The only thing I can think of is to use the UI to automatically log on to the database - basically, have it do exactly what would happen if the user opened Business One and clicked "OK" instead of "Choose Company" on the Login screen. (i.e. if using default manager password it will log in without asking for a password)
    You can use the UI API to simulate a click on a button and therefore have it automatically click "OK" when it sees the login screen..
    For example "oItem.Click" activates a click on the specified item.
    There are alot of resources between posts here and the SDK help file that might also be useful in implementing this.
    Hope its useful
    Regards,
    Niall
    SAP Business One Forums

  • How to enforce a login screen when running a Web Dynpro app?

    Hello,
    In Web Dynpro for Java there is a way to set authentication property to true and by that enforcing a login screen in case someone is browsing this application outside of an authenticated context (for example, the portal).
    My question is: How do I do this for Web Dynpro for ABAP?

    Roy, are you familiar with that http://help.sap.com/saphelp_nw04s/helpdata/en/ff/c7de3fc6c6ec06e10000000a1550b0/frameset.htm ?

  • Custom login screen.. any hints ?

    Hi all,
    We'd like to have a login screen sligthly different from the standard one (some links should be removed, some others created).
    Should we create our own starting from scratch ? (new web dynpro view...). In this case, could someone gives some hints:
    - is there some bapi that can be executed to authenticate user
    - is there some bapi that can be executed to change user password / langage...
    Would it be better to customize standard login screen ? Our application is standalone (not in portal).
    In this case, can someone tell me how to customize it ? I've read some documentation on changing this login screen in portal (by customizing .par file)... Should we do the same ?
    Thanks in advance

    Hello TWM,
    the support and register links can be controlled with the UM settings ume.logon.logon_help and ume.logon.selfreg. For more complex customization you might want to create your own login screen component as a copy of the standard component: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/customizing the logon user interface of sap enterprise portal 6.0
    Kind regards, Martin

  • Anonymous login via /irj always shows login screen

    Hi,
    we have our EP 7.0 on SP 13. We buildt a Page with Web Page composer. I implemented the hints from SAP Help (Using Anonymous Logon to Access the Portal - http://help.sap.com/saphelp_nw70/helpdata/en/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm).
    We are using named anonymous users. The last problem is now that if we try to log on via anonymous users, the navigation appears, but in the content we only get the login screen.
    In the log files you can see this messages:
    ACCESS.ERROR: Authorization check for caller assignment to J2EE security role [service.jms.default.authorization : administrators] referencing J2EE security role [SAP-J2EE-Engine : administrators]
    and before
    ACCESS.ERROR: Authorization check for caller assignment to J2EE security role [SAP-J2EE-Engine : administrators]
    It is very urgent. So if anybody has an idea...
    Best,
    Stephan

    You already have iViews at this level. You just don't know by now.
    Here are the steps you need to do to make WPC Pages available to anonymous users.
    1. Configuration in PCD - go to Content Administration -> Portal Content-> Portal Content -> Web Page Composer -> Container iViews -> WPC
    Default Containers. All of the iViews in this location should have the
    "anonymous" authentication scheme. The next location which should be
    checked is Content Administration -> Portal Content -> Portal Content ->Web Page Composer -> iView Templates. Again all of the iViews should
    have the "anonymous" authentication scheme. The same applies to all the
    templates which reside in Content Administration -> Portal Content ->
    Portal Content -> Web Page Composer -> Page Layout Templates. Finally
    check if all the pages which reside in Content Administration -> Portal
    Content -> Portal Content -> Web Page Composer -> Page Layouts have the
    "anonymous" authentication scheme.
    2. Configuration in KM - make sure that all the pages, which should be
    displayed to an anonymous user have in their permissions the Anonymous
    Users Group.
    3. Security zones - if you go to System Administration -> Permissions ->Security Zones -> com.sap.nw.wpc -> wpc -> no_safety and you open the
    permissions of this object, the Anonymous Users group must be added in
    the list.
    If all mentioned objects have their setting as described and you still
    experience problems (e.g. you see a browser dialog window for
    authentication), the reason most probably is, that the KM is not
    configured for anonymous access. A full description of the needed steps
    is provided with note 837898.
    That is the way, it worked for me. As you see, the WPC uses iViews to display your developed content. Everything in the portal is always some kind of iView.
    When you follow these inestructions, your problem should be solved.

  • Can`t Login to WAS/NWA (always redirected to login screen)

    Dear Gurus,
                       We tried to implement SSO logon Tickets following [steps|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0042af5-5406-2c10-f689-fcc3b2d13d2f], and now we can`t login to any netweaber tool (NWA, User Admin, etc).
    The user/password validation is OK but always we are redirected to login screen.
    We didn't find any errors on trace files (dev_icm, dev_wX).
    We found this message on ../j2ee/cluster/server0/log/system/security.0.log after trying to login:
    User: J2EE_ADMIN
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          true       true                 
    2. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok                     true                 
    3. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok                     false                
    Central Checks                                                                                true                  #
    <snip>
    And this message on HTTP log at ICM Monitor:
    <snip>
    I hope you can help us!!
    Thanks in advance.
    Federico.
    Edited by: Julius Bussche on Jun 4, 2009 10:57 PM
    Edited by: Julius Bussche on Jun 4, 2009 11:05 PM
    Edited by: Julius Bussche on Jun 5, 2009 2:44 PM

    If you are presented repeatedly with the logon page without a message such  'user authentication failed' or similiar, despite the fact that the entered
    credentials were correct (you can check this by logging onto the ABAP stack with the same credentials), then the problem possibly lies in the ticket creation or evaluation and/or misconfiguration of the ticket login module stack.
    The attached log shows successful authentication by J2EE_ADMIN with an already existing logon ticket, not an authentication attempt with userID and password so this is not the most relevant trace entry for your problem with logging on wiith userID and password. It does show however at the time this trace entry was written that the 'ticket' login module stack was configured correctly and evaluation of tickets was working without problem at that time
    Are you sure these trace entries are from the time of the last logon attempt?
    Instead of looking in the security log, look in the servers defaultTrace file for traces written during the failed logon by userid and password. If you are comfortable with adjusting trace severities, follow note 701205 section "Logging and Tracing" and set the trace locations mentioned there to ALL before reproducing the failed logon for more debug info. Remember to set them back to default levels afterwards
    You can check in the Visual Administrator, that the ticket login module stack includes the following modules in this order, with these flags, and at least these options.
    EvaluateTicketLoginModule  SUFFICIENT   {ume.configuration.active=true, *}
    BasicPasswordLoginModule   REQUISITE
    CreateTicketLoginModule    OPTIONAL     {ume.configuration.active=true}
    list of additional ACL parameters such as trusteddn etc
    Sorry about the format of this reply, not sure how to correct it, in preview the formatting is fine
    Edited by: Patrick Whitty on Jun 5, 2009 12:05 PM

  • SPNego - Login Screen Appears for IE Browser in Some machines.

    Hi,
    We've done the SPNEGO Implementation for Portal SSO.
    All the settings related to KDC in AD server, Portal WAS and IE browser client settings have been done.
    In most of the machines with WINDOWS XP SP2, portal login screen is not getting appeared in IE and so SPNEGO is working fine.
    But in few machines with WINDOWS XP SP2, portal login screen appears although the IE client setting like adding the portal url in Security Local Intranet, enabling integrated windows authothentication, enabling automatic logon in intranet zone  is done.
    We have even followed the SAP Note 934138 and installed Microsoft hotfix KB899587, but still some machines with Windows XP SP2 are facing this issue.
    Thanks,
    Regards,
    Aditya Metukul

    HI Aditya,
    This might be due to proxy settings. Go to your IE -> Tools-> Internet Options -> Connections ->LAN settings -> If you are using Proxy settings then go to Advanced tab -> and add the portal URL under "Do not use Proxy servers for address beninging with".
    Regards
    Deb
    Edited by: Debasish Sarkar on Dec 8, 2008 7:20 PM

  • BOE-XI (R2) - Rename CMS name in Login Screen for CLUSTER

    BOE-XI (R2)
    Cluster with Two (2) physical servers side-by-side hosting all BOE services.
    Both Tomcat and IIS installed on both physical servers.
    We don't want the end-users of InfoView to see/know the underlying server names (eg. BOE_SERVER_1 and BOE_SERVER_2 ) in the URL for the CMC / InfoView - or in the CMS Name on the login screens for those applications.
    I assume that we can use some kind of DNS service in front of the website to mask that, but I don't know how we can "rename" it in the CMS name in Login Screen.
    What we want is to use a name like BOE_PROD for the URL path -  and for the CMS Name on the login screens for CMC / InfoView
    Anyone done this before...? Any documentation you can point me to...?
    Thanks in advance!
    Edited by: Mark Richardson on Oct 31, 2008 5:29 PM

    Here is one of my best findings on the matter.
    DNS ---
    The DNS bit is not documented but here is how I achieve this. The cluster configuration should be documented in the deployment or admin guide.
    For XIr2 to run with DNS, you need to add -port to the CMS, IFRS, OFRS and RAS (if you use crystal) - check the SAP notes to see because there are differeences between the CMS and other services for this. You will use the DNS name in this parameter instead of the hostname.
    From what you explained, you will need at least two DNS's
    In -port, use the dns name for the CMS (the DNS MUST match the IP address of the server where the CMS run if you want it to work)
    In EVERY services, you will need to change the -ns parameter to match the DNS name other registration will fail.
    Client tools will have to use the DNS or clustername.
    From my tests, DONT change -name. If you manage to do so, feel free to tell us more about it.
    --- Cluster name ---
    For that bit, I'll give the quick information, but the reference is the documentation.
    What follows is for tomcat. However, as stated above, the documentation explains pretty well how to achieve this for IIS too and you just need to replace hostname by fqdn in every bit that tells you how to configure this.
    For the name visible on the logon page on InfoView, it is in the web.xml Note: you can set the default name to the cluster name and even hide the CMS name if you want. (tomcat/webapps/businessobjects/enterprise115/desktoplaunch/web-inf/web.xml)
    The default value for the cms should be there, and a specific part is commented for the cluster names. If you want to use the clustername as the default value, you'll need to uncomment the part for it and fill in the required information (ClusterName and CMS DNS names) and then change the default value. This is required because Tomcat doesnt know how to resolve the clustername otherwise.
    Same thing goes for the CMC: (tomcat/webapps/businessobjects/enterprise115/adminlaunch/web-inf/web.xml)
    Restart Tomcat and BO and you have a fully DNS compliant BO server with a cluster name based on the DNS.
    Let us know how it goes.
    Cheers,

  • ITS Custom Login screen password expirey option?

    Hi all,
    We have included the custom login screen in the ITS service. By using login and password parameters in the service parameters.
    But in this the new custom login screen doesn't have the new password option or it cannot detect the password expiry of the sap users login into the ITS service.
    Can anyone please let me know which system variable handles the password expiry for the SAP login.
    Or can anyone let me know the standard program for the ITS SAP standard login screen.
    Thanks Urgent requirement. rewards will awarded for the all the responses
    Thanks & Regards
    Ekta

    if its Integrated ITS, then you can refer to this blog on customizing login screen.
    /people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system-logon-page-in-netweaver-04

  • Login Screen Customization for EP 7.0 (NW04S)

    Hi Folks,
    I had customized login screen in EP 6.0 (SP 15), now we have upgraded the version to EP 7.0 (NW04S). How to customize the login screen? Please provide some pointer.
    Thanks,
    Deepak

    Hi Deepak,
    it is fairly simple to customize the login screen. Find basic information in the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/fc3ae22adb025fe10000000a1553f7/frameset.htm">SAP Library</a>.
    Best regards,
    Martin

  • Change Fiori login screen

    Hi,
    I would like to customize the Fiori login screen and replace the logo.
    I tried theme designer, but didn't succeed.
    I have also tried using transaction SE80 > BSP > /UI2/LAUNCHPAGE but cant find anything useful.
    thanks in advance,
    Eyal.

    Please look at the method INIT_DEFAULT_PROPERTIES of /UI2/CL_SRA_LOGIN class. set_property( iv_name = 'img_logo' iv_value = '/sap/public/bc/ui2/logon/img/sap_logo.png' ) Easy way is just replacing the images in the MIME repository.
    Take a look at Customizing Fiori Logon Page thread
    Generated by iGuru InnoJam app

Maybe you are looking for

  • I have spent many hours trying to port my old phone number.

    I was told at the Verizon store that I could but I have had nothing but problems.  Here is what I have tried: First I contacted my old carrier and received my account number and pin 1. Doing it myself on Verizon's website, failed 2. Contacted my old

  • Illustrator CC 18.1.1 print preview is not displaying preview properly. Any work around?!

    I only started having this problem recently. It might be a Yosemite bug or graphics driver bug. When I go to print in the latest version of Illustrator CC 18.1.1 I get a shrunken window of what print preview should be (see below). Circumstances are t

  • PXE Failing on only one DP out of 85!?

    I have one DP, on the other side of the world which wont PXE boot... I've removed it all (Boot Images, Pxe, WDS) and reinstalled a few times... I think the issue is when I distribute the boot images. I just see this in smsdpprov.log: [1AEC][Sat 01/11

  • File.renameTo(File dest)

    I have to rename the file. File f1 is the existing file I created the instance of the file File f2 = new File(file name with path) now iam trying to rename f1 to f2,I used f1.renameTo(f2) It's working fine on w2k but failing in UNIX. when I check can

  • MWST condition type based on Sold-To-Party country

    Hello, I need MWST condition type to be determined with Country,Sold-To-Party country,Tax Classification1 from Customer master and Tax classification from Material master. But in condition table I could not find filed for Sold-to-party Country. Also