<?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: Populate table fields on insert in view cluster in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112833#M1707056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE54,&lt;/P&gt;&lt;P&gt;Enter you view Cluster name&lt;/P&gt;&lt;P&gt;goto the TMG&lt;/P&gt;&lt;P&gt;From the menu Environment--&amp;gt; Modification--&amp;gt; Events&lt;/P&gt;&lt;P&gt;Click on the New Entries Button&lt;/P&gt;&lt;P&gt;Event Number 05 TEST_SAVE Click on the button Just beside this field 'FORM Routine'&lt;/P&gt;&lt;P&gt;It will ask to create a new Sub-routine in a Include.&lt;/P&gt;&lt;P&gt;Say yes in a New Include.&lt;/P&gt;&lt;P&gt;A blank Include will be open for Editing.&lt;/P&gt;&lt;P&gt;Enter the code as follows.&lt;/P&gt;&lt;P&gt;FORM TEST_SAVE.&lt;/P&gt;&lt;P&gt;Break-Point.------&amp;gt; You can write your code. This will be triggered when ever user saves some data.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;This should solve your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2012 06:43:16 GMT</pubDate>
    <dc:creator>Venkat_Sesha</dc:creator>
    <dc:date>2012-12-14T06:43:16Z</dc:date>
    <item>
      <title>Populate table fields on insert in view cluster</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112829#M1707052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created 2 tables. Each of these tables has a field created by.&lt;/P&gt;&lt;P&gt;Now, I created maintenance view for these tables and view cluster for these tables. (I did not include created by field in these view since I dont want those to be shown to user).&lt;/P&gt;&lt;P&gt;Whenever data is entered in the view cluster, I want the created by to be updated. How can I achieve this?&lt;/P&gt;&lt;P&gt;If I implement event in the view cluster would these fields be available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 14:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112829#M1707052</guid>
      <dc:creator>former_member382625</dc:creator>
      <dc:date>2012-12-13T14:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Populate table fields on insert in view cluster</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112830#M1707053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neha, &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have to add the CREATED_BY field in the maintenance view but you can hide it from appearing on the screen by entering 'H' in column 'P' on the View Fields tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112830#M1707053</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-13T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Populate table fields on insert in view cluster</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112831#M1707054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. So, I should implement an event in view cluster now to ensure these checks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 02:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112831#M1707054</guid>
      <dc:creator>former_member382625</dc:creator>
      <dc:date>2012-12-14T02:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Populate table fields on insert in view cluster</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112832#M1707055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I believe so. But, you don't mean 'checks', right? Rather, you mean setting those fields in the event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 03:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112832#M1707055</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-14T03:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Populate table fields on insert in view cluster</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112833#M1707056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE54,&lt;/P&gt;&lt;P&gt;Enter you view Cluster name&lt;/P&gt;&lt;P&gt;goto the TMG&lt;/P&gt;&lt;P&gt;From the menu Environment--&amp;gt; Modification--&amp;gt; Events&lt;/P&gt;&lt;P&gt;Click on the New Entries Button&lt;/P&gt;&lt;P&gt;Event Number 05 TEST_SAVE Click on the button Just beside this field 'FORM Routine'&lt;/P&gt;&lt;P&gt;It will ask to create a new Sub-routine in a Include.&lt;/P&gt;&lt;P&gt;Say yes in a New Include.&lt;/P&gt;&lt;P&gt;A blank Include will be open for Editing.&lt;/P&gt;&lt;P&gt;Enter the code as follows.&lt;/P&gt;&lt;P&gt;FORM TEST_SAVE.&lt;/P&gt;&lt;P&gt;Break-Point.------&amp;gt; You can write your code. This will be triggered when ever user saves some data.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;This should solve your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 06:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-table-fields-on-insert-in-view-cluster/m-p/9112833#M1707056</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-12-14T06:43:16Z</dc:date>
    </item>
  </channel>
</rss>

