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

OOALV duplicate row issue

former_member364077
Participant
0 Likes
541

Hi Experts,

My ALV report displays list like all the key fields would be in un-editable format and remaining will be editable format.

My issue now is , If I select a record and press on duplicate row, it duplicating the row as all key fields in un-editable format and remining in editable format. but I want to make key fields also editable in case of duplicate row.

Please suggest me is there any way to achive my requirement?

Appreciate your help..

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

former_member364077
Participant
0 Likes
504

Solved by my self.

Called method refresh_table_display in event Data_change_finished of ALV.

Hi Experts,

My ALV report displays list like all the key fields would be in un-editable format and remaining will be editable format.

My issue now is , If I select a record and press on duplicate row, it duplicating the row as all key fields in un-editable format and remining in editable format. but I want to make key fields also editable in case of duplicate row.

Please suggest me is there any way to achive my requirement?

Appreciate your help..

Thanks in Advance.

1 REPLY 1
Read only

former_member364077
Participant
0 Likes
505

Solved by my self.

Called method refresh_table_display in event Data_change_finished of ALV.