cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add a custom message on clicking CHECK button on a FPM ?

Former Member
0 Kudos

Hi All,

I need assistance in solving an issue.

when i enter EMPLOYEE SELF SERVICE-> SRM USER SETTINGS, In standard component FPM_OIF_COMPONENT, there are some buttons like SAVE, CHECK and EDIT. There is a drop down to select user attribute . On selecting any attribute from the drop down , a table opens where we can add value of the attribute , select that attribute as default(by clicking radio button) .

My requirement is , if the radiobutton is not clicked and if users click on CHECK button, a customized error message should be displayed in top message container.

Can anyone of the expert help me on this. I need the class/method which can be used to do this. Kindly help me with the possible code for this.

Regards,

Abhijit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Lisandro,

Thanks for your quick reply. DOC_CHECK_BADI is not helpful in this case.

Its related to SRM user settings . The BADI ddin't trigger in this case.

Regards,

Abhijit

former_member208244
Active Participant
0 Kudos

Hello Ahjit,

What is the main reason to do that check?


Regards,

Former Member
0 Kudos

Hi Sebastian,

As i have mentioned in my main post that, in SRM user setting , there is a dropdown holding attributes. When i select an attribute, a table is displayed . The columns of the table hold a radio button and value for the attribute.

To default a value for the attribute, selecting the radio button is mandatory.

Our requirement is if users set a value and donot click the radiobutton; on clicking CHECK button it should display an error message something like " Please select radiobutton to default the value "

There are some button like CHECK, SAVE,EDIT in the FPM. I was succesful in validating the above check for SAVE button , but needs the same check on CHECK button also because presently while clicking check it showing the message " The entered data doesnot conatin error, you can save now" , even if the radiobutton is not clicked. Clicking radiobutton is mandatory to select a value for the attribute.

So i need the appropriate spot to write the code. I am unable to find the class/methods . The right approach is what i need from the experts.

Kindly guide me.

Regards,

Abhijit