cancel
Showing results for 
Search instead for 
Did you mean: 

MDG document storeage

11-22-2024 3:15 PM
isabelle1993 Explorer
1035 views 2 comments
SAP Managed Tags
Labels
MDG
Subscribe

Dear community,

I have a question regarding documents on the change request.
Where are the documents physically stored in SAP? The table USMD1211 shows for which change request there are documents, but not where they are stored in the SAP memory. Is there a way to download the documents in bulk?

Regards

Isabelle

Accepted Solutions (0)

Answers (2)

Answers (2)

umasaral
Contributor
0 Likes

Hi 

In SAP, documents related to change requests are typically stored in the SAP Content Server or a linked Document Management System (DMS). The table USMD1211 links documents to change requests, but the physical storage is usually managed externally (e.g., in DMS tables like `DRAD` for attachments). To download documents in bulk, you can use SAP's Archive Link or a custom ABAP program that accesses the DMS content.

you can refer to the following SAP documentation:
SAP Content Server Documentation: http://help.sap.com/viewer/product/SAP_CONTENT_SERVER

SAP Archive Link Documentation: http://help.sap.com/viewer/product/SAP_ARCHIVELINK

SAP Document Management System (DMS): http://help.sap.com/viewer/product/SAP_DOCUMENT_MANAGEMENT_SYSTEM

 

adityaIngale66
Active Participant
0 Likes

Hi @isabelle1993 ,

The CR attachment Files are stored in the table USMD1212 in RAWSTRING format.

Best regards,

Aditya