<?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: RFC Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099502#M1183381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Checks whether other Back ground jobs also gets cancelled .&lt;/P&gt;&lt;P&gt;2.Check with your basis team..reg:authorizations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 10:53:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-06T10:53:07Z</dc:date>
    <item>
      <title>RFC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099499#M1183378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a zBAPI that posts financial documents. After posting, it sends an email of the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine when done in foreground. Remotely, SO_DOCUMENT_SEND_API1 is raising subrc 4 which is no authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get it. Why would the zBAPI executes properly in foreground but encountered problem when done in background? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Same user account used in both transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099499#M1183378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099500#M1183379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share code,&lt;/P&gt;&lt;P&gt;are you using fm Gui_upload or download .....if yes they  dependent on the gui and will not work in back gnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099500#M1183379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099501#M1183380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
    EXPORTING
      document_data              = lwa_doc
      document_type              = c_raw
      put_in_outbox              = c_x
      commit_work                = c_x
    IMPORTING
      sent_to_all                = lv_sent
      new_object_id              = lv_id
    TABLES
      object_content             = li_content
      receivers                  = li_rcvrs
    EXCEPTIONS
      too_many_receivers         = 1
      document_not_sent          = 2
      document_type_not_exist    = 3
      operation_no_authorization = 4
      parameter_error            = 5
      x_error                    = 6
      enqueue_error              = 7
      OTHERS                     = 8.
  IF sy-subrc NE 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing special with my code. Just calling an FM to send my emails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099501#M1183380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099502#M1183381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Checks whether other Back ground jobs also gets cancelled .&lt;/P&gt;&lt;P&gt;2.Check with your basis team..reg:authorizations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-problem/m-p/5099502#M1183381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:53:07Z</dc:date>
    </item>
  </channel>
</rss>

