cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello everyone,

Currently we have execute a project which we migrate all documents from the SOFFCONT1 table to a ContentServer repository. We are migrating this documents with the report RSIRPIRL.

Our question is about the type of document storage on SOFFCONT1, it is possible to know which transaction or type of document is currently saving documents on this table? This is because we need to perform testing with the migrated document, but we need to know who storage documents to ask to the final users test this new content server.

Thanks and best regards!


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
0 Likes
View Entire Topic
karim_benakli_kb
Participant
0 Likes

Hi, this is true but still you can get an idea of what type of business documents have attachments stored in there.

For most of them just look in SRGBTBREL table, the column TYPEID_A contains the business object type, and RELTYPE indicates ATTA when an attachment is effectively stored in the table SOFFCONT1.

For the particular case of DRAW (DIR - document info records) you can check table DMS_DOC2LOIO which contains also DIRs to which attachments have been added and which are also by default stored in SOFFCONT1

Of course you should always check the configuration of the content categories (OACT) as SOFFCONT1 is used by default but that can be changed to other content store such as content server, yac, opentext, etc.