cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver 7.4 Screen

0 Kudos

Aloha

We use Netweaver 7.4.

I have to Change "Benutzer" and "Kennwort" at the Logon Screen in Spezial "Names".

for Example :   TUDO ACC  & Passwort

I find ways to change the Pictures or "SAP Netweaver" sign, but not the place for credentials.

Thank you and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

kai_unewisse3
Active Contributor
0 Kudos

Hi,

you need to create a custom project, which contains the imported tc~sec~ume~logon~ui Component.

Under WebContent/WEB-INF copy the files from the JAR with the logonLabels  :

logonLabels_de.properties

logonLabels_en.properties

logonLabels.properties

The label text you want to change means that you want to add or reuse properties "USER" and "PASSWORD" :

USER=TUDO ACC*

PASSWORD=Passwort*

Instead of

<sap:label type="username" styleClass="urLblStdNew" flagReqClass="urLblReq"/>

<sap:label type="password" styleClass="urLblStdNew" flagReqClass="urLblReq"/>

use

<%=logonLocale.get("USER")%>

<%=logonLocale.get("PASSWORD")%>

Answers (1)

Answers (1)

former_member198633
Contributor
0 Kudos

Hello Maik,

Your requirement can be achieved by developing a custom login page: Guide.

I assume you found the guide for the logon page customization, which does not make the required change possible.

Best Regards,

Peter