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

RFC

Former Member
0 Likes
464

HI

is it possible to call class method remotely like we can do with remote enabled function module. if 'yes', how to make it?

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
432

Hello Marat

As far as I am aware this is not (yet) possible.

However, if you look at the Properties tabstrip of any class (SE24) you will find the field Category having the following description:




 DE SEOCATEGRY

 ____________________________________________________

 Short Text

     Class/Interface category

 Definition

     This field cannot be maintained explicitly, but is assigned to special
     types of classes. Currently these are:

     o   01: Exit classes, that is classes of a BAdI (Business Add-In) of
         associated generated adapter classes

     o   10: Persistent classes in terms of Object Services

     o   11: Factory for persistent classes

     o   12: Status classes for persistent classes

     o   20: View classes (for later use)

     o   30: Proxy classes for remote interfaces (for later use)   " <<<<<

     o   40: Exceptions, that is a class in terms of the new ABAP Object
         Exception Handling

     All other classes have the value:

     o   00: General object type

Perhaps the near future will bring us RFC-enabled classes.

Regards

Uwe

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
433

Hello Marat

As far as I am aware this is not (yet) possible.

However, if you look at the Properties tabstrip of any class (SE24) you will find the field Category having the following description:




 DE SEOCATEGRY

 ____________________________________________________

 Short Text

     Class/Interface category

 Definition

     This field cannot be maintained explicitly, but is assigned to special
     types of classes. Currently these are:

     o   01: Exit classes, that is classes of a BAdI (Business Add-In) of
         associated generated adapter classes

     o   10: Persistent classes in terms of Object Services

     o   11: Factory for persistent classes

     o   12: Status classes for persistent classes

     o   20: View classes (for later use)

     o   30: Proxy classes for remote interfaces (for later use)   " <<<<<

     o   40: Exceptions, that is a class in terms of the new ABAP Object
         Exception Handling

     All other classes have the value:

     o   00: General object type

Perhaps the near future will bring us RFC-enabled classes.

Regards

Uwe

Read only

0 Likes
432

Thanks