Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for message display

Former Member
0 Likes
1,973

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
942

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.

2 REPLIES 2
Read only

Former Member
0 Likes
943

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.

Read only

Former Member
0 Likes
942

I have used Z0_PREPARE_MESSAGE_TEXT and problem solved...