cancel
Showing results for 
Search instead for 
Did you mean: 

How to Modify standard FPM Application

0 Kudos

Hi All,

  I am new to Webdynpro FPM In GAF i have added a standard WD Component view to my custom GAF-WD Application. How to populate data in standard view in my custom application. How to modify standard WD Applications in FPM.

Thanks & Reards,

Ramesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://help.sap.com/saphelp_nw70ehp3/helpdata/en/6c/5632d4e79b4003b97c93946ad3aa29/content.htm

http://scn.sap.com/message/13978815

http://scn.sap.com/thread/1864791

http://scn.sap.com/thread/3221559

If Helpful.....Points....:)

Thanks...

Dileep Kumar.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ramesh,

If the standard WD Component is part of FPM then Enhance the WD Comp and in COMPONENT Controller you can see PROCESS_EVENT method analyze your requirement and implement the code in Pre exit or Post exit or Override of PROCESS_EVENT method and in this method you can set the data and get data from different WD Comp and populate on UI.

Former Member
0 Kudos

you can use preexit or postexit of  standard method to fill data in your custom component

Former Member
0 Kudos

Hi Ramesh,

You have to use enhancement framework for enhancing the standard FPM application and also you can use ehancement implementation for enhancing the standard Webdynpro component.Then you will have to use WD_DO_MODIFY >>POSTEXIT method to populate data.

Best Regards

Praveen Gupta

0 Kudos

Thanks Praveen...

0 Kudos

Hi Praveen,

  I have a small doubt can i include 'FPM_FORM_UIBB, FPM_LIST_UIBB and FPM_TAB_UIBB interfaces in single feeder class and can i use all functionality in single FPM Configuration ?

Thanks & Regards,

Ramesh.