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: 

Attachements in SAP Office

Former Member
0 Kudos

Dear Ladies and Gentlemen,

i would like to know, where the atachements of messages (documents) are stored or how you can extract these attachements. Are they stored in a table or in the filesystem of the server? I have to work with atachements of type PDF. Can i handle this?

Thanks a lot for your answers,

Marcel

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

I am misspelled 3rd option in my previous post

it not GOS_MANAGER but it is CL_GOS_MANAGER.

aRs

5 REPLIES 5

Former Member
0 Kudos

hi,

we can see all the files in tcode :AL11 tcode.

former_member194669
Active Contributor
0 Kudos

Hi,

Possible Solutions

1. Using SAP standard functionality of

BDS (Business Document Services )

BDN (Business Document Navigator)

OR

2. Using SAPDOI (SAP Desktop Office Integration)

Custom Program needed

OR

3. Using Class GOS_MANAGER

SAP Business Document Service (BDS) is an easy-to-integrate document management component in the R/3 Basis System. The global class CL_BDS_DOCUMENT_SET contains the most important methods for easy document handling, such as Create, Display, Change, and Delete, and for creating different content, language, and format versions. BDS doesn’t require customization and can be used out of the box with default settings. However, if you have additional requirements such as special document attributes, a transport connection, or the use of external storage systems, you can customize BDS.

You can access BDN by using:->

a). Transaction Code OAOR

b). Menu path Office -> Business Documents -> Documents -> Find

a). Call_navigator method from the class CL_ BDS_DOCUMENT_SET. (This point is for Developers)

aRs

former_member194669
Active Contributor
0 Kudos

Hi,

I am misspelled 3rd option in my previous post

it not GOS_MANAGER but it is CL_GOS_MANAGER.

aRs

Former Member
0 Kudos

Are the attachements stored in ddic table?

former_member194669
Active Contributor
0 Kudos

Hi,

Look for SO* (SE11--> SO * --> Press F4) tables. There may be a lot of. But if you want to save it in Filesystem also possible . But need some configuration from basis.

aRs