<?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: Populating  data with Enter button on TMG level.? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887602#M1790759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you used the event 05 to fetch the description. &lt;/P&gt;&lt;P&gt;that code will be called and description will get displayed only while creating a new entry in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use same logic with another event which will be executed when the data is changed. i think 08 or 11 or 12. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check and apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhaskar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 11:07:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-22T11:07:13Z</dc:date>
    <item>
      <title>Populating  data with Enter button on TMG level.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887600#M1790757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement to display cost center description and profit center description while click on the enter button the descriptions &lt;/P&gt;&lt;P&gt;should display for the corresponding profit center and cost center before save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have used Event 05(Create new entry) to populate descriptions With Enter button . And it was working fine.&lt;/P&gt;&lt;P&gt;Now&amp;nbsp; when user try to change already existing entry in TMG level , that time Descriptions are not populating automatically with Enter button, but working with when click on save button only for the event 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i want to display descriptions with Enter button only even for changing the already existing record.&lt;/P&gt;&lt;P&gt;Please suggest what functionality should i provide for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 09:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887600#M1790757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-22T09:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Populating  data with Enter button on TMG level.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887601#M1790758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try creating your own module in the TMG screen flow logic and write the required code there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could see the reference code below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE LISTE_EXIT_COMMAND AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;MODULE LISTE_BEFORE_LOOP.&lt;/P&gt;&lt;P&gt;LOOP AT EXTRACT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MODULE LISTE_INIT_WORKAREA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD ZTABLENAME-FIELD1 &lt;STRONG&gt;MODULE &amp;lt;your_module&amp;gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;" Create this module&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD ZTABLENAME-FIELD2 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDCHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FIELD VIM_MARKED MODULE LISTE_MARK_CHECKBOX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CHAIN. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODULE LISTE_UPDATE_LISTE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDCHAIN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: you have to grey out the fields on the maintenance screen(if you want to!!) by writing another module in the PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1949/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do let me know if you need any more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 10:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887601#M1790758</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-11-22T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Populating  data with Enter button on TMG level.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887602#M1790759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you used the event 05 to fetch the description. &lt;/P&gt;&lt;P&gt;that code will be called and description will get displayed only while creating a new entry in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use same logic with another event which will be executed when the data is changed. i think 08 or 11 or 12. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check and apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhaskar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 11:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887602#M1790759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-22T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Populating  data with Enter button on TMG level.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887603#M1790760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;EVENT Number 21 &lt;/STRONG&gt;for your requirement, when user enters Cost center you can fetch its corresponding description pass it required field in Event Number 21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event number 21 triggers when user presses enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/329980" width="450" /&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Bhushan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887603#M1790760</guid>
      <dc:creator>Bhushan_hs</dc:creator>
      <dc:date>2013-11-22T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Populating  data with Enter button on TMG level.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887604#M1790761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Try to use events 10,11,12. and trigger these events when ever user changing the records and populate you message.&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;Hiriz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-data-with-enter-button-on-tmg-level/m-p/9887604#M1790761</guid>
      <dc:creator>hiriyappa_myageri</dc:creator>
      <dc:date>2013-11-22T16:33:46Z</dc:date>
    </item>
  </channel>
</rss>

