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

Dynamically add text

Former Member
0 Likes
800

Hi,

Is there any way to dynamically add texts to a message class through a report.

I found many to read the message , but none to update/add an message.

Thanks in advance,

Shruthi

Edited by: Shruthi R on Oct 17, 2008 12:25 PM

Edited by: Shruthi R on Oct 17, 2008 12:26 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
753

Hello,

Why do you need to dynamically add messages to a message class? The final message text displayed to the user can be changed dynamically using message variables.

Steve.

5 REPLIES 5
Read only

Former Member
0 Likes
754

Hello,

Why do you need to dynamically add messages to a message class? The final message text displayed to the user can be changed dynamically using message variables.

Steve.

Read only

matt
Active Contributor
0 Likes
753

As Steve says - why would you want to do this? The messages are held in tables t100 etc., so it wouldn't be difficult. Though it would be very naughty to update standard SAP tables programatically.

Read only

Former Member
0 Likes
753

you can always write a code to update that, but as others mentioned why ????

Read only

Former Member
0 Likes
753

Hi Shruthi,

It is a pretty requirement to add messages dynamically.

Can you share why you want to do this just to know for knowledge purpose.

Cheers!!

Reddy

Read only

0 Likes
753

Hi,

I found the FM.. RPY_MESSAGE_ID_INSERT.

Shruthi