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

Editable fields (Rows and columns) using CL_SALV_HIERSEQ_TABLE

Former Member
0 Likes
772

Hi,

I have to create an Hierarchical ALV with 2 Level using CL_SALV_HIERSEQ_TABLE.

The problem is; i need check boxes as well as editable fields in column. I need checkboxes at item lines (which i am able to).

Can anyone guide me how to make fields editable in CL_SALV_HIERSEQ_TABLE ?

Thanks in advance.

Regards,

Hemant

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
613

Editable fields(other than the checkboxes) are not supported using the ALV Object model(SALV classes).

Regards,

Rich Heilman

Read only

Former Member
0 Likes
613

As Rich suggested it wont work i have modified the approach.

Read only

0 Likes
613

What approach did you go with?