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: 

command tables.

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

Regards,

Rich Heilman