cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to send the Proxy data to Target file system directly

Former Member
0 Kudos

Hi Friends,

Is it possible to send the Proxy data to Target file system directly with out using the FTP adapter.

This is actually IDOC to File interface, but due to the length problem, used Pipe line as a field separator instead of Fillers.

Now the requirement is they want the file with fillers.

So will this "IDOC -> XI -> ABAP PROXY-> TARGET FILE System" possible with out using FTP adapter.

If possible which adapter will be used in this case, to send the Abap proxy directly to the Target File System.

Request you all to kindly help in this regard.

Thanks in advance,

Pratibha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pratibha !

You can use ABAP to create the target file, programming inside the ABAP Proxy, or you can use an FTP/File adapter instead of the ABAP Proxy. I you give more details maybe we can help you more.

Regards,

Matias.

Former Member
0 Kudos

Hey

you need to have atleast 1 adapter/proxy on receiver side,if you don't want to use FTP on receiver side,then you can dump the data on XI server itself(use FTP for XI server receiver) and then schedule some script to send this data to the actual receiver system.

but i don't understand the reason why you don't want to use any adapter for actual receiver.

could you please clarify

Thanx

Aamir

Former Member
0 Kudos

Hi

I have some questions.

1. Why you are using proxy at target.

2. Please specify what are these fillers.