Application Development and Automation 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: 
Read only

Where Does documents gets stored using FM SO_DOCUMENT_INSERT_API1

Former Member
0 Likes
3,194

Hi All,

I am using FM SO_DOCUMENT_INSERT_API1 to store document from WD interface.

Now I want to know whether this FM creates a sap office document or something or type of document.

Thanks in Advance

Umang

2 REPLIES 2
Read only

Former Member
0 Likes
1,577

Hi ,

The Data is stored in the tables like SOFDK, SOFMK, SOODK, SOOD1 etc. Recently I had to develop an object to read the notes attached in the Generic Object services toolbar of XD03.

I had used FM like SO_OBJECT_READ & some methods of CL_GOS_MANAGER.

I suggest you to activate trace before you execute your program & then swithc off trace after you execute it & finally you can analyze the trace to find out where the data gets stored.

Regards

Abhii

Read only

Former Member
0 Likes
1,577

Hello Umang,

To be precise to the point, all the documents created with any SO_* FM's family, will be stored in binary formart in database table SOFFCONT1 and the attributes of the document such as Name, Date Created,Size,MimeType..etc can be found in SOFFPHF.

Mimetype from SOFFPHF which actually differntiates various kinds of document formats stored in binary.

For more related tables, can search with SOFF* in SE11.

Hope it may helps!

Regards,

Pavan.