2009 Jun 05 7:18 PM
Hello people,
How can I call a static method via RFC?
I am in SRM and would like to call a static method defined in ECC.
What is necessary to be configured in this class/method?
Thanks!!!
2009 Jun 05 7:30 PM
You may need to write RFC in ECC and call it from SRM
and write following code in RFC for call a static method
reference_obj=>method_name
EXPORTING
.....
.....
a®
Hello people,
How can I call a static method via RFC?
I am in SRM and would like to call a static method defined in ECC.
What is necessary to be configured in this class/method?
Thanks!!!
2009 Jun 05 7:30 PM
You may need to write RFC in ECC and call it from SRM
and write following code in RFC for call a static method
reference_obj=>method_name
EXPORTING
.....
.....
a®
2009 Jun 05 7:39 PM
2009 Jun 05 7:57 PM
This is not possible to call a method just like RFC.
Workaround way will be write a RFC and within that instantiate the class and call your method .
and then call RFC with destination option
a®
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |