cancel
Showing results for 
Search instead for 
Did you mean: 

Load target server (receiver ftp file) into abap mapping

Former Member
0 Kudos

Hi,

In a Idoc to file FTP scenario , i would like to know which is the target server into an abap mapping.

It's possible?

How to load the target server of a ftp receiver file?

Thanks, in advance

Carme

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Carme,

Your question is not very clear.

>> i would like to know which is the target server into an abap mapping.

Can you rephrase this sentence? If you mean to ask is it possible to use ABAP mapping in a FIle-IDOC scenario, then the answer is yes. Irrespective of the scenario (sender/receiver) you can use any type of mapping.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi, Jai

And thanks for your answer.

I'll explain it better... I'm using an abap mapping and I need to execute an FTP_COMMAND in it.

For this reason, I would know the FTP server... because it must be an parameter in the FTP_COMMAND call .

Carme

Former Member
0 Kudos

Hi Carme,

I am not an ABAPer and never tried an ABAP mapping.

In Java mapping/Graphical mapping it is possible to access the name of the receiver Business system name in the mapping using Runtime Constants. THere is a blog in SDN on the same topic "Accessing Runtime COnstant in Mapping" by Michal.

It should be possible to do the same in ABAP mapping.

Regards,

Jai Shankar

Former Member
0 Kudos

Any imput, please?