cancel
Showing results for 
Search instead for 
Did you mean: 

Include Custom Webdynpro Component in FPM

Former Member
0 Kudos

Hello,

I have a requirement to include a Custom Webdynpro ABAP Component in the FPM Component FPM_FORM_UIBB. I created the Configuration for it . The View on it has several fields. I want to open the Custom Webdynpro Component view with a field which has OVS(Object Value Selector) which opens a popup. Instead of this OVS Popup ,I want to display the Custom Webdynpro ABAP Component View on clicking it . How can I achieve the same ?

Any help would be highly Appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You must NOT enhance to change anything in FPM_FORM_UIBB. What you can do is enhance the feeder class of the compoenent you configured. There you can add a new field that has a custom OVS in the feeder class.

Please refer to the FPM Development Guide available on this site.

Former Member
0 Kudos

how to add custom feeder class wih custom webdynpro componet  ?is it possible ?if possible how?

please its urgent any body could you give me reply  please.

Former Member
0 Kudos

Hi abdul,

my requirement is  i  want to add  custom f4  help in fpm thats wahy i am asking ,ovs help is possible in feeder classs and webdynpro  webdynpo i know but in fpm i dont know thats why  i am asking  please explain me? if you know?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try with the UIBB of your component configuration, put the name of WD in  'Component' attribute and the name of view in 'View' attribute.

Former Member
0 Kudos

Hi Rohit,

First of all my questing is why do you want to use the webdynpro component as a OVS search help.??

FPM itself is providing interfaces : IF_FPM_GUIBB_OVS , IF_FPM_GUIBB_OVS_SEARCH for OVS search help.

So you should make use of that and that is according to the FPM UI guidelines.

Thanks & Regards

Praveen Gupta