Application Development 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: 

Accessing BAPI from BOR

Former Member
0 Kudos

Dear Gurus,

I have created a custom BAPI and placed it in the BOR.

Kindly let me know how the BAPI would be accessed from NON SAP System (IBM Webservices). Placing the BAPI in the BOR is more sufficient and it would be accessible from NON SAP System or is there any steps to be followed from SAP point of view?

Thanks in advance.

Thanks

Shanthi

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

For placing a BAPI in BOR is sufficient enough to call from outside . For your information just RFC function module is enough to call from any thrid party systems.

Then basis needs to create a connection for accessing the same

5 REPLIES 5

former_member194669
Active Contributor
0 Kudos

For placing a BAPI in BOR is sufficient enough to call from outside . For your information just RFC function module is enough to call from any thrid party systems.

Then basis needs to create a connection for accessing the same

0 Kudos

Hi,

Thanks for your reply.

Thanks

Shanthi

Former Member
0 Kudos

Hi Shanti,

You have created an RFC that u have attached to the BOR.

For Remote call from any external system (IBM Webservices) please consult the functional person to check if the mapping of the import and export parameters of the RFC are compatible with the data from the external non SAP system(IBM Webservices).

You could also check if there any RFC's attached to the same/different BOR but called from the external sstem (IBM Webservices).

It might give you an idea about the parameters and also if the new RFCs found are triggered from the external system.

Regards,

Anand.

0 Kudos

HI Anand,

Thanks for your time and replying to my post.

The BAPI I have created is an RFC function module. Is that I should create an RFC connection / settings in SM59? Please let me know.

Thanks

Shanthi

Former Member
0 Kudos

Hi Gurushanthi,

You can make use of Webservice & some other technologies.

Refer below link:-

[http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/405c7b45-093d-2a10-8a94-e2c261603035] [original link is broken];

Regards

Abhii