<?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 populating data automatically in Table Maintance Generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901926#M1144715</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;&lt;/P&gt;&lt;P&gt;           I Created one Z Table for three fields Sales District( BZIRK) and Sales District Description (BZTXT) and Person Incharge. I Created Table Maintanance Generator for these three fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my ZTable after giving Sales District Code(BZIRK)  when i enter Sales District Description(BZTXT) should come automatically.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this . Plz send detailed process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2008 03:27:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-17T03:27:03Z</dc:date>
    <item>
      <title>Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901926#M1144715</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;&lt;/P&gt;&lt;P&gt;           I Created one Z Table for three fields Sales District( BZIRK) and Sales District Description (BZTXT) and Person Incharge. I Created Table Maintanance Generator for these three fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my ZTable after giving Sales District Code(BZIRK)  when i enter Sales District Description(BZTXT) should come automatically.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this . Plz send detailed process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901926#M1144715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901927#M1144716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in table maintainance generator screen ..&lt;/P&gt;&lt;P&gt;.goto menu environment--&lt;DEL&gt;-&amp;gt;modification&lt;/DEL&gt;--&amp;gt;source code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the popup with lot of programs inthat select the main program sapl(.....).&lt;/P&gt;&lt;P&gt;in that u will have following includes  view related include-files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     view related include-files   (never change, please)        *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  INCLUDE LZSDFF00                                . " subprograms&lt;/P&gt;&lt;P&gt;  INCLUDE LZSDFI00                                . " PAI modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do ur coding here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901927#M1144716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901928#M1144717</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;You need to write the code using the EVENT options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMG screen - Modifications- Event- select 05 option then give form routine and click on abap editor and write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;download the document and refer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901928#M1144717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901929#M1144718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello &lt;/P&gt;&lt;P&gt;what you can do is create a search help for bzirk field and add two field in the parameter list ie. bzirk and bztxt and both parameters should be import and export checked.&lt;/P&gt;&lt;P&gt;now if you will attach this search help to the field bzirk and you enter the value in bzirk field  from the search help in the table maintenance ,then you will automatically get the entry in the field bztxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;geeta gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901929#M1144718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901930#M1144719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is Possible.&lt;/P&gt;&lt;P&gt;After the TMG is successfully created, then open it again in display mode&amp;gt;click on source code&amp;gt;You will find Module Pool.&lt;/P&gt;&lt;P&gt;Get PAI module,Double click on PAI include,Here you can put your code to populate Data Automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901930#M1144719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding populating data automatically in Table Maintance Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901931#M1144720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In  table maintainance generator yo need to go to environment&lt;DEL&gt;modification&lt;/DEL&gt;events.-new entry..&lt;/P&gt;&lt;P&gt;here select creating a new entry,option 05.then click on editor and do the coding here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 04:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-populating-data-automatically-in-table-maintance-generator/m-p/4901931#M1144720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T04:01:58Z</dc:date>
    </item>
  </channel>
</rss>

