alv
dear all,
i have used the function module REUSE_ALV_LIST_DISPLAY to print a list. how should i prepare a drill down report from here.
thanks in advance.
use the ' i_callback_user_command' option, create your user_command form then take it from there. Works great to call other reports or do anything else.
Hope this helps
..or use the relevant methods of the class CL_GUI_ALVGRID - more coding but far far better performance time - particularly using field symbols - and the way that SAP do it!
The function modules are for those that really don't understand what is going on !