Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FPM/FBI - action popup - error handling

former_member185171
Participant
0 Kudos

Hi,

we have an FPM/FBI application where we want to execute an action on the node of a BO.

In the action and/or in the action-validations we validate the input parameters of this action - e.g. the correctness of a date or so.

When we use a value-list and fill-in something wrong (e.g. a wrong country code) in the popup, it is indicated with a red frame. We want to do the same for our own validations. Does anyone know how we have to do this? It is rather similar to REQUEST_FOCUS_ON_FIELD in IO_EXTENDED CONTROL, but this give a blue frame.

Thanks for any advise.

Kris

1 REPLY 1

cwolter90
Participant
0 Kudos

You could raise a message, that is linked to the field. If you are in the GET_DATA (you have IO_EXTENDED_CTRL), then there is ET_MESSAGES parameter. With the REF_* fields you can link a message to a field.