cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Image in System Logon

Thilo
Explorer
0 Kudos
173

Hello all!

Where is a good place to store custom image for header of the system logon application?

In detail:

I set in ICF of my BSP-Application in

- Error Pages - Logon Errors

the System Logon. If you click on

- Configuration - adjust Links and Images

you can type in a "Image for Header".

But where to store this image in the MIME repository to get real public access without login? The only folder I found is /sap/public/bc/WebIcons, but is this a good way to do it? All the other "public" folders are requesting another login.

Thanks,

Thilo

View Entire Topic
SergioFerrari
Active Contributor
0 Kudos

Hi Thilo,

I think you have some options. First is to store your mimes under the path /sap/public/bsp/sap/public/bc/ (e.g. /sap/public/bsp/sap/public/bc/icons/s_B_SPCE.gif) that's what you found out.

That kind of path is public by definition; it's accessed without requiring any user/password.

You can also link images from public web servers specifying the absolute URL (e.g. http://www.adobe.com/devnet/images/160x160/flex_logo.jpg).

But you can also link mimes stored under your own BSP specific application (e.g. ZSDN_LOGIN) that in the /nSICF transaction you'll associate to a service user making it accessible by everyone. These kind of services are called anonymous services and you'll find more info at [http://help.sap.com/saphelp_nw04/helpdata/en/55/33a83e370cc414e10000000a114084/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/55/33a83e370cc414e10000000a114084/frameset.htm].

Years ago I written a couple of blogs about the login page:

[/people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system-logon-page-in-netweaver-04|/people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system-logon-page-in-netweaver-04]

[/people/sergio.ferrari2/blog/2007/02/16/sap-web-ashowto--customizing-the-design-of-system-logon-page-new-options-of-the-netweaver-04s|/people/sergio.ferrari2/blog/2007/02/16/sap-web-ashowto--customizing-the-design-of-system-logon-page-new-options-of-the-netweaver-04s] that links also to a relevant eClass from Thomas Jung.

Sergio