cancel
Showing results for 
Search instead for 
Did you mean: 

FTP Sender Adapter- Dynamic Namic

Former Member
0 Kudos

Hi,

I have to implement a scenario on a SAP PO which is as follows

1) Connect to a Mainframe Dataset and read the data, where each line item contains Name of a dataset and Receiver System.

2) Connect to the Data set mentioned in the file ( Identified in step 1) and zip the file and send the file to the System ( Identified in step 1).

I am good with step1, Could you suggest the approach for Step 2?

Regards,

Kiran.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi KK

I think you are connecting to mainframe data set using FTP adapter right?

write an java mapping which will do the below steps

1. Read the main file and identify the data set and receiver name.

2. Zip the file.

3. Use FTP connection, to send the file to receiver.

For FTP you can check the blow below

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/07/17/send-file-to-two-different-locati...

Answers (0)