<?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 Submit a custom prog. from standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643688#M27447</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I have a custom report program, wherein its creating a outbound delivery, this prog. doesn't have any COMMIT WORK statements, but has ALV log output&lt;/P&gt;
  &lt;P&gt;I want to SUBMIT this custom program from one of the BADI of MIGO transaction&lt;/P&gt;
  &lt;P&gt;Pl. let us know is it OK to SUBMIT a custom report prog. from standard MIGO's BADI?&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 04:29:14 GMT</pubDate>
    <dc:creator>former_member194142</dc:creator>
    <dc:date>2018-02-01T04:29:14Z</dc:date>
    <item>
      <title>Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643688#M27447</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I have a custom report program, wherein its creating a outbound delivery, this prog. doesn't have any COMMIT WORK statements, but has ALV log output&lt;/P&gt;
  &lt;P&gt;I want to SUBMIT this custom program from one of the BADI of MIGO transaction&lt;/P&gt;
  &lt;P&gt;Pl. let us know is it OK to SUBMIT a custom report prog. from standard MIGO's BADI?&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 04:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643688#M27447</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2018-02-01T04:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643689#M27448</link>
      <description>&lt;P&gt;If you display anything, SAP does a rollout of the external session, which triggers an implicit database commit (not a commit work).&lt;/P&gt;
  &lt;P&gt;If you had a COMMIT WORK in your program, that wouldn't change anything. It wouldn't impact the processing of the MIGO (I mean, nothing more than the implicit database commit), because SUBMIT starts a new SAP LUW so anything submitted by MIGO to the update task in its own SAP LUW will not be started by this COMMIT WORK in the other SAP LUW.&lt;/P&gt;
  &lt;P&gt;But you didn't tell us which BAdI it was, and which method, so it's difficult to tell you whether the implicit database commit is fine at an undefined moment.&lt;/P&gt;
  &lt;P&gt;PS: you may do an SQL trace (ST05) to check whether there were some updates before your implicit database commit.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 06:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643689#M27448</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-01T06:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643690#M27449</link>
      <description>&lt;P&gt;Have you tried it? What happened?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 07:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643690#M27449</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-01T07:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643691#M27450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Is MIGO's final output anyway dependent on your Custom Program ?&lt;/P&gt;
  &lt;P&gt;If not, then instead of SUBMIT how about raising an EVENT and let that event schedule your Custom Program as a Job.&lt;/P&gt;
  &lt;P&gt;Do you see any problem with this approach ? &lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643691#M27450</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-02-01T08:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643692#M27451</link>
      <description>&lt;P&gt;I'm guessing they want to show ALV on screen in MIGO. Rather curious about a business case here...&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643692#M27451</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2018-02-01T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Submit a custom prog. from standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643693#M27452</link>
      <description>&lt;P&gt;business requirement has been cancelled because of budget issues&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 00:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-a-custom-prog-from-standard-program/m-p/643693#M27452</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2018-02-02T00:58:21Z</dc:date>
    </item>
  </channel>
</rss>

