cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Feeder Class

Former Member
0 Kudos

Hi All,

I want to use GUIBB instead of a UIBB in my component. Please provide pointers on how to create and use a feeder class.

BR,

A@rvi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i would suggest that you take some time to study the develppers guide here [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50]

Feeder classes are , abap classes implementing IF_FPM_GUIBB_FORM or IF_FPM_GUIBB_LIST.

You can find examples of these type in apb_fpm package/sub packages.

Once you have the feeder class, you need to create a configuration for the fpm_guibb_form or fpm_guibb_list and in that configuration you can select the feeder class of yours.

Create a application which would use one of the above fpm components with the configuration you have just created.