cancel
Showing results for 
Search instead for 
Did you mean: 

FPM_List_UIBB.

Former Member
0 Kudos

How to display result on the screen using fpm_list_uibb. Can anyone please tell me the steps to display results on the screen.

Thanks in advance,

Nirmala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nirmala,

1) Firstly you need to choose one of the floorplans (GAF/OIF/OVP) and create application configuration for the same. you could choose OIF as your floorplan and add only one tab and then it would act as QAF.

2) In the application conf, you need to add FPM_LIST_UIBB as webdynpro component and corresponding window LIST_WINDOW and it would then ask you to enter the name of the feeder class which must implement the interface if_fpm_guibb_list. if you want to implement paging for your list you need to implement additional interface if_fpm_guibb_list_paging and some other methods would be in another interface f_fpm_guibb_list_ext.

3) you need to now implement the methods of the interface if_fpm_guibb_list initialize , get_definition, get parameter list

for design time and you need to populate the data using get_data method.

and in addition you could explore other methods,,including those in other interfaces.

Regards

Anurag