‎2008 Nov 24 1:57 PM
Hi abappers,
I want inherit some button of my dynpro and other button of other dynpro
if the list of my ALV is 'List A' or 'List B'
I looking for CL_GUI_ALV_GRID method, I wnat found a method or other form for inherit button of my dynpro.
Can you help me, please?
Cordial greetings.
‎2008 Nov 24 4:11 PM
I' d suggest you use the ALV ORM model-class CL_SALV_TABLE which allows you to easily switch functions via its method SET_SCREEN_STATUS.
Regards,
Thomas
‎2009 Jan 27 5:43 PM