Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wrapper class in abap

muditbathwal621
Explorer
0 Likes
3,087

What is Wrapper class in ABAP, and use of it in displaying ALV(s).?

1 REPLY 1
Read only

Former Member
0 Likes
1,960

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