cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need to FTP the file attached to SAP SRM - IMS

Former Member
0 Likes
209

Hi All,

We are using SAP SRM  IMS (Invoice management system) for invoicing. While creating invoice user will be attaching the document in SRM. I need to transfer teh attached file (FTP) from SRM server to another server outside SAP. I can able to get teh attachment name from 'BBP_PDATT' table. But I could not able to get teh physical path of this file. Does any one know, how to get teh physical path of the file in SRM server. Only if I get the physical path, then only I can able to FTP teh file.

Regards,

Sasi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Is there any FM to download the file ro FTP the file. I can able to locate the file using BBP_PDATT table and BBPCONT tables.