cancel
Showing results for 
Search instead for 
Did you mean: 

how to validate field value ?

0 Kudos

Hi experts,

i want to know about the field validation and dispaly messages using fpm message manager  when condition falls .

Regards

Debasish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Debasish,

you can validate it on any action in the Process_event method of the feeder class.

and use If_fpm_message_manager for the messages.

Phani

0 Kudos

Hi Phani,

According to ur reply there is no parameter in process_event to get the value of input field.so how can i catch the value of input field and proceed.plz guide .....

Regards

Debasish

Former Member
0 Kudos

In  the Flush Method you will get all the values changed at run time.