2015 Aug 18 9:09 AM
Hello Experts,
Please allow me to bring here in this forum a question on which I am very curious upon.
As a matter of fact we know that in ABAP OOPs, public attributes/methods can always be accessed from outside the corresponding class.
However, my question is, can these attributes or methods be called from non-SAP systems, i.e., from legacy systems ? Of course there needs to be a connectivity between SAP and non-SAP system.
If the answer is yes, then is this how in BAPIs, BOR interacts with non-SAP systems?
Kindly let me know as your valuable response will be much appreciated.
Kind Regards,
Souvik
2015 Aug 18 10:03 AM
Hi Souvik,
Looks like it is not possible, but you can enclose your class/method in an RFC enabled function module, pass the public attributes to the exporting parameter of the FM.
Thanks,
Norman
Hello Experts,
Please allow me to bring here in this forum a question on which I am very curious upon.
As a matter of fact we know that in ABAP OOPs, public attributes/methods can always be accessed from outside the corresponding class.
However, my question is, can these attributes or methods be called from non-SAP systems, i.e., from legacy systems ? Of course there needs to be a connectivity between SAP and non-SAP system.
If the answer is yes, then is this how in BAPIs, BOR interacts with non-SAP systems?
Kindly let me know as your valuable response will be much appreciated.
Kind Regards,
Souvik
2015 Aug 18 10:03 AM
Hi Souvik,
Looks like it is not possible, but you can enclose your class/method in an RFC enabled function module, pass the public attributes to the exporting parameter of the FM.
Thanks,
Norman
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |