<?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 regarding table  maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451049#M1055355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i have one scenario . supppose there are 4 fields in a table. user enters data into it using table maintenance generator. he enters data only for 2 fields remaining 2 fields should get populated automatically.&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 11:47:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T11:47:19Z</dc:date>
    <item>
      <title>regarding table  maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451049#M1055355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i have one scenario . supppose there are 4 fields in a table. user enters data into it using table maintenance generator. he enters data only for 2 fields remaining 2 fields should get populated automatically.&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 11:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451049#M1055355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table  maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451050#M1055356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to search with TMG routine in SDN.you will get your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 11:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451050#M1055356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: regarding table  maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451051#M1055357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11-&amp;gt;Table Maintenance generator -&amp;gt; Environment-&amp;gt;Modification-&amp;gt; Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can define events and the form routines that will be invoked on that particular event.&lt;/P&gt;&lt;P&gt;Say for example you want to populate details for the user who created the records, define the form &lt;EM&gt;FRM_CR_DATE&lt;/EM&gt; (any form routine name) for populating the Create Details using event &lt;EM&gt;05&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event &lt;EM&gt;05&lt;/EM&gt; is fired for &lt;EM&gt;"Creating a new entry".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the EDITOR Button and write the following code for saving the user details while creating a new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*---------------------------------------------------------------------*
*       FORM FRM_CR_DATE                                              *
*---------------------------------------------------------------------*
form frm_cr_date .
  ztablename-created_by      = sy-uname .
  ztablename-created_on      = sy-datum .
  ztablename-create_time     = sy-uzeit.
endform .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current username, system date and time will be moved to the table work area for each record created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 12:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintenance-generator/m-p/4451051#M1055357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T12:20:05Z</dc:date>
    </item>
  </channel>
</rss>

