cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Rows from ALV comp. in action SAVE

former_member210563
Participant
0 Kudos

Hi,

I have a WD component where I use ALV for entering data for a table. I have one button action named SAVE.

I also have implemented the ONDATACHECK event in my ALV where I already use R_PARAM to check for modified cells.

However, I now want to delete the lines from the ALV that the user has deleted in the table permanently by clicking SAVE.

Can I use R_PARAM t_deleted_rows outside ONDATACHECK, i.e. in SAVE event. Is there anything that I have to be aware of doing that ?

BR

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Peter,

Have you made SAVE as customized  button on ALV .

If yes then u can read R_PARAM parameter and  check weather it is SAVE then do your process here..

thanks and regards,

Anup Banerjee

former_member210563
Participant
0 Kudos

Hi,

I made a assistance class that moves the content of R_PARAM-t_deleted_rows to the view with my SAVE button and it Works fine.

Peter

Answers (0)