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

reading file from content server

Former Member
0 Likes
4,902

Hi friends

I have to retrieve a PDF file from a content server and put it in another sharefolder.

The content server is running in another server then sap.

any idea about how this can be done.

Looking forward to your kind answer.

Thanks

Hi friends

I have to retrieve a PDF file from a content server and put it in another sharefolder.

The content server is running in another server then sap.

any idea about how this can be done.

Looking forward to your kind answer.

Thanks

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
2,480

You can use fm


SCMS_DOC_READ_FILES

or check SAP standard program


DMS_KPRO_READ

Read only

0 Likes
2,480

hello,

how did you finally solve it?

I have to do the same and I can't find a way to do it.

Thank you,

carol.

Read only

brad_bohn
Active Contributor
0 Likes
2,480

You can map a shared network location on your SAP file system and read/write from/to the location using the 'DATASET' commands just like you would if the folder was on your app server. Get your Basis team to provide the mapping and location. Otherwise, use FTP or one of the several file reading functions available and discussed on the site.

Read only

Former Member
0 Likes
2,480

Hi again

Could you plz elaborate a little about the following parameter of FM SCMS_DOC_READ_FILES

STOR_CAT

CREP_ID

DOC_ID

PHIO_ID

PATH

FRONTEND

SIGNATURE

NO_CACHE

P_TRANSFER_PHIO

Thanks.

Read only

Former Member
0 Likes
2,480

Hi

Problem soleved

DMS_KPRO_READ wa a good option

regards.

Read only

2,480

Hello Malu,

I want to know how you use the program DMS_KPRO_READ?

Thanks