<?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: help at commit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231678#M770881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write ur all code in one subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eX. FORM ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Ur Code here.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call subroutine with following syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ABC ON COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 05:44:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T05:44:48Z</dc:date>
    <item>
      <title>help at commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231677#M770880</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;i need to update a table (ITAB) taking date from a standard table )STANDARD_ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at internal_standard_table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to fill in a field with = sy-uzeit (but at commit) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please advise can i simply do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal_standard_table-field1 = sy-uzeit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 05:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231677#M770880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: help at commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231678#M770881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write ur all code in one subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eX. FORM ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Ur Code here.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call subroutine with following syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ABC ON COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 05:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231678#M770881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T05:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: help at commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231679#M770882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Newbie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all the statements are completed and once u r ready to commit, u once again modfiy each record and update the table. The Difference between assigning the user time and updating that record in the table (commit time) would be so less that it may not be recorded by uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u can proceed with ur logic and for a small change keep updating (committing) only single record at a time to get the very latest update time for each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 05:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231679#M770882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T05:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: help at commit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231680#M770883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the selection screen there will be 2 check box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) to update my table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) to test only (view result but do not update)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then there another 2 radio button &lt;/P&gt;&lt;P&gt;i) rb_first (update table specific to certain conditon)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i)rb_second (update table specific to certain conditon)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structure of my program is as follow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rb_first&lt;/P&gt;&lt;P&gt; perform select (common to both rb_first and second)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform processing (where i am doing my Loop at internal_standard_table ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rb_second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform select (common to both rb_first and second)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform select for second radion button only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform processing (where i am doing my Loop at internal_standard_table ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: user can choose either one of the radio button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 05:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-at-commit/m-p/3231680#M770883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T05:58:17Z</dc:date>
    </item>
  </channel>
</rss>

