‎2007 Jul 08 3:51 AM
Hi,
I have created a Class using SE80 using Class/Interface option. Can anybody please explain me what will be difference between
RFC and Class Interface. Whether Class Interface can be used as same RFC?
If yes how class can be accessed from other legacy systems?
I am very new to ABAP
Thanks
SAR
‎2007 Jul 08 3:53 AM
Hi SAR,
Welcome to SDN :).
RFC is just a another FM which can be connected from Remote system. So the class and RFC are not the same thing.
Regards,
Atish
‎2007 Jul 08 3:56 AM
Hi Atish,
Thanks for your reply.
How this Class can be accessed from legacy system?
Thanks
SAR
‎2007 Jul 08 4:01 AM
Hi SAR,
I don't think it can be accessed via Legacy system.
If you want to connect through the Legacy system then you can create RFC or use BAPI.
Regards,
Atish
‎2007 Jul 08 4:41 AM
Hi Atish,
Thankyou for your replies.
If these class cannot be accessed. then how these SAP standard global classes can be accessed.
Whether we need to right a wrapper RFC for all these? I heard BAPI's also global classes that have BOR entries.How these BAPI are accessing from legacy?
Thanks
SAR.
‎2007 Jul 08 5:27 AM
Hi SAR,
With every BAPI there is associated class.so when you access BAPI from outside it ultimatily refers to your class methods and attributes.
Reward if useful!