cancel
Showing results for 
Search instead for 
Did you mean: 

GUIBB List : IF_FPM_GUIBB_LIST_EXT

Former Member
0 Kudos

Hi,

There is an extension to the interface for GUIBB List, namely IF_FPM_GUIBB_LIST_EXT. It comprises of 3 methods :

- NEEDS_CONFIRMATION

- AFTER_FAILED_EVENT

- BEFORE_DISPATCH_EVENT

There is no documentation for the interface and it is not mentioned in the Floorplan Manager for ABAP - Developer's Guide. Anyone who knows what the above methods are intended for and situations that you will use these methods ? Thank you.

Regards

Kir Chern

Accepted Solutions (0)

Answers (2)

Answers (2)

yesrajkumar
Active Participant
0 Kudos

Hi,

Clear documentation about the FPM is available in the following link. Refer to page number 25. It has detailed information about what you are looking for.

http://www.scribd.com/doc/12612276/FPMCookbook21

Regards,

S.Rajkumar.

Former Member
0 Kudos

Hallo Kir,

you are right about the IF_FPM_GUIBB_LIST_EXT, it is not documented in the developers manual.

However i can tell you that implementing this interface and implementing the methods would do the following.

- NEEDS_CONFIRMATION

it is same as in the IF_FPM_UI_BUILDING_BLOCK, this method is called on the result of an stopping the event processing. you can display a dialog popup or data loss popup.

- AFTER_FAILED_EVENT

it is same as in the IF_FPM_UI_BUILDING_BLOCK, when the event processing is failed this method is called for you to take right action to revert the data

.BEFORE_DISPATCH_EVENT

I am not sure when you need to implement this. However you can set a break in this method and find out on which condition this method is being called.