Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Outbound process-Picking up the file automatically

Former Member
0 Likes
404

Hi All,

In outbound processing,we have configured to get the output file in the XML format and used the EDI_PATH_CREATE_DATE_TIME function module in WE21 to get the output file along with the time and date.We have to pick up the XML file and do the FTP(for doing the FTP tranfer we have written one ZPROGRAM) transfer to the EDI Subsystem.The problem we are facing here is that the created XML(along with the time and date)0utput file should be automatically picked by the ZPROGRAM written for ftp transfer.Previously we have done that by giving manually the file name as a inputparameter in the ZPROGRAM and then transfer it to the EDI Subsystem.

Kindly give a suggestion as soon as possible.

Thanks in advance.

Raj.

Hi All,

In outbound processing,we have configured to get the output file in the XML format and used the EDI_PATH_CREATE_DATE_TIME function module in WE21 to get the output file along with the time and date.We have to pick up the XML file and do the FTP(for doing the FTP tranfer we have written one ZPROGRAM) transfer to the EDI Subsystem.The problem we are facing here is that the created XML(along with the time and date)0utput file should be automatically picked by the ZPROGRAM written for ftp transfer.Previously we have done that by giving manually the file name as a inputparameter in the ZPROGRAM and then transfer it to the EDI Subsystem.

Kindly give a suggestion as soon as possible.

Thanks in advance.

Raj.

1 REPLY 1
Read only

andrea_galluccio2
Contributor
0 Likes
353

Hi,

can u put the file in a standard place and the modify the zprogram to read the file in the specific location?

Or, u can use logical files. With it, u can use custom function to construct the whole path of the filename to read.

For more informations about logical files (and how determine the namefile runtime), u can read the in-line documentation of the file field of the trx "FILE"

Hope it helps

Bye

Andrea

Pls reward if it helps