Application Development 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: 

CL_TABLECONTROL class

Former Member
0 Kudos

Hi

Is there anyone who knows how to implement CL_TABLECONTROL class.

Thanks

2 REPLIES 2

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

Normally this is not done on such a low-level. Just create a dynpro, open this with (graphical) screen painter and use the table control wizard.

You will get a table control and the basic functions (like scrolling) are already implemented.

Regards,

Christian

0 Kudos

Hikmet,

You would be wasting a great deal of your development IF you did not follow Christian advice.

SAP has done all of the "hard work" for us with the table control. Simply drag-andd-rop it onto a screen and start adding your custom logic.