cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Button not triggering PROCESS_EVENT

Maloy
Discoverer
0 Kudos

I have created a FORM UIBB component as below:

I have created a custom feeder class inheriting standard super class CL_EHFND_FBI_GUIBB_ACTPRM_FDR. I have redefined methods PROCESS_EVENT, GET_DATA and GET_DEFINITION method. The method GET_DEFINITION triggers before loading the FORM UIBB. But once the button 'Upload File' is clicked, the PROCESS_EVENT does not trigger. I have passed Action id in GET_DEFINITION and FPM event id is also maintained in component configuration.

I need to know why PROCESS_EVENT method does not trigger when the button 'Upload File' is clicked.

Accepted Solutions (0)

Answers (1)

Answers (1)

julia_bender
Active Participant
0 Kudos

Hi Maloy,

have you entered your own class in the form configuration/customizing?

For further reference on how to enhance FPM applications:

https://www.sap.com/documents/2016/02/fca8e228-5f7c-0010-82c7-eda71af511fa.html

Best regards,

Julia