Tema: Write, Ayuda
Ver Mensaje Individual
  #3  
Viejo 16/12/08, 13:58:57
andyoscky andyoscky is offline
Miembro Honorario
 
Fecha de Ingreso: mar 2006
Mensajes: 73
Si queres mostrar el log de un mensaje usa mejor la funcion message prepare
call function 'MESSAGE_PREPARE'
exporting
language = sy-langu
msg_id = l_msgid
msg_no = l_number
importing
msg_text = p_l_text
exceptions
function_not_completed = 1
message_not_found = 2
others = 3.

write : / p_l_text.
Responder Con Cita