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

MESSAGE concatenation......!

Former Member
0 Likes
935

Hi Experts,

I am displaying message like "Document XXXXXXXX posted successfully:. Using standard message class .

<FS_FCAT>-SCRTEXT_M   = 'Message Class'.

   <FS_FCAT>-COLDDICTXT  = 'M'.

   <FS_FCAT>-FIELDNAME   = 'ID'.


Now i would like to add 'INTERNAL' before my message id . Just Like " Internal Document XXXXXXXX posted successfully".


So how can ii concatenate it to message.


Thanks,

Suresh

2 REPLIES 2
Read only

Former Member
0 Likes
720

Hi,

Include this new message in 'Z' message class and use it or you can use text elements to get the message text as required.

Regards

Hari

Read only

FredericGirod
Active Contributor
0 Likes
720

Hi,

use the function RPY_MESSAGE_COMPOSE  it's more simple

regards

Fred