‎2008 Mar 18 5:54 AM
I will be having message id, message number and parameters P1 P2 P3 P4 in one in ternal table..
I have to get the message text using this message id and message number and have to replace & with parameters....
Using Z0_GET_MESSAGE_TEXT i have got the message id...
is there any way to replace with parameters using any function module...
‎2008 Mar 18 6:20 AM
Hi Sumi,
From what I can understand you want a function module that will form the message text by replacing the placeholders with parameters. Use function module '/SAPTRX/GET_MESSAGE_TEXT'.
Regards,
Priyanka.
‎2008 Mar 18 6:20 AM
Hi Sumi,
From what I can understand you want a function module that will form the message text by replacing the placeholders with parameters. Use function module '/SAPTRX/GET_MESSAGE_TEXT'.
Regards,
Priyanka.
‎2008 Mar 18 6:32 AM