cancel
Showing results for 
Search instead for 
Did you mean: 

Are there any documents guide to implement Feeder Class?

Former Member
0 Kudos

Hi all.

I want to implement my own feeder class, it implements the IF_FPM_GUIBB_FORM ABAP interface (for form components) or the IF_FPM_GUIBB_LIST ABAP interface (for list components).

Are there any documents guide to implement Feeder Class?

<< Moderator message - Please do not promise points >>

Thanks in advance.

sreedhar

Edited by: Rob Burbank on Feb 2, 2011 5:10 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sreedhar,,

You do not have to explicitly mention for award points

I am not having any documents describing the steps. I would suggest you to take one of the classes which implements this interface as template.

With the FPM developers guide, you can come very close to what you want to realize.

See in se80 IF_FPM_GUIBB_FORM/List and implemented classes.

You would see at least Cl_FPMGB_

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You might want to have a look at the Floorplan Manager Developers Guide (Cookbook):

http://www.sdn.sap.com/irj/sdn/nw-wdabap?rid=/library/uuid/e0d500f5-5205-2e10-43a6-dd023a5d0818

This has the most information on the topic.