cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding ALV in WABDYNPRO ABAP

Former Member
0 Kudos

Hi,

   I am displaying ALV using webdynpro abap hiding some columns.when i delete any row in the alv ,the refreshed alv is also displaying hiding columns.

Can you please let me know how to hide those colums after deleting any row .

Thanks ,

Lakhsmi.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You are refreshing the alv code i.e. don't call any methods related to alv, just bind the new data.

Another method, but not suggested one is i.e. you can write the same code which you have written for hiding the columns again after the deletion of the row code.

Regards,
Sanket.

Harsh_Bansal
Contributor
0 Kudos

Hi,

Where exactly have you written the code to hide the columns?

Regards,

Harsh Bansal

ramakrishnappa
Active Contributor
0 Kudos

Hi Nagalakshmi,

Hope you are hiding the columns when application starts for first time. If so, please place the alv configuration logic in WDDONIT of your view.

Are you using standard function for deleting a row or custom function?

Make sure that you are not refreshing the alv model after your delete action.

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

After deleting just repopulate the data in the node which is bind with the ALV.. Don't call all methods.