‎2011 Mar 08 11:34 AM
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
‎2011 Mar 08 11:45 AM
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
‎2011 Mar 08 12:57 PM
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.