Application Development 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: 

MESSAGE concatenation......!

Former Member
0 Kudos

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

Former Member
0 Kudos

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

FredericGirod
Active Contributor
0 Kudos

Hi,

use the function RPY_MESSAGE_COMPOSE  it's more simple

regards

Fred