cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding standard fields through Get_Data method of CL_EHFND_FBI_GUIBB_FORM

jagesh_lakdawala
Active Participant
0 Kudos

Hi Experts,

I want to hide the standard fields from FPM form screen, for that screen generic feeder class CL_EHFND_FBI_GUIBB_FORM is being used.

can you please suggest me where should i add my custom code for hiding or disabling some of the standard fields?

I think this feeder class is very generic in nature(must be called from within many FORM UIBB) so writting custom code in POST EXIT of GET_DATA method of this generic class should not be the right approach.

kindly suggest.

Regards,

Jagesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Patrick_vN
Active Contributor

If you don't wish to enhance the feeder class directly, might making a new/custom feeder class inheriting from CL_EHFND_FBI_GUIBB_FORM be an option? And use the custom feeder class instead of the standard one?

Patrick_vN
Active Contributor
0 Kudos

If this is not something you have to do at runtime, then you could consider modifying the Component- and/or Application Configuration of the webdynpro's involved. Especially if it is only one webdynpro you wish to modify..

jagesh_lakdawala
Active Participant
0 Kudos

Hi Patrick,

Issue is i have do modify the screen elements property dynamically at runtime based on some other screen fields value and due to this i can't enhance the component configuration statically.

and it is the GUIBB (based on feeder class as mentioned above) and not the webdynpro view where i can modify or enhance.

Regards,

Jagesh