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 external system using bapi (urgent)

Former Member
0 Kudos

hi,

can anyone tell me the procedure how to access the external system using bapi

regards

sree

3 REPLIES 3

Former Member
0 Kudos

Hi,

bapi, is a remote function call. For that u have to maintain an rfc connection,

then only it will workout.

Assign points if useful.

Regards

(YUGANDHAR.P)

0 Kudos

Hi,

when u test the Fm it will ask for target system.

Assign points if useful.

Regards

(YUGANDHAR.P)

Former Member
0 Kudos

Hi

First Maintain entry for the RFC destination in RFCDEST table

Since BAPI works as a RFC enabled fun module you have to pass this destination for this.

Then you have to map the data exactly to the Bapi structure fields

such that the Application document is CAP is created with the data from the External system.

Regards

Anji