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

Calling a static method of BOR from abap program

Former Member
0 Likes
463

Hi Guys,

I am writing an abap batch program. I need to call and BOR method which is instance independent. The macro swc_call_method is not working as I do not have any instance of the BOR. Can anyone suggest any idea on how to implement this?

Any help appreciated much.

Thanks much.

Jignesh

Note: I am working on SAP ISU version 4.64

Hi Guys,

I am writing an abap batch program. I need to call and BOR method which is instance independent. The macro swc_call_method is not working as I do not have any instance of the BOR. Can anyone suggest any idea on how to implement this?

Any help appreciated much.

Thanks much.

Jignesh

Note: I am working on SAP ISU version 4.64

1 REPLY 1
Read only

Former Member
0 Likes
396

Found solution myself!