<?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 Program call via SUBMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660226#M2015602</link>
    <description>&lt;P&gt;Is it possible to determine in a program whether this program was called from another program via SUBMIT?&lt;/P&gt;
  &lt;P&gt;The function module "SYSTEM_CALLSTACK" or the class "CL_ABAP_GET_CALL_STACK" are unfortunately not usable for this.&lt;/P&gt;
  &lt;P&gt;I am grateful for any hint.&lt;/P&gt;
  &lt;P&gt;Best wishes&lt;/P&gt;
  &lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2022 12:02:17 GMT</pubDate>
    <dc:creator>mabue</dc:creator>
    <dc:date>2022-12-09T12:02:17Z</dc:date>
    <item>
      <title>Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660226#M2015602</link>
      <description>&lt;P&gt;Is it possible to determine in a program whether this program was called from another program via SUBMIT?&lt;/P&gt;
  &lt;P&gt;The function module "SYSTEM_CALLSTACK" or the class "CL_ABAP_GET_CALL_STACK" are unfortunately not usable for this.&lt;/P&gt;
  &lt;P&gt;I am grateful for any hint.&lt;/P&gt;
  &lt;P&gt;Best wishes&lt;/P&gt;
  &lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 12:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660226#M2015602</guid>
      <dc:creator>mabue</dc:creator>
      <dc:date>2022-12-09T12:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660227#M2015603</link>
      <description>&lt;P&gt;you could create a SingleTon class in the calling program. But this will not work if you are searching for solution without update calling programs&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 12:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660227#M2015603</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-12-09T12:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660228#M2015604</link>
      <description>&lt;P&gt;where the SingleTon class is the heavier version of the singleton? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(ok, it's friday...)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 12:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660228#M2015604</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-12-09T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660229#M2015605</link>
      <description>&lt;P&gt;I could do a DP_Single_Ton   but  &lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; certainly lurk somewhere against Hungarian notation ... &lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 12:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660229#M2015605</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-12-09T12:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660230#M2015606</link>
      <description>&lt;P&gt;No (as far as I know).&lt;/P&gt;&lt;P&gt;You need to change the calling program to pass the information (either via EXPORT ... TO MEMORY ID ... or via new parameter).&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 14:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660230#M2015606</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-09T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660231#M2015607</link>
      <description>&lt;P&gt;Sandra ? you prefer the EXPORT ... IMPORT instead of the SinGlEtOn design pattern ?? &lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 14:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660231#M2015607</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-12-09T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660232#M2015608</link>
      <description>&lt;P&gt;Sandra, that's a good idea with EXPORT-IMPORT. Why didn't I think of that?   &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Frederic, if I'm honest, I don't understand how you mean that with the singleton class.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 15:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660232#M2015608</guid>
      <dc:creator>mabue</dc:creator>
      <dc:date>2022-12-09T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Program call via SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660233#M2015609</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; I don't see how singleton pattern can overcome the Internal Session barrier. The singleton will exist only in Internal Session "1", it won't exist in Internal Session "2".&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 17:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-call-via-submit/m-p/12660233#M2015609</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-09T17:10:44Z</dc:date>
    </item>
  </channel>
</rss>

