Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enable Edit button in FPM_OIF_COMPONENT

former_member227141
Active Participant
0 Kudos

Hi all,

I don't know if this is the right place to post this

I have the requirement to enable button edit in the next screen:

This is the technical help:

They want this:

Is the same component, but I don't know where could I change that. What should I do?

Thanks in advance, best regards!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Karina,

This question should be posted under

Anyway, for your question, you should check out Component Configuration /SAPSRM/WDCC_FPM_OIF_SC_PROFNL of the FPM_OIF_COMPONENT, the show/hide button logic may be done in Application Controller (General Settings tab --> Floorplan Settings --> Application Controller Settings) with method IF_FPM_CNF_OIF~DEFINE_BUTTON

Hope it helps. Cheers!

4 REPLIES 4

Former Member
0 Kudos

Hi Karina,

This question should be posted under

Anyway, for your question, you should check out Component Configuration /SAPSRM/WDCC_FPM_OIF_SC_PROFNL of the FPM_OIF_COMPONENT, the show/hide button logic may be done in Application Controller (General Settings tab --> Floorplan Settings --> Application Controller Settings) with method IF_FPM_CNF_OIF~DEFINE_BUTTON

Hope it helps. Cheers!

0 Kudos

Thanks for reply, I couldn't find the Floorplan Settigns for Application Controller..

0 Kudos

Is this the method you say?

0 Kudos

Hi Karina,

You navigate to General Settings --> Application Controller Settings using Flexible User Interface Designer (FLUID). From your Technical Help screenshot, click on Component Configuration link /SAPSRM/WDCC_FPM_OIF_SC_PROFNL  to go to Component Configuration page

http://help.sap.com/static/saphelp_nw70ehp3/en/50/2a938d601a439fa2494e40c93c7209/8ebe4e446ff84e10971276580f38694f.image

http://help.sap.com/saphelp_nw70ehp3/helpdata/en/50/2a938d601a439fa2494e40c93c7209/content.htm

You should also check out the developer guide for FPM

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

Hope it helps. Cheers!