<?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: Table Maintenance Generated screen - update table fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645764#M1093430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i manage to solve the problem:&lt;/P&gt;&lt;P&gt;To populate the CREATE* fields during creation, use event 05&lt;/P&gt;&lt;P&gt;To populate the UPDATE* fields during updates, use event 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Hon Koat Pang on Oct 13, 2008 5:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 09:06:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-13T09:06:13Z</dc:date>
    <item>
      <title>Table Maintenance Generated screen - update table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645761#M1093427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom table with the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD1&lt;/P&gt;&lt;P&gt;FIELD2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE_USER&lt;/P&gt;&lt;P&gt;CREATE_DATE&lt;/P&gt;&lt;P&gt;CREATE_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE_USER&lt;/P&gt;&lt;P&gt;UPDATE_DATE&lt;/P&gt;&lt;P&gt;UPDATE_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i require is when i add in a new entry, the CREATE* fields should be populated with the username (sy-uname) , date (sy-datum)and time of creation (sy-uzeit).&lt;/P&gt;&lt;P&gt;And when the same record is being updated, the UPDATE* fields is populated accordingly (leaving the CREATE fields unchanged).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this can be done using the Events from the Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;Please advise on what is the Maint Event number to use and how the code should look like. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645761#M1093427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generated screen - update table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645762#M1093428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; yes. we cam see the entries through sm30 (if table maimtencance generator created). First create table maintenance generator by using t-codes se11 or se54.  we can enter the values sm30. please give me the Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 08:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645762#M1093428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T08:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generated screen - update table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645763#M1093429</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;when u r saving/creating entries into the table.&lt;/P&gt;&lt;P&gt;Use event 05 for populating the required fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Dwaraka.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645763#M1093429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generated screen - update table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645764#M1093430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i manage to solve the problem:&lt;/P&gt;&lt;P&gt;To populate the CREATE* fields during creation, use event 05&lt;/P&gt;&lt;P&gt;To populate the UPDATE* fields during updates, use event 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Hon Koat Pang on Oct 13, 2008 5:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generated-screen-update-table-fields/m-p/4645764#M1093430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:06:13Z</dc:date>
    </item>
  </channel>
</rss>

