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

Subobjects fo a class 'R3TR CLAS'

MNaveen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,296

Hello all,

Could you kindly tell me what are the subobject types for a class i.e., for a class say 'CL_TEST' if there are 3 or more methods then the subobject and main object types would be something like:

Main Object : Object type: R3TR

Object name: CL_TEST

Sub Objects: Object type: METH

Object name: <method name in the above class>

and so on.

I would like to know what are the various sub object types and what they refer to for a main object 'R3TR CLAS'.

Warm Regards,

Naveen M

Hello all,

Could you kindly tell me what are the subobject types for a class i.e., for a class say 'CL_TEST' if there are 3 or more methods then the subobject and main object types would be something like:

Main Object : Object type: R3TR

Object name: CL_TEST

Sub Objects: Object type: METH

Object name: <method name in the above class>

and so on.

I would like to know what are the various sub object types and what they refer to for a main object 'R3TR CLAS'.

Warm Regards,

Naveen M

1 REPLY 1
Read only

Former Member
0 Likes
863

Hi

If you know the OOPS concept , the classes & objects are the main objects and the attributes (Method,events,exceptions) are the subobjects.

regards

Gaurav