cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement in standard webdynpro Screen

suvarnamathy_r
Explorer
0 Kudos

Hi,

We have a requirement to add a new field in the layout of the standard webdynpro component

FPM_OIF_COMPONENT for the E Recruitment portal.

Please let us know if this can be done by enhancing the standard WD component.

Regards,

Suvarnamathy

Accepted Solutions (0)

Answers (1)

Answers (1)

ashish_shah
Contributor
0 Kudos

Hi,

Its possible using WDA Enhancement framework.

However you need to identify

1) The correct WDA component that you need to enhance ( right click on view in browser and look for technical details )

2) Look for the view that you need to enhance.

3) Look for the node in which fields inside this node are bound

4) Look for the DDIC structure/table to which this node is bound

Once you identify all above four points , you need to start enhancing in this order

1) Enhance DDIC Structure/table with new fields

2) Enhance WDA Component by pressing CTRL+F4 and create an enhancement implementation of WDA Component

3) in the view, enhance the node first

4) add the needed UI element in the layout and bind it to the node attribute

For more information refer :

[ How to Create Enhancement Implementation in Web Dynpro ABAP |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81?QuickLink=index&overridelayout=true]

regards,

Ashish Shah