Register Login

How to Validate And Display Messages in FPM Application?

Updated May 18, 2018

Hello SAP Experts,

I have a standard fpm application and I want to validate and display the messages? How can I solve this, if any one know about it then please tell me to do so.

Thank You!


Comments

  • 07 Feb 2015 4:43 pm Romil Tripathi

    Create method in component controller by implementing validation code and messages and trigger that method from PROCESS_EVENT method of IF_FPM_UI_BUILDING_BLOCK. This is one of the technique.

  • 07 Feb 2015 4:43 pm Rohit Mahajan

    I think just you can write validations in PROCESS_EVENT method, when you are clicking any button.


×