‎2008 Jul 19 8:28 PM
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.
‎2008 Jul 20 2:57 AM
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