‎2009 Aug 16 6:05 AM
Hi All,
I have a file 'abc.doc' stored on the application sever.
I want to crate a document using the BAPI_DOCUMENT_CREATE and store this file
What is the file path that I need to pass into the bapi.
Please help
Warm Regards
Sunil Kumar.
‎2009 Aug 16 8:54 AM
Hello Sunil
You are right. That's the file path you should specify. It looks like your application server is running on UNIX platform. You can use transaction AL11 to locate your file and specify the file path in normal unix format. If this doesnt work, you can try prefixing your file path with "file:// ".
Cheers
Anand
‎2009 Aug 16 6:10 AM
‎2009 Aug 16 6:22 AM
So will the file path be
/usr/sap/GB1/DVEBMGS02/work/abc.doc
Help ..
‎2009 Aug 16 8:54 AM
Hello Sunil
You are right. That's the file path you should specify. It looks like your application server is running on UNIX platform. You can use transaction AL11 to locate your file and specify the file path in normal unix format. If this doesnt work, you can try prefixing your file path with "file:// ".
Cheers
Anand