Hi All,
I am trying to display both 'system user id'(SY-MSGV1) and 'function location no.' (IFLOT-TPLNR) in the task bar as a message but I am getting only the user id not function location.
I am using the following line of codes
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 IFLOT-TPLNR.
Can any one please help me.
Thanks