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

File path for application server file

Former Member
0 Likes
509

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

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

3 REPLIES 3
Read only

daixiong_jiang3
Active Participant
0 Likes
462

I think Transaction AL11 and FILE will help you

Read only

Former Member
0 Likes
462

So will the file path be

/usr/sap/GB1/DVEBMGS02/work/abc.doc

Help ..

Read only

Former Member
0 Likes
463

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