cancel
Showing results for 
Search instead for 
Did you mean: 

pachake for IMessageSimpleErrors.MISSING_INPUT

Former Member
0 Kudos

hi to all

I want use the object IMessageSimpleErrors.MISSING_INPUT and i need to import in my project relative pachake in import zone.

how can I?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think you are trying out the example

<b>WebDynpro_ErrorBehavior</b>.

The Object <b>IMessageSimpleErrors.MISSING_INPUT</b> you mentioned has the structure as follows

<b>IMessage<Component Name>.<Message Key></b>

The message key is automatically genereated from

the key you give in Message pool.

MISSING_INPUT constant key will be generated if you have given the key MissingInput in the mesage pool.The underscore is added at the every capital letter of the word(so if you give PmtToLesser in message pool then PMT_TO_LESSER is generated)

The example has the component name as SimpleErrors.You might have changed the component name,Give your component name instead of SimpleErrors in that line of code.

And do an <b>Source->Organize->Import</b> in the

corresponding java file.

You error shud be resolved.

Regards,

Santhosh

Former Member
0 Kudos

thanks

Answers (0)