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 to upload the messages

Former Member
0 Likes
795

Hi Experts,

I wanted to know if there is any function module to upload the messages in SAP (SE91 messages). I wanted to upload more than 400 messages in different language and dont want to use the translation option.

Regards,

Prabhas.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

You can use the function module - RPY_MESSAGE_ID_INSERT to insert the new message.

Thanks,

Srinivas

5 REPLIES 5
Read only

Former Member
0 Likes
731

Hi

What I have done is I prepared all messages on excel sheet and went to se91 created by copy&paste to

there. Don't need to wait for finding function module.

Simple way but useful in this situation.

SayC

Read only

0 Likes
731

Hi SayC,

This method would not work if I need to upload messages in different languanges.

Prabhas

Read only

Former Member
0 Likes
731

Hi,

you can use PROCESS_MESS_UPLOAD to upload the messages,

for more information you can go to the following link.

http://help.sap.com/saphelp_45b/helpdata/en/e4/30a950c63811d2a6780000e82de703/content.htm

regards,

Sam

Read only

0 Likes
731

This function is not for the Se91 messages that can be used in any program.

Prabhas.

Read only

Former Member
0 Likes
732

You can use the function module - RPY_MESSAGE_ID_INSERT to insert the new message.

Thanks,

Srinivas