cancel
Showing results for 
Search instead for 
Did you mean: 

Find documents on Content Server

Former Member
0 Kudos

Hello all.

On our intranet, we have a page for searching our documents in SAP.

To do this, I use differents BAPI (BAPI_DOCUMENT_GETDETAIL2, BAPI_DOCUMENT_GETLIST, BAPI_DOCUMENT_GETOBJECTDOCS, ...) with SAPRFC on PHP.

The problem is with the documents stored on the Content Server. Where can I find the path of the document ? And how can I link it on a web page ??

Thanks

Edited by: Pil Louze on Sep 9, 2009 10:14 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pil,

you can display or download original file archived in content server with the standard bsp CVAW_VIEW_DOCFILE;

You can find it in SE80->package->cvaw->BSP library->BSP application->CVAW_VIEW_DOCFILE.

CVAW_VIEW_DOCFILE is part of package Webdocument, BSP application for Display and manage DMS Original Files.

If you don't want to use BSP, yo case copy BSP ABAP code in a RFC Function Module for download file content to PHP Server.

Best Regards,

Chris