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: 

Dynamically add text

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

matt
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Hi,

I found the FM.. RPY_MESSAGE_ID_INSERT.

Shruthi