<?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: calling an ABAP program from a document list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103779#M438809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suresh,&lt;/P&gt;&lt;P&gt;unfortunately we have to call an ABAP program from a custom report, so we can not use a SUBMIT &amp;lt;report&amp;gt;.&lt;/P&gt;&lt;P&gt;Anyway thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 23:06:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T23:06:49Z</dc:date>
    <item>
      <title>calling an ABAP program from a document list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103777#M438807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have the following problem with a custom ABAP program.&lt;/P&gt;&lt;P&gt;This program executes a lot of user's functions, such as documents creation, material movements creation, and so on.. from a single dynpro.&lt;/P&gt;&lt;P&gt;We would like to call this program from a list of documents with a call-transaction and we would like to come back to the list at the end of all user's activities.&lt;/P&gt;&lt;P&gt;Unfortunately we are not able to use a call_transaction since the program has got many commit_work and, after a call_transaction it stops at the first commit_work. &lt;/P&gt;&lt;P&gt;Is there another way to link a list to an abap program ?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 20:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103777#M438807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: calling an ABAP program from a document list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103778#M438808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see if this works.. place the call transaction inside another cutsom report &amp;amp; use SUBMIT &amp;lt;report&amp;gt; and RETURN to isolate the workprocesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 01:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103778#M438808</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-13T01:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: calling an ABAP program from a document list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103779#M438809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suresh,&lt;/P&gt;&lt;P&gt;unfortunately we have to call an ABAP program from a custom report, so we can not use a SUBMIT &amp;lt;report&amp;gt;.&lt;/P&gt;&lt;P&gt;Anyway thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 23:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103779#M438809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T23:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: calling an ABAP program from a document list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103780#M438810</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; If your Dynpro program is writted in a moduralized way like Form..endForm&lt;/P&gt;&lt;P&gt; you can try calling this form from your list program using the appropriate&lt;/P&gt;&lt;P&gt; values where ever necessary. Like wise the screen/programs also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 00:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-program-from-a-document-list/m-p/2103780#M438810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T00:11:39Z</dc:date>
    </item>
  </channel>
</rss>

