cancel
Showing results for 
Search instead for 
Did you mean: 

reg:webdynproapp

Former Member
0 Kudos

hi all

How to modify the standard sap net weaver page .that is when we create an application for the component and test that ,before the application gets opened we will be getting one standard page with name like SAP NETWEAVER ,system,client,language etc i want to hide these details and want my own custom image here etc.

Could you please share your knowledge on this how to work on this .

regards

Deepika

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Here is the link to the online help for the standard logon page:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a0638902131c3e10000000a42189d/frameset.htm

There are many changes that can be made in configuration alone:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a0623902131c3e10000000a42189d/frameset.htm

If you need further modifications, you can do so as described earlier by creating a new class of your own inheriting from CL_ICF_SYSTEM_LOGIN. Here is the help on this specific topic:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a061a902131c3e10000000a42189d/frameset.htm

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Use SICF transaction for conifguration using error pages tab and then on the next screen select 'User-Specific' and enter CL_ICF_EXAMPLE01_LOGIN or the class which you have created.