‎2010 Aug 09 1:07 PM
What is Wrapper class in ABAP, and use of it in displaying ALV(s).?
‎2010 Aug 09 1:09 PM
Hi,
see the sample code in program -->SALV_TEST_TABLE..
or
try to see the classes in t-code se24-->enter below classes and see where used list and see the sasmple codes..
CL_WF_CONTAINER_WRAPPER(alv container Wrapper)
CL_IOS_WDACFWRAPPER (Browser Wrapper)
CL_UAC_ALV_GRID_WRAP ( Wrapper for ALV Grid)
CL_UAC_ALV_TREE_WRAP ( Wrapper for ALV Tree)
Regards,
Prabhudas