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

is SAP ECC 6.0 supports full object oriented features?

Former Member
0 Likes
325

in SAP R3 4.7 version we can do OBJECT ORIENTED PROGRAMMING but not PURELY.That we can't declare all variables inside a class like as java.Is it possible to do it in SAP ECC 6.0 versions.

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
257

Not sure what you mean when you are referring to "as in java". You can declare your class attributes inside the class, in any version of NetWeaver where OO is support, 4.6c and higher. You use the "attributes" tab in SE24 to declare your global variables, you can of course declare local ones inside your methods as well.

Regards,

Rich Heilman