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
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
Hi,
use the FM POPUP_TO_DISPLAY_TEXT
REgards,
Nagaraj
Add a comment