cancel
Showing results for 
Search instead for 
Did you mean: 

FPM GUIBBS

Former Member
0 Kudos

Hi experts,

I have a requirement in fpm we have OVP component in that i have to remove some standart UIBBS. I created enhancement spot and tried to delete the component but it is giving a error kindly help me on this

Thanks & Regards

Mohammed Sajid.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

My requirement is completed now able to remove UIBB throw IF_FPM_OVP_CONF_EXIT  implemented this interface at WDA level

Regards

Mohammed Sajid

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Mohammed,

Ulrich suggestion is a good option, Other than this


1. You can also create a post exit in the corresponding feeder class Get_data method and change the UI visibility property dynamically.


Or


2. Create a custom configuration, copy existing one and change it.


Thanks

Angshuman

Former Member
0 Kudos

Hi Angshuman,


My requirement is  in OVP component i have to remove some component these component are  GUIBBS


Former Member
0 Kudos

HI Mohammed,

You can dynamically change visibility of GUIBB by Implementing interface IF_FPM_APP_CONTROLLER in any WD component or Feeder Class and mention that class/Wd Component as App Controller in OVP configuration General settings.


Then hide your specific GUIBB by implementing that new class method.


Or as you said this is a standard component, check if there any AppController class already exists. If yes, enhance that class.


The FPM Application Controller - Floorplan Manager for Web Dynpro ABAP - SAP Library

Thanks

Angshuman

Former Member
0 Kudos

Hi Angshuman,

Its giving me a below dump

ERROR: Error in GUIBB feeder of application: The interface 'IF_FPM_APP_CONTROLLER ' must not be implemented

and also i also checked methods of this interface i did not find any method that hide the GUIBB

do you have any sample code

Regards Mohammed Sajid.

former_member197475
Active Contributor
0 Kudos

Hi Mohammed,

Have you properly implemented the interface in your feeder class. Also try to implement all the methods as well.

BR,

RAM.

AbhishekSharma
Active Contributor
0 Kudos

Hi Mohammed,

Have you checked if you have updated the Wire.

Thanks-

Abhishek

ulrich_miller
Active Participant
0 Kudos

Hi Mohammed,
I don't think that using an enhancement is the best way for doing the job at hand. Maybe it is sufficient to just change the configuration via customizing (the advance is that it is easy to do and it is modification free, because in that way you don't touch the configuration itself).

Please also refer to this note: 1619534.

Kind regards,
Ulrich