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
JuveriaK
Active Participant
0 Likes

You cannot directly identify the transaction that created each SOFFCONT1 record.

However, you can infer the business context by checking SRGBTBREL:
- TYPEID_A shows the business object (e.g. BUS2012, BKPF, DRAW)
- RELTYPE = ATTA indicates an attachment

For DMS documents, check table DMS_DOC2LOIO.

Also verify content repository configuration in OACT, because SOFFCONT1 is the default store but may be overridden.