Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Replacement for WS_MSG

Former Member
0 Kudos

Hi

the function Module WS_MSG is obsolete, can any one send me any replacement for it, either another function module or an class with its method ?????

CALL FUNCTION 'WS_MSG'

EXPORTING

msg_type = 'E'

text = 'No existen datos para Fecha de Proceso'

titl = 'MENSAJE'.

Thanks,

Ginni

4 REPLIES 4

Former Member
0 Kudos

Hi

Please follow the link.

http://www.geocities.com/victorav15/sapr3/abapfun.html

i guess u many find a list of function modules. If they didnt work out go for the 'Z' function modules where in u have freedom to add the parameters.

thanks

mohinder Singh Chauhan

Former Member
0 Kudos

hi

try to use this fm

POPUP_TO_DISPLAY_MESSAGE.

former_member404244
Active Contributor
0 Kudos

Hi,

use the FM POPUP_TO_DISPLAY_TEXT

REgards,

Nagaraj

0 Kudos

Hi,

this function module doesnt work...can u tell me any other function module or any class with its method ???????

thanks,

Ginni