<?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 Partial Execution of Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-execution-of-program/m-p/6912408#M1483031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a unique problem.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a ABAP prog. of mine getting executed in process chain, but it so happens that when it gets executed it does execute modify statement to a table and reverts with sy-subrc eq 0. But it does not save any records in DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when same we execute the same in SE38 it commits those values in DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankeet Pujara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 07:08:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-24T07:08:09Z</dc:date>
    <item>
      <title>Partial Execution of Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-execution-of-program/m-p/6912408#M1483031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a unique problem.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a ABAP prog. of mine getting executed in process chain, but it so happens that when it gets executed it does execute modify statement to a table and reverts with sy-subrc eq 0. But it does not save any records in DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when same we execute the same in SE38 it commits those values in DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankeet Pujara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 07:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-execution-of-program/m-p/6912408#M1483031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T07:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Execution of Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/partial-execution-of-program/m-p/6912409#M1483032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these putting an explicit COMMIT WORK into your program. If that doesn't work, debug and find out what's going on. You can get into debug a number of ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set an session/External breakpoints, and run the process chain in synchronous mode&lt;/P&gt;&lt;P&gt;2. Create a never ending loop:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: x TYPE c.
WHILE x IS INITIAL.
ENDWHILE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Launch the process chain. Then in SM50, when it hits your program, from SM50 debug your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 07:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/partial-execution-of-program/m-p/6912409#M1483032</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-05-24T07:22:31Z</dc:date>
    </item>
  </channel>
</rss>

