‎2007 Nov 09 2:06 AM
Hello Experts,
I am currently doing a report and displaying its output by using OO ALV(using cl_salv_hierseq_table)
In my report, I want to make a certain column editable. How do I do this? Also, is it possible to
reflect the changes in that editable column in other columns? Hope you can help me guys.
Thank you and take care!
‎2007 Nov 09 4:41 AM
Hello Viraylab
Method GET_EVENT (of CL_SALV_HIERSEQ_TABLE) returns an instance of CL_SALV_EVENTS_HIERSEQ. Looking at the available methods and events of this class you will see that an event like DATA_CHANGED is missing.
Thus, like for class CL_SALV_TABLE I assume that the edit function has not (yet) been implemented into these standard class.
Regards
Uwe
‎2007 Nov 09 4:41 AM
Hello Viraylab
Method GET_EVENT (of CL_SALV_HIERSEQ_TABLE) returns an instance of CL_SALV_EVENTS_HIERSEQ. Looking at the available methods and events of this class you will see that an event like DATA_CHANGED is missing.
Thus, like for class CL_SALV_TABLE I assume that the edit function has not (yet) been implemented into these standard class.
Regards
Uwe