cancel
Showing results for 
Search instead for 
Did you mean: 

Check-out originals from Content Server to File server?

Former Member
0 Kudos

Hello Experts,

We have urgent requirement to check-out huge number of originals from the Content server and send to an application server (ftp server).

The input data that we can use to fetch the originals are  PHOIO nunber or LOIO or Original File name.

I tested below function module but they does not seem to meet our requirements.

BAPI_DOCUMENT_CHECKOUTVIEW2  - Originals are checked-out to C:\Temp\

CV120_KPRO_CHECKOUT_TO_SERVER

CV120_KPRO_CHECKOUT_TO_TABLE

SDOK_PHIO_LOAD_CONTENT - here the content is written to table in binary mode.

CV120_DOC_GET_FILE

Also i tested program - DMS_KPRO_READ. In this case, manual action is required to select the path in front end where the originals needs to be checked-out.

Please help if you have suitable solutions.

Thanks!

sandeep

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi guys,

does anyone know how to do the inverse? (from SAP server to tcode CV02N by example)

I created a post for this issue here:

download file from SAP server to CV02N (= DMS archive)

it could be very helpful if you have the answer?!

Thanks!!

Former Member
0 Kudos

Hello Sandeep,

You can use "DMS_KPRO_READ" report to achive your purpose. In this report you will get PHIO ID & LOIO ID. with these ID's you will get originals path to download the files uploaded on content server to application server or FTP server.

Use F_BROWSE function to select all files in foreground/background to downlaod it on desktop. I have implement in my project & it is working fine till date.

Thanks

Pravin

Former Member
0 Kudos

Hi,

Try CDESK tranx for mass editing

Regards

Shishir