cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create enhancement for Standard View in webdynpro java

Former Member
0 Kudos

Hello All,

I have a requirement to make some changes in UI elements of Standard web dynpro java application. As I know that we should not make any modification in SAP standard object because at the time of upgrade it gives problem. As usually in such condition we create Enhancement for webdynpro ABAP. CAn w create enhancement of view and its UI elements in Webdynpro java and if yes how can i achieve it.

Thanks

Faiz Khan 

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

Well, No enhancements. The concept is w.r.t ABAP and carried forward to Web Dynpro ABAP.

In WDJ, we modify the existing function and we ensure the original copy is maintain to revert back(not seamlessly like ABAP) by retaining the option to re-deploy the original copy.

So, as a rule, please backup everything you do, not just in server but preferably also on local server/disk.

Regards,

Sharath

junwu
Active Contributor
0 Kudos

99% case, you can not do anything like the way for wda.