how to change xml-filename?

hi folks,

is there a way to change filename of xml-data created by the server?
i’m calling a SAP-function-module which results are converted to xml and send to partner-system by ftp. the filename created is “ftpfile#.data”.

thanx
john

You can do that by creating your own flow service.
You’ll need BC Developer to create a new flow service.

  1. Call the SAP function
  2. Use the XML functions to convert data to a string.
  3. Use the FTP functions in BC to FTP the file wherever you want.

Contact me at cs905s@yahoo.com if you need help.