cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Enhancement : Rename text of the View Elements

Former Member
0 Kudos

Hello All,

I want to enhance standard web Dynpro component. I need to rename text of some of view element.Ex.- label. I searched on SDN but I can able to find only following two things.

1. We can able to remove the view element in enhancement implementation.

2. We can add Post/Pre methods to the view methods.

But I am not able to find the "How to rename the text of the view element?"

Ex.: I have one label. Text for that label before enchantment is 'ABC' . when enhancement implementation is active, it should be 'PQR'.

Any pointers?

Thanks in Advance,

Prashant Jagdale

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you just need to rename the text of labels then you don't need the enhancement framework for that. Using either adminstrative personalization or component configuration you can override the SAP delivered label text with your own without changing the underlying Web Dynpro component.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b170d256293c5ce10000000a421937/frameset.htm

Answers (0)