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

How to call a standard BOR method in a program.

Former Member
0 Likes
615

Hi All,

How to call a standard BOR method in a program. For example I have to call BOR method ISUSMORDER.Release in my program but don't know how to call.

Also, plz tell me how to capture the Exceptions in case of BOR method.

Plz help me out in this.

Thanks,

Mithilesh

Hi All,

How to call a standard BOR method in a program. For example I have to call BOR method ISUSMORDER.Release in my program but don't know how to call.

Also, plz tell me how to capture the Exceptions in case of BOR method.

Plz help me out in this.

Thanks,

Mithilesh

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
448

Would be easier (however not always possible), to determine the functionality of this method and call that in your program. I mean, normally this method calls a BAPI, or function module (or a transaction). Have a look at the coding inside of the method, and try and use this.