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

Remote enabled - Classes???

Former Member
0 Likes
500

Hi Expert,

Can ABAP classes be called remotely, like remote enabled function modules?

Warm Regards,

Abdullah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

No.

A class is never CALLED....only class methods are called....

you can write a class method that calls a remote function module...but a class method is not callable remotely.

1 REPLY 1
Read only

Former Member
0 Likes
396

No.

A class is never CALLED....only class methods are called....

you can write a class method that calls a remote function module...but a class method is not callable remotely.