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

command tables.

Former Member
0 Likes
257

Is using tables command ok in object oriented programming? I know we have to use it for selection screen but is there a way out?

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
232

TABLES statement are not allow in ABAP OO. You must use DATA statements instead.

Regards,

Rich Heilman