<?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 SO_DOCUMENT_REPOSITORY_MANAGER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624760#M1280940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the function module 'SO_DOCUMENT_REPOSITORY_MANAGER' to upload different file types and then attach them to an email.  THe below code is used to send the mail with the attachement, but it invokes a popup that allows you to enter the email address, and then press send.  My question is can the email address be passed in so this popup box doesn't appear, and if so how?  Basically I want to pass in the email address and have the mail triggered in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD1 = 'SEND'.

  MOVE: G_DOCUMENT-OBJTP TO G_REC_DATA-NOTTP,
        G_DOCUMENT-OBJYR TO G_REC_DATA-NOTYR,
        G_DOCUMENT-OBJNO TO G_REC_DATA-NOTNO,
        'test' TO G_REC_DATA-SNDADR.

  G_HEADER-OBJSND = 'X'.

  CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
    EXPORTING
      METHOD       = METHOD1
      OFFICE_USER  = G_OWNER
      NEW_PARENT   = G_NEW_PARENT
    IMPORTING
      AUTHORITY    = G_AUTHORITY
    TABLES
      RECIPIENTS   = G_RECIPIENTS
      ATTACHMENTS  = G_ATTACHMENTS
      REFERENCES   = G_REFERENCES
    CHANGING
      DOCUMENT     = G_DOCUMENT
      HEADER_DATA  = G_HEADER
      RECEIVE_DATA = G_REC_DATA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 21:21:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T21:21:06Z</dc:date>
    <item>
      <title>SO_DOCUMENT_REPOSITORY_MANAGER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624760#M1280940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the function module 'SO_DOCUMENT_REPOSITORY_MANAGER' to upload different file types and then attach them to an email.  THe below code is used to send the mail with the attachement, but it invokes a popup that allows you to enter the email address, and then press send.  My question is can the email address be passed in so this popup box doesn't appear, and if so how?  Basically I want to pass in the email address and have the mail triggered in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD1 = 'SEND'.

  MOVE: G_DOCUMENT-OBJTP TO G_REC_DATA-NOTTP,
        G_DOCUMENT-OBJYR TO G_REC_DATA-NOTYR,
        G_DOCUMENT-OBJNO TO G_REC_DATA-NOTNO,
        'test' TO G_REC_DATA-SNDADR.

  G_HEADER-OBJSND = 'X'.

  CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER'
    EXPORTING
      METHOD       = METHOD1
      OFFICE_USER  = G_OWNER
      NEW_PARENT   = G_NEW_PARENT
    IMPORTING
      AUTHORITY    = G_AUTHORITY
    TABLES
      RECIPIENTS   = G_RECIPIENTS
      ATTACHMENTS  = G_ATTACHMENTS
      REFERENCES   = G_REFERENCES
    CHANGING
      DOCUMENT     = G_DOCUMENT
      HEADER_DATA  = G_HEADER
      RECEIVE_DATA = G_REC_DATA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 21:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624760#M1280940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T21:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_REPOSITORY_MANAGER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624761#M1280941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try FM SO_OBJECT_SEND with folder_id and object_id from structure document of FM SO_DOCUMENT_REPOSITORY_MANAGER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Léon Hoeneveld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 15:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624761#M1280941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T15:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: SO_DOCUMENT_REPOSITORY_MANAGER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624762#M1280942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;leon hoeneveld&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; can u pls make it clear coz am beginner in abap so i cant understand what u r saing pls??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 05:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-document-repository-manager/m-p/5624762#M1280942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-19T05:44:24Z</dc:date>
    </item>
  </channel>
</rss>

