cancel
Showing results for 
Search instead for 
Did you mean: 

System Message

Former Member
0 Kudos

hai friends,

how to create the system message .

regards,

siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Siva,

Use T-code SM02 and Write your message. Then maintain the Details such as Server name, Client code , Language also details such as Expiry date for the message & Delete date for the message.

Hope this helps you.

REWARD if it helps you!!

Regards,

Ajinkya

Former Member
0 Kudos

hi

System Messages

http://help.sap.com/saphelp_nw04s/helpdata/en/43/4c1443f0222ac5e10000000a422035/content.htm

Managing System Messages

http://help.sap.com/saphelp_nw04s/helpdata/en/43/4cd95dd815376de10000000a422035/content.htm

Database for System Messages

http://www.sapdb.org/7.4/htmhelp/5a/624f3db8fad824e10000000a114084/content.htm

Configure System Messages

For example, when a user blocks himself out and receives a message :

"User blocked. Contact system administrator"

You can open a repair and change the message in Message class 00.

This can be done in transaction SE91 - Message Maintenance.

Messages allow you to communicate with the users from your programs.

They are mainly used when the user has made an invalid entry on a screen.

To send messages from a program, you must link it to a message class.

Each message class has an ID, and usually contains a whole set of message. Each message has a single line of text, and may contain placeholders for variables (e.g. & & & - three variables).

All messages are stored in table T100.

Once you have created a message, you can use it in the MESSAGE statement in a program.

Reward if USeful

Thanx & regrads.

Naren..