cancel
Showing results for 
Search instead for 
Did you mean: 

How can i disable/enable a field in web dyn pro application dynamically.

0 Kudos

I have made a table in web dynpro (not alv) for an application.

How can I disable/enable a particular Field (column) of the table dynamically.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sashvat,

Please check the below link.

https://scn.sap.com/thread/1471958

Thanks & Regards,
Shyja

Former Member
0 Kudos

Hello,

Please posting something on SCN, try to search for the same it on Google and SCN . May be somebody already asked that question is past..

Now ,try this link..

BR

ChanS.

Former Member
0 Kudos

You will have to bind the property 'Enabled' of the text view ui of the column for which you want to disable/enable to an attribute of type WDY_BOOLEAN.

when you want to enable the field populate the attribute with ABAP_TRUE else ABAP_FALSE.

Reward if useful.

Former Member
0 Kudos

Dear, Don't ask for points and rewards. Its against the rule of SCN.