cancel
Showing results for 
Search instead for 
Did you mean: 

Flag File creating/generating on 3rd Party FTP Server

former_member188015
Participant
0 Kudos

Hi,

This is simple scinario like File to FTP server in SAP PO .7.4 SP 06 . I need to create flag file after trasnsfter of original file sucessfully with the same name into Partner FTP server.

Ex: Orginal File Name : Filename.ext.

The flag filename should be Filename.ext.!!! . The file content are irrelevant.

How to generate/create flag file into Partner FTP server?

Please suggest me.

Thanks in Advance.

Srinivas.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Srinavasa,

You can use the multimapping concept with this http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90dcc6f4-0829-2d10-b0b2-c892473f1...and to generate two files.

However, i dont like so much my below suggestion, May be, you can do a shell script to generate a new file and to execute it in the "Define Operating System Commands" section.

Hope this helps.

Regards.

former_member188015
Participant
0 Kudos

Hi Vila,

Thanks for your reply.

It is just transmit the file. There is no ESR Interface Objects.

Regards,

Srinivas

former_member184720
Active Contributor
0 Kudos

You don't need to define ESR objects to generate two files.

Just add two inbound interfaces and select maintain order runtime.

But the problem would be file name. If your trigger file name is constant then you can go with this approach.

Else follow the below wiki to set the dynamic filename using java mapping.

Dynamic file name for pass-through scenario - Process Integration - SCN Wiki

naveen_chichili
Active Contributor
0 Kudos

Hi Srinivas,

You need to create OS level script to create a dummy flag file and use the script in the reciever communication channel it will work.

Thanks,

Naveen

former_member188015
Participant
0 Kudos


Hi Naveen,

Thanks for quick reply.

There is a condition that the flag file should be generate after transmitted orginal file sucessfully into Partner FTP server.

naveen_chichili
Active Contributor
0 Kudos

Yes , just explain the situation to your unix person if your OS is unix he will give you a script by which you can achieve this in your reciever communication channel.

thanks,

Naveen

former_member188015
Participant
0 Kudos

Hi Naveen,

Thanks again.

Can you provide script if you have.

Regrds,

Srinivas.