cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing message

Former Member
0 Kudos

Hi,

I have requirement like this,

I have log off button in my view . When I click this button , I am getting an standard message .

I want to change the message.

Could you please suggest how to customize the message for log off.

Regards,

Anitha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What standrad message you are getting in the application?

Regards,

Pavani

Former Member
0 Kudos

hi,

i am getting below message :

Web Dynpro application terminated. Good bye!

and i am using the following code :

com.sap..tc.webdynpro.services.sal.um.api.WDClientUser.forceLogoffClientUser(null);

Regards,

Anitha

Former Member
0 Kudos

Hi ,

Use the following procedure to customize the message:

1)create a html file with your own custom message.

2) copy the html file in to your webdynpro components.

Navigator->src->MIMES->COMPONENTS

3) go thru the following path to place the file in visual admin:

http://help.sap.com/saphelp_nw04/helpdata/en/7d/fdc99ab37a8d42892e0d39bbd23be8/frameset.htm

Regards,

Pavani

Answers (0)