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: 

Attributes of class

Former Member
0 Kudos

hello,

is der any table r RFC FM which displayes the attributes of the classes.

Actually my requirement is to compare the Attributes of classes of two servers .help me out ....

3 REPLIES 3

Former Member
0 Kudos

erm well, is it just two classes or do you have to do this more often?

if it´s just a one time thing, you can view your classes in each system with SE80 and well, compare their attributes.

g_srivastava
Active Contributor
0 Kudos

Hi Ishwar,

Please have a look on these function modules.

CLASS_READ_CHARACT API: Direct Characteristics of Class (Witho

CLASS_READ_CHARACT_ALL API: All Direct and Inherited Characteristi

CLASS_READ_CHARACT_ALL_ATTR API: All Direct and Inherited Characteristi

CLASS_READ_CHARACT_ATTR API: Direct Characteristics of Class with A

CLASS_READ_CHARACT_INH API: Only Inherited Characteristics of Clas

CLASS_READ_CHARACT_INH_ATTR API: Only Inherited Characteristics of Clas .

Hope it resolves the query.

Have a best day ahead.

awin_prabhu
Active Contributor
0 Kudos

Try FM,s

'CAPI_CLASS_READ_ATTR'

'CARD_CLASS_READ_ATTR'

Thanks.