cancel
Showing results for 
Search instead for 
Did you mean: 

Modification in Standard WDA.

Former Member
0 Kudos

Hi Experts,

Can we add Custom Field on PO Details in SNC(5.1).The field will be a Display one which would fetch data from R3.

How can we do this modification as PO details application is standard WDA,please advice how can this be achieve.

Thankx in advance!

Regards,

Sayeda

Accepted Solutions (0)

Answers (2)

Answers (2)

uday_gubbala2
Active Contributor
0 Kudos

Hi Sayeda,

1). Open any Standard Webdynpro Component to enhance.

2) If you want to Enhance a method or design a layout on the View, then select the View and then select the View -> Enhance from the menu bar.

3) Give the Enhancement Name and Description and save it.

4) After saving you can see that the view would be in inactive state and in the status bar you can see a message like u201CEnhancement implementation XXXXXXXXXX createdu201D. (Where XXXXXXXXXX is the name you had given earlier)

If you navigate to method tab, you can see Pre-Exit, Post-Exit, & Overwrite Exit.

a)Pre-Exit u2013 If you write code in this method, it will execute before the standard method executes.

b)Post-Exit u2013 If you write code in this method, it will execute after the standard method executes.

c) Overwrite Exit u2013 If you write code in this method, the standard method will be overwritten by this method and only the overwrite exits will work.

6) Just click on the create button on anyone of the method based on requirement and write your code and activate it and execute the application.

Regards,

Uday

Former Member
0 Kudos

Hi,

Please check for the enhancements to that WDA.

Refer this link for enhancements in WDA -

Regards,

Lekha.

Former Member
0 Kudos

Thankx Lekha,

However the Purchase Order WDA is called through a Standard BSP,i am unable to track which is this BSP and how can that be modified as required.Please advice.

Regards,

Sayeda