cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up messages

Former Member
0 Kudos

Gudday,

Can i maintain popup messages in my program without hardcoding it in the program,means can i use message class or assistance class to do it ??

How can i show popup messages depending on the LOG ON LANGUAGE??

Please suggest me how to proceed further...

Thanks,

Deepthi.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

You have to create a Message class and maintain all the messages in the required languages and

use the method in the Assistance class to get the messanges in the logon language.

IF_WD_COMPONENT_ASSISTANCE~GET_TEXT

which will pick the message text maintained as logon language.

Abhi