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

How to implement a message

Former Member
0 Likes
719

In the note 890909 it is written toiImplement the message '066' with the following text in the message class 'FVD_INV_ACC'.

I never implemented a message. How can I do that?

Thank you in advance

5 REPLIES 5
Read only

Former Member
0 Likes
613

Hi!

Use the transaction SE91 to do that.

Regards

Tamá

Read only

Former Member
0 Likes
613

hi Tina,

Go to <b>SE91</b> transaction and implement it with the given class .

Regards,

Santosh

Read only

Former Member
0 Likes
613

Hi

Go to SE91 Transaction and create a Message class and save it.

Write down the messages as per your requirement in that message class.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
613

pick right classs and goto>se91 with class name in change mode-> here it may ask for access key? provide the same, abd follow steps as per NOTE.

Regards

prabhu

Read only

Former Member
0 Likes
613

HI

u need messages to display some message (error or sucess or warning)

to check some condition

if sy-subrc = 0.

message i000(bctrain) with 'Success'.

endif.

here i is information mesage type give some msgnum 000 to 999 use with

and placeholders

bctrain is a std message class.