cancel
Showing results for 
Search instead for 
Did you mean: 

file-xi-file

Former Member
0 Kudos

Hello firends,

I am doing a file to file scenario where I need to pick the file from the directory structures of R/3. But my XI is unable to pick the file since the directory structure is not present in the abap stack of XI.

Is there a way to pick the file from R/3 directory structures when the directory structures of XI are different? I mean when they both are not mounted on the same directories.

Thanks for the help.

Regards,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

nope that not possible i believe. just check for proxy-xi-file scenrio as in proxy u can read the file mounted on r3 directory

Answers (3)

Answers (3)

Former Member
0 Kudos

well i haven't this kind of scenario but i guess one approach could be...

write a client proxy where u will read the text file from R3 and then call the XI.

client proxy be should be scheduled through a batch job...

Former Member
0 Kudos

Hello Kumar,

I did many scenarios file to file.

Try to explain again the problem and I try to help.

Regards

Elad

Former Member
0 Kudos

Hi,

Now I am doing it as FTP to FTP.

Hope it works.

Thanks for the help.

Regards,

Kumar

prabhu_s2
Active Contributor
0 Kudos

sure....kep us posted on the results

prateek
Active Contributor
0 Kudos

Configure an FTP server on ur R/3 system. Otherwise it is not possible to communicate to XI with File Adapter.

Regards,

Prateek