cancel
Showing results for 
Search instead for 
Did you mean: 

FM ABAP <-> XI <-> BAPI

Former Member
0 Kudos

Hi.

Have a function mudule in ABAP that's calling a standard bapi.

Depending on configuration we get back it calls the bapi localy or by calling XI to get information from an other system.

Calling localy = no problem.

But how do i setup the configuration in in XI when I perform the following in the functin module?

CALL FUNCTION 'BAPI_****' DESTINATION dest

dest = XI

What do i need to do in XI to get this to work?

BR

Kalle

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you need to create a whole flow in XI

BAPI.request - XI - BAPI.response

if you need to make it synchronous

you need to develop all objects in ID and IR

there is no other way

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

You need to configure RFC adapter at XI for receiving calls from XI. At SAP end, you need to create an RFC destination (TCP/IP) and program ID which could be used from XI.

Regards,

Prateek