cancel
Showing results for 
Search instead for 
Did you mean: 

Content Server records

Former Member
0 Kudos

Hi guys,

I have an ECC system (SAP ERP 6.0 EHP6) whereby among many functionalities, Record Management System (RMS) is used. Various RMS attachments like jpeg, pdf and doc are stored in Content Server. Normally, we access these attachments thru docid. The attachments are saved in the MaxDB (version 7.6) database of the Content Server. I wish to know a few things regarding MaxDB content:

How are the attachments kept in the MaxDB database? Can I view them in the database (like in Oracle we have BLOB fields)? I'm using Database Studio and SQL Studio for MaxDB. For example, in SQL Studio I can see 'schemas' DOMAIN, SUPERDBA and SYSINFO, each containing several tables. Which one contain the relevant tables? I suppose the docid is being kept in some table as well.

regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Suraj,

Refer to the information from thread http://scn.sap.com/thread/3352909

You may perform SQL queries on tables starting with COMPONENTS*.

Hope this helps

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thanks for the reply.

I had already gone thru the note before but in my case I'm not able to find tables like CONTREP, DOCUMENTS* etc at all.

Note that I logged into the Database Studio with user superdba and control and still can't find the tables.

Any idea?

regards.