Dear All,
Need you help!
I have to display a message by replacing an existing short message with a new long message of around 200 characters in pop-up box as a warning message. Do you have any idea to do this??
My existing message is something like given below...
CONSTANTS : c_gf(2) TYPE c VALUE 'GF',
c_gh(2) TYPE c VALUE 'GH'.
MESSAGE w023(YSRM) WITH c_gf c_gh.
w023 contains around 50 characters text. I tried replacing this 50 char with my new 200 char text but couldn't succeed.
I do not want to use Long Text option available in message class. I want all 200 chars to be displayed in pop up box with as warning message!
Many Thanks,
Parvez.