cancel
Showing results for 
Search instead for 
Did you mean: 

if_fpm_guibb_get_parameter_list is not implemented

Former Member
0 Kudos

Hi friends ,

I am making an FPM application using feeder classes and form_guibb.I am following this tutorial

http://scn.sap.com/community/web-dynpro-abap/floorplan-manager/blog/2011/12/16/create-a-clear-struct...

I am new in FPM.I have getting an error when i gave my feeder class name in configuration then it will throw an error .The error is

if_fpm_guibb_get_parameter_list is not implemented.

help me.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

whenever you implement FPM related interface you have to activate individually every method.

Former Member
0 Kudos

hi Jitendra you are right my first problem is resolved .Thank you so much but i am getting one more error .The error is :

if_fpm_guibb~initialize  is not implement .This is method of IF_FPM_GUIBB.So how can i activate this method please tell me.

Thanks in advance .

Deepa Arya

Former Member
0 Kudos

Hello Deepa,

Go to  if_fpm_guibb~initialize( ) method of your feeder class & activate it.

Thanks

Katrice

Former Member
0 Kudos

if  IF_FPM_GUIBB interface is implemented then Initialize method automatically created ( as if_fpm_guibb~initialize ) you have activate it individually like other method.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Deepa ,

Try to implement IF_FPM_LIST_GUIBB if it is a list

                         IF_FPM_FORM_GUIBB if it is a form.

& Try to activate each and every method or whole class ( I think you havent activated all the methods of  feeder class)

Then it starts working fine.Please revert if you have any issues.

Thanks

Katrice