<?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 Maintainance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588621#M1082192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats good But can u exactly suggest me which event i should use for my req&lt;/P&gt;&lt;P&gt;and how to proceed.&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;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 19:31:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T19:31:21Z</dc:date>
    <item>
      <title>Table Maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588619#M1082190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a Table maintainance generator for a ztable,and assigned it to a transaction,my req is when i run the transaction, say i have given customer through&lt;/P&gt;&lt;P&gt;F4 help and when i press ENTER the respective cusomers name city region should be displayed in corresponding columns,here my problem comes i am Unable to catch the customer which i have provided through f4 help,i have written the respective code in PAI module  of respective screen,i am provinding the code below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  GET_VALUES  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module GET_VALUES input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: W_KNA1 LIKE KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * &lt;/P&gt;&lt;P&gt;  FROM KNA1&lt;/P&gt;&lt;P&gt;  INTO W_KNA1&lt;/P&gt;&lt;P&gt;  WHERE KUNNR = ZHVDC-SHIPTO. "customer thru f4 help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;     zhvdc-SHIPFROM = w_KNA1-name1.&lt;/P&gt;&lt;P&gt;     zhvdc-LOCATION = w_KNA1-ORT01.&lt;/P&gt;&lt;P&gt;     zhvdc-STATE    = w_KNA1-regio.&lt;/P&gt;&lt;P&gt; else.&lt;/P&gt;&lt;P&gt;     exit.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any alternative method other than the above or events.&lt;/P&gt;&lt;P&gt;plz assist me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 16:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588619#M1082190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588620#M1082191</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;U can use the event 05 (triggered for a new input): after generating the table maintenance program go to Enviroments-&amp;gt;Modifications-&amp;gt;Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here u can set an your own routine to fill automatically some fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 17:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588620#M1082191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588621#M1082192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats good But can u exactly suggest me which event i should use for my req&lt;/P&gt;&lt;P&gt;and how to proceed.&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;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 19:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance/m-p/4588621#M1082192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T19:31:21Z</dc:date>
    </item>
  </channel>
</rss>

