<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where Does documents gets stored using FM SO_DOCUMENT_INSERT_API1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667794#M1574779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used FM like SO_OBJECT_READ &amp;amp; some methods of CL_GOS_MANAGER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to activate trace before you execute your program &amp;amp; then swithc off  trace after you execute it &amp;amp; finally you can analyze the trace to find out where the data gets stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 11:45:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-08T11:45:49Z</dc:date>
    <item>
      <title>Where Does documents gets stored using FM SO_DOCUMENT_INSERT_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667793#M1574778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM SO_DOCUMENT_INSERT_API1 to store document from WD interface. &lt;/P&gt;&lt;P&gt;Now I want to know whether this FM creates a sap office document or something or type of document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;Umang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667793#M1574778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does documents gets stored using FM SO_DOCUMENT_INSERT_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667794#M1574779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used FM like SO_OBJECT_READ &amp;amp; some methods of CL_GOS_MANAGER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to activate trace before you execute your program &amp;amp; then swithc off  trace after you execute it &amp;amp; finally you can analyze the trace to find out where the data gets stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667794#M1574779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does documents gets stored using FM SO_DOCUMENT_INSERT_API1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667795#M1574780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Umang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mimetype from SOFFPHF which actually differntiates various kinds of document formats stored in binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more related tables, can search with SOFF* in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it may helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 12:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-does-documents-gets-stored-using-fm-so-document-insert-api1/m-p/7667795#M1574780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T12:57:52Z</dc:date>
    </item>
  </channel>
</rss>

