Skip to Content
0
Former Member
Oct 20, 2008 at 05:44 AM

message id with variable

202 Views

I have to include the path of the file in my message box.

CONCATENATE c_fname p_saleno INTO c_path.

CALL FUNCTION 'MESSAGE_PREPARE'

EXPORTING

MSG_ID = 'Z10493498'

MSG_NO = '002'

MSG_VAR1 = 'c_path'

IMPORTING

MSG_TEXT = v_mess

.

But it displays an error instead., I already include a & in my message short text, what is wrong with this?

Edited by: Enrique Mancao on Oct 20, 2008 7:44 AM