cancel
Showing results for 
Search instead for 
Did you mean: 

(Web Dynpro FPM) Highlight error input field and stop program!

Former Member
0 Kudos

Good Day every body,


I am working on FPM LIST Feeder and I wnat to make validation for some fields, once user input invalid data I wnat to show message and highlight the specific field as error and stop the stop all actions.

Regards,

Jaffar Hasan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member215610
Active Participant
0 Kudos

Hi Jaffar Madan,

Try to add REF_NAME into ET_MESSAGES.

Regards,

Ragavendra

harsha_jalakam
Active Contributor
0 Kudos

HI Madan,

For validating the fields, we can make use of Process_Event method in the feeder class. Exporting parameters EV_RESULT to stop processing and ET_MESSAGES can be made use of, to display the error message.

Regards,

Harsha