cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Program (4.6c) calls an XI interface

Former Member
0 Kudos

Hi all,

I hoe someone ca help me !

I have an abap program that generates a txt file using

the "open dataset..,transfer..., close dataset.." command.

I would like to do the same using XI between !

How can I call an XI interface, transfer from the abab may internal table containing the file information and finally write the file in the destination server out of XI ?

Gaspare

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Gaspare,

1. prepare an RFC FM that you'll trigger from your ABAP program with destination XI (tcp/ip)

2. import FM in XI and create the rest of the messaging structures (repository), configure the XI directory

and you're done

you can use these documents:

Configuring the Sender RFC Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm

Configuring the Receiver File/FTP Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

Regards,

Michal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have to import data from files, generated by an external system, into SAP automatically without a start command by the final user and I'd like to use an xi interface to do this. Can you help me?

Former Member
0 Kudos

Hi Michal,

thank you very mutch, I'll try this way !

Gaspare

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

I think it's quite easy to configure

so it's a good way to start with this one:)

Regards,

Michal