cancel
Showing results for 
Search instead for 
Did you mean: 

How to access Message for Error

Former Member
0 Kudos

Hi

i created Message in Messagepool with MessageKey(ValueMissing),Message Type(erro),MessageText(Please enter input value).But when i try to acess the In view controller using IMessage<ComponentName>.ValueMissing .it is not recognizing.i had tried with "Organize imports" also.can anybody help me?

Thanks

Prasad

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

Check out this threads which discusess the same.

Regards,

Gopi

Former Member
0 Kudos

Hi,

I think there is a problem with the generation of files. Try Reload and Rebuild your project, if not close your project and then open it again.

For more information refer to this tutorial:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/1aaae990-0201-0010-49a7-cc792a943ba1">enabling Message and Error Support (3)</a>

Regards,

Jhansi

Former Member
0 Kudos

Hi Prasad,

Rebuild the project.

You should able to see Imessage<ViewName>.java in gen_wdp/packages folder of your project .

Regards,Anilkumar

Message was edited by:

Anilkumar Vippagunta

Former Member
0 Kudos

Hi,

Right click on the component and say Repair.

That should be solving your problem.

Regards,

ND