cancel
Showing results for 
Search instead for 
Did you mean: 

FPm_OVP_COMPONENT problem with UIBB

Former Member
0 Kudos

Hi Experts,

I need to create a button in FPM_OVP_COMPONENT and when I click on that button I need to view a ALV report.

I created a button on FPM and I enhanced the HRESS_C_CATS component by adding a view and window and I developed a needed logic in that view.

But since the window is not an interface window I cannot configure in UIBB of FPm componenet. Can you please suggest any ways so that I can see the window which i created  in UIBB or some other ways to enhance the FPM and display the ALV .???

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member197475
Active Contributor
0 Kudos

Hi Ravi,

As Praveen said, you need to implement the interface IF_FPM_UI_BUILDING_BLOCK in your webdynpro component. Once this interface is implemented you can handle all the events from the component to your FPM application.

For your better understanding, please follow the below two links.

http://scn.sap.com/docs/DOC-8068

http://wiki.scn.sap.com/wiki/display/WDABAP/eLearning+Tutorials+-+Floorplan+Manager+for+Web+Dynpro+A...

Hope it helps:)

BR,

RAM

Former Member
0 Kudos

Hi Ravi,

For embedding webdynpro component in FPM application you need to implement interface IF_FPM_UI_BUILDING_BLOCK in implemented interface tab of your webdynpro component. So that it will recognize your webdynpro component and wedynpro window. After that you can configure it it your FPM application..

Thanks

Praveen Gupta

bhushan_ghule
Active Participant
0 Kudos

Hi Ravi .

If you create view or window through enhancement then you can not access them outside of the component .

For Your requirement you create custom component and use  HRESS_C_CATS inside your z component .

Regards.

Bhushan.