Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Handling electronic attachments in CV03N (GOS)

Former Member
0 Kudos

Hi!

In a 4.6C SAP R/3 system we are using the DMS module. There are many electronic documents (like MS Word, MS Excel, etc) attached to a lot of DMS documents with CV01n or CV02N, using the GOS (Generic Object Services).

I would like to know, where are these documents stored, and how can I download, delete, modify them from an ABAP program?

I think there is a link to these files and the file itself, I'm interested in both.

See the images for details:

http://tinypic.com/r/2h3yf0l/5

http://tinypic.com/r/29c54le/5

Thank you

Tamás.

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

Just a few mins back, I was searching exactly same what you are looking for!

Check the tables SOFFCONT1,SRGBTBRE,SOOD.However My requirement didnu2019t meet from these tables but its mighty worth to look at these tables!

4 REPLIES 4

former_member181995
Active Contributor
0 Kudos

Just a few mins back, I was searching exactly same what you are looking for!

Check the tables SOFFCONT1,SRGBTBRE,SOOD.However My requirement didnu2019t meet from these tables but its mighty worth to look at these tables!

0 Kudos

Thanx for the input. Do you know some good FM-s to handle these tables?

Thank you

Tamá

0 Kudos

Take a look at ARCHIVOBJECT_GET_TABLE and more FM which designated under FG ARCHIVOBJECT.

Cheers

GauthamV
Active Contributor
0 Kudos

These tables contain attachments related to GOS objects.

TABLES :sood,srrelroles,srgbtbrel.