‎2006 Nov 13 11:49 PM
Hi
Does somebody knows the FM wich receives an error message number and the values for &s and it returns the resulting string ?
Like a MESSAGE comand but not for show the resulting text in screen , but get the resulting string in a Char variable.
Regards..
Frank
‎2006 Nov 13 11:56 PM
‎2006 Nov 13 11:56 PM
‎2006 Nov 14 12:04 AM
Thanks Naredan
I was looking something like message_get or get_message but i did not found any FM generical .
Regards
Frank
‎2006 Nov 14 5:32 AM
HI,
Use CO_TA_T100_READ this is used to get the message,
passing message numbers .
i used thisto extract the message text while running bdc CALL TRANSACTION.as it returns message numbers and variables, hope this helps .