Hi there,
Is there a possibility to automatically update a totals-field in an ALV-grid?
At the moment the totals-field is only updated when the ALV-grid is refreshed (PBO). I want an immediate update when the user enters a value in the ALV.
Who can help me?
Angelo
Hi Angelo,
Use event <b>'DATA_CHANGED'</b>. For this the user has to atleast press <b>enter</b>. In event <b>'DATA_CHANGED'</b>, you can call the <b>refresh_table_display</b> method and changed the value of the subtotal.
Regards,
Subramanian V.
Add a comment