cancel
Showing results for 
Search instead for 
Did you mean: 

System message (like SM02) in AS Java

Former Member
0 Kudos

Hi,

I want to know if there is a chance to display a system administrator message to all WebDynpro and portal users currently logged on and logging on next.

A similar functionality is available in transaction SM02 in a R/3 system.

Thanks in advance

Kilian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Kilian,

you can change what is displayed on the logon screen when you enter some text into the file umLogonPage.jsp which you find in the directory

/usr/sap/<SID>/JC##/j2ee/cluster/server0/apps/sap.com/com.sap.security.core.admin/servlet_jsp/logon/root

But you have to enter it in html coding (that's important when you need breaks or special characters, etc.)

If you have several server nodes you have to change it seperately for each one.

Sorry, as far as I know it's not possible to enter a system message like sm02 in a java system.

Regards,

Cornelia

Former Member
0 Kudos

Hi Cornelia,

Thanks for the quick response.

Do you know if it is possible to adapt the logon screen per application or only globally for all applications?

Regards

Kilian

Former Member
0 Kudos

Hi Kilian,

for a java-only system you cannot adapt the login screen at one place. But when you have a portal I suppose that's possible, see:

http://help.sap.com/saphelp_nw04/helpdata/de/62/601e1eebf54ca6a97e2873c8c63517/frameset.htm

As I have no portal installation I have no details if that really works, sorry.

Regards,

Cornelia

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kilian

It is <b>possible to send a System Message</b> like SM02 in a Java System.

Do the steps as described below:

go to

<b>http://<server-ip>:<port>/sld</b>

login to it then

go to <b>Administration</b>

In Administration under <b>Server</b>

there is <b>System Message</b>....click on that

From there you define a system message that is shown to every user who logs on to the SLD.

Set the expire time also.

Regards

Sumit Jain

[reward with points if useful]

Former Member
0 Kudos

Dear Sumit Jain,

Thanks for your answer.

However this message is only presented to users using the SLD.

I would need a similar function for the enterprise portal and stand-alone WebDynpro applications.

Regards

Kilian