Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Make columns editable by using cl_salv_hierseq_table...

aris_hidalgo
Contributor
0 Likes
688

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!

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
478

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

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
479

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