cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a button in FPM_LIST_UIBB

Former Member
0 Kudos

Hi,

I am new to FPM .I am using FPM_LIST_UIBB.I want to Add buttons in the toolbar of the LIST UIBB.

I have added two buttons in the Toolbar, but in the button attributes i need to assign the FPM Event ID in the Drop down.But the Drop down is not having any value.

Can anyone explain me how values will populate in the FPM Event ID .Do I need to do something in Feeder class.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to add events in GET_DEFINITION method of Feeder Class. You have to fill ET_ACTION_DEFINITION parameter in this method.

Once you add the events here, when you are configuring the List UIBB component, these events will be avialble in the drop down and you can assign these actions to View UI elements.

Answers (0)