<?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 function  SO_DOCUMENT_REPOSITORY_MANAGER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-so-document-repository-manager/m-p/2339995#M515601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use the following function to send some files with email .&lt;/P&gt;&lt;P&gt;what is the field that tells me that i sent the files.&lt;/P&gt;&lt;P&gt;i ask this because there is the possibility to press the Cancel button and don't send the e-mail .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      METHOD       = METHOD1&lt;/P&gt;&lt;P&gt;      OFFICE_USER  = G_OWNER&lt;/P&gt;&lt;P&gt;      REF_DOCUMENT = G_REF_DOCUMENT&lt;/P&gt;&lt;P&gt;      NEW_PARENT   = G_NEW_PARENT&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      AUTHORITY    = G_AUTHORITY&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      OBJCONT      = G_OBJCNT&lt;/P&gt;&lt;P&gt;      OBJHEAD      = G_OBJHEAD&lt;/P&gt;&lt;P&gt;      OBJPARA      = G_OBJPARA&lt;/P&gt;&lt;P&gt;      OBJPARB      = G_OBJPARB&lt;/P&gt;&lt;P&gt;      RECIPIENTS   = G_RECEIPIENTS&lt;/P&gt;&lt;P&gt;      ATTACHMENTS  = G_ATTACHMENTS&lt;/P&gt;&lt;P&gt;      REFERENCES   = G_REFERENCES&lt;/P&gt;&lt;P&gt;      FILES        = G_FILES&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      DOCUMENT     = G_DOCUMENT&lt;/P&gt;&lt;P&gt;      HEADER_DATA  = G_HEADER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2007 10:15:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-05T10:15:07Z</dc:date>
    <item>
      <title>function  SO_DOCUMENT_REPOSITORY_MANAGER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-so-document-repository-manager/m-p/2339995#M515601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use the following function to send some files with email .&lt;/P&gt;&lt;P&gt;what is the field that tells me that i sent the files.&lt;/P&gt;&lt;P&gt;i ask this because there is the possibility to press the Cancel button and don't send the e-mail .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      METHOD       = METHOD1&lt;/P&gt;&lt;P&gt;      OFFICE_USER  = G_OWNER&lt;/P&gt;&lt;P&gt;      REF_DOCUMENT = G_REF_DOCUMENT&lt;/P&gt;&lt;P&gt;      NEW_PARENT   = G_NEW_PARENT&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      AUTHORITY    = G_AUTHORITY&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      OBJCONT      = G_OBJCNT&lt;/P&gt;&lt;P&gt;      OBJHEAD      = G_OBJHEAD&lt;/P&gt;&lt;P&gt;      OBJPARA      = G_OBJPARA&lt;/P&gt;&lt;P&gt;      OBJPARB      = G_OBJPARB&lt;/P&gt;&lt;P&gt;      RECIPIENTS   = G_RECEIPIENTS&lt;/P&gt;&lt;P&gt;      ATTACHMENTS  = G_ATTACHMENTS&lt;/P&gt;&lt;P&gt;      REFERENCES   = G_REFERENCES&lt;/P&gt;&lt;P&gt;      FILES        = G_FILES&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      DOCUMENT     = G_DOCUMENT&lt;/P&gt;&lt;P&gt;      HEADER_DATA  = G_HEADER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 10:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-so-document-repository-manager/m-p/2339995#M515601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T10:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: function  SO_DOCUMENT_REPOSITORY_MANAGER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-so-document-repository-manager/m-p/2339996#M515602</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;G_DOCUMENT-OKCODE  =  'CHNG' --&amp;gt; indicates the document is sent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_DOCUMENT-OKCODE  =  'ESC' --&amp;gt; indicates the document is not sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this code after the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jeevitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 12:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-so-document-repository-manager/m-p/2339996#M515602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T12:30:59Z</dc:date>
    </item>
  </channel>
</rss>

