cancel
Showing results for 
Search instead for 
Did you mean: 

Modify UI element's property at run time

0 Kudos

Hello, it looks like I have to enhance a standard SAP ABAP web dynpro view. We have a requirement to make a Web Dynpro field mandatory. I don't want to do a "core-mod" to change the property (STATE).

Is there any code that I can use at "WDDOMODIFYVIEW" or "WDDOINIT" methods to change the property?

Thanks,

Poplintos

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks to Thomas.... I created component configuration and application config and assigned the ID. It works perfectly!

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Have you considered using component configuration to control the state property instead of performing an enhancement?

0 Kudos

Thanks for the reply. That's an excellent idea. I will pursue component configuartion... they just briefly touched that area in the Web Dynpro training so I didn't catch it well. Thank you.