‎2007 May 03 9:51 AM
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
‎2007 May 03 9:52 AM
‎2007 May 03 9:53 AM
hi Tina,
Go to <b>SE91</b> transaction and implement it with the given class .
Regards,
Santosh
‎2007 May 03 9:54 AM
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
‎2007 May 03 9:55 AM
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
‎2007 May 03 11:11 AM
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.