cancel
Showing results for 
Search instead for 
Did you mean: 

Saving a file in content server

meghomallar_das
Participant
0 Kudos

Hi Experts,

We had a requirement, we had to save large numbers of pdf files, so we have planned to use content server. Now the content server is installed in windows, please suggest me how will I save a file to the content server and later view that file through its url.

Thanks n regards,

Megh.

Accepted Solutions (0)

Answers (1)

Answers (1)

dipak_khatavkar
Participant
0 Kudos

Hi,

You can use SAP DMS standard T-code for Create, change and display document.

T-code CV01N -create document

           CV02N change document

          CV03N Display Document.

You need to configure Document Type using DC10 in that you can tick chekbox Use KPRO : its is stored at Content Server.

After installation of SAP CS you need to configure Content repository and Content Categories for document storage.both are belongs to SAP content Server.

After that you can create document using CV01N and store document into SAP CS.

if you have any query please tell us!!

Thanks,

Dipak.

meghomallar_das
Participant
0 Kudos

Hi,

Thanks for your reply, I nned to store the pdf files from my custom program. Can you please tell me the steps I need to perform to configure. And how will I get the URL to store the file and retrieve it later?

Regards,

Megh.

dipak_khatavkar
Participant
0 Kudos

HI,

1. By using SAP DMS BAPI's you can create,change or display document,

please refer following link.

http://wiki.sdn.sap.com/wiki/display/PLM/BAPIs+available+in+SAP+DMS

2. You can access document through portal or by using EasyDMS frontend tool.

for portal refer this link  http://scn.sap.com/thread/853061

http://wiki.sdn.sap.com/wiki/display/PLM/Mass+workstation+deployment+with+EasyDMS+7.0

3. For Document type configuration please use following document

http://help.sap.com/printdocu/core/print46c/en/data/pdf/CADMS/CADMS.pdf

Thanks,

Dipak.

dipak_khatavkar
Participant
0 Kudos

Hi Megh.

Hope our replies have helped you.

If not please provide your queries to us so that we can answer your queries.

Thanks.

Dipak

meghomallar_das
Participant
0 Kudos

HI,

Thanks for your replies once again. A|nyways, one more thing I want to know is that, while storing a file(pdf) to local machine programatically we give the file path and store it, and to retrieve the file from local machine programatically we use the same filepath. Now in content server from where can I get the file name to store the file?

Regards,

Megh.

dipak_khatavkar
Participant
0 Kudos

Hi Megh.

There is no need to give file path in configuration because you have used SAP CS with Maxdb database. so in SAP CS file will be saved in compressed and binary format. SAP CS can manage internally.

You just need to create Content Repo. and Category.

when you create document just stored at Content Categories.

Try one thing you just create document using CV01N then you will get idea.

where to store and how to get document?

Thanks.

Dipak.

meghomallar_das
Participant
0 Kudos

Hi,

What are the datas needed to passed in cv01n.

dipak_khatavkar
Participant
0 Kudos

Hi Megh,

You need to create first document type, it will use in Document creation process.

otherwise goto DC10 and pick up one any document type and test it.

so please refer above link for document type creation.

Thanks.

meghomallar_das
Participant
0 Kudos

hi...

will it be possible using DC20 because there I found a field where we can put external server link. Please reply.

dipak_khatavkar
Participant
0 Kudos

Hi Megh.

First You need to decide where you want to store the document either SAP Content Server or SAP Database or Vault etc.

You will use Content Server for storage.

So as per my understanding their is no need to do any configuration in tocde DC20, this tocde will use if document store into the Vault.

You must create Document Type for document creation. Document type is part of Document key to use categorized document.

If you have any query, please let me know.

Thanks.

Dipak