‎2008 Sep 16 3:30 PM
Hi all,
i am trying to put a error message into a table...any idea how i can get this without doing move 'matnr & is in error' into my table?
thanx
‎2008 Sep 16 3:44 PM
If you are talking about moving something into Internal table then can you explain why you dont want to use Move statement?
‎2008 Sep 16 3:49 PM
‎2008 Sep 16 4:02 PM
Hi,
There's a few ways you could do this;
Construct your message first (i.e. combine the message text and variables into one string, then move this into the table)
or
Don't store the text, instead store the message ID, number and variable parts of the message. This has the advantage if you're running a multi-language system the log can be used by users of different languages.
Regards,
Nick
‎2008 Sep 16 4:07 PM