Hi Friends,
I am new to Web Dynpro, I have question to you guys.. I dont know is it possible or not..
Ok the Question is..
My Requirement is to enable(Editable) or disable(Not editable) the column in ALV, according to so some conditions...
I have ALV table in my screen and lets assume that i have 20 column..
I know we can do this in method "WDDOMODIFYVIEW" of view . But i dont want to do this because every time when i click on the any element of the ALV on the screen it will go to method "WDDOMODIFYVIEW" and sets the attributes every single time.
Can i create a Context node with attributes of this 20 fields and bind the READ ONLY property of the ALV column to each one in context node. So that i can create a Method in Component controller and call that method every time where i disable or enable columns of ALV using a specific Action Button and change the Context node property.. Rather un nessasarily excecuting the method "WDDOMODIFYVIEW" of view every time for simply on clicking the checkbox of the ALV column or any thing .......
Hope i have made you people understand my Question..
Thanks for help in Advance.
Madhu MV.