cancel
Showing results for 
Search instead for 
Did you mean: 

How to enhance FPM_OIF_COMPONENT

Former Member
0 Kudos

I am new to web dynpro and need some help to solve an issue.

On the FPM_OIF_COMPONENT component we have a SAVE button, I need to add a few lines of code behind it.

Problem is, when I pull up this component I don't see a SAVE button.

Can someone please let me know how to find the save button and add additional code.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Hello MKhan900,

are you sure you need to enhance the FPM itself? Perhaps rather you need to enhance one of the UIBBs, these should have methods which respond to any FPM events raised (like the pressing of the save button). Your code could go in one of these methods.

Which application are you needing to enhance?

Chris

Former Member
0 Kudos

Hi Chris,

You might be right, maybe enhance isn't the right term.

The WD I have referred to is in e recruiting, on the page were the recruiter enters the applicant info and saves.

I know the code which I need to add-in, only problem is were do I stick it

Thanks for your help.

ChrisPaine
Active Contributor
0 Kudos

Hi,

sorry, don't have eRecruiting installed on this system so can't give much in the way of detailed help.

If you are unfamiliar with the concept of the FPM I suggest that you do some research - there is a particularly detailed and useful guide

[FLOORPLAN MANAGER FOR ABAP - DEVELOPER'S GUIDE|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50]

[FLOORPLAN MANAGER (FPM) WEB DYNPRO ABAP - SCN area page|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/00b4312a-ac72-2b10-e0ad-e0219cfeb78e] [original link is broken];

once you understand this, you may then be more in a position to find the UIBB that can be enhanced to add your code.

Good luck,

Chris