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

customized bor

Former Member
0 Likes
304

Dear all,

i've created a customized bo at SWO1. How should i call the method in this customized bo in my abap program? i have try swc_create_object lz_message 'ZMESSAGE' lz_message_key...but i find that my customized bor is not in the table TOJTD. anyidea how? Any documentations of customized bor ? thank you.

1 REPLY 1
Read only

former_member189420
Active Participant
0 Likes
278

Hi,

I think BO methods can only be called using BAPIs. There should be a BAPI to call your method using the Business Object you have created. So that when the BAPI is run it internally calls your method.

Will let you know if I find more on this.

Regards,

Anand Patil