2010 Jul 27 5:59 PM
Hi all
I've been doing some research on ALV extract in Classic ALV (REUSE..).
The example program is BALVEX01, but my question is:
Does ALV OO have this property? If not, what's the reason for this?
Can anybody tell me how to implement this extract property in ALV OO?
Thanks.
PS: When I say "extract" I mean the set of functions REUSE_ALV_EXTRACT_SAVE, etc.
2010 Jul 28 10:03 PM
I don't know if this will exactly help you:
The Function Module REUSE_ALV_EXTRACT_SAVE is called under REFRESH_TABLE_DISPLAY of the CL_GUI_ALV_GRID class. The Call is not direct but via the method SOFT_REFRESH_TABLE_DISPLAY and then a public method of call www_alv_call. The conditional call is derived under various condition, so if you need to find out the condition on whihc it is fired and might be you will have a result.
Thanks
Anirban M.
2010 Jul 28 10:03 PM
I don't know if this will exactly help you:
The Function Module REUSE_ALV_EXTRACT_SAVE is called under REFRESH_TABLE_DISPLAY of the CL_GUI_ALV_GRID class. The Call is not direct but via the method SOFT_REFRESH_TABLE_DISPLAY and then a public method of call www_alv_call. The conditional call is derived under various condition, so if you need to find out the condition on whihc it is fired and might be you will have a result.
Thanks
Anirban M.
2010 Jul 29 9:01 PM
Thanks for prompt reply
But, I believe that SAP does not implement this property in ABAP OO and I don´t know how to replace it.
Regards
Nicocer.