<?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: show check table value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178131#M998734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the same as on SM30 for V_T555J, when you enter there the time type, the column "time type text" is filled.  I need this for the wage type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 09:06:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T09:06:22Z</dc:date>
    <item>
      <title>show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178128#M998731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;I created new Z table (database table) and it contains the wage type code (lgart).  When entering new data in the table (with SM30) the user wants to see the description (lgtxt) from table T512T immidiately when the code is entered. So the text of the wage type has to be shown on the screen of the table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178128#M998731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T08:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178129#M998732</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;   If you created a field with same name as database field and dataelemnet of that field it will automatically shows the description of data element in TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now tell me what is the problem in ur case..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178129#M998732</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-17T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178130#M998733</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;create Event in table maintenance and generator...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178130#M998733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T08:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178131#M998734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the same as on SM30 for V_T555J, when you enter there the time type, the column "time type text" is filled.  I need this for the wage type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 09:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178131#M998734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T09:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178132#M998735</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 show the text of the wage type on the screen of the table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Table Maintenance Generator screen of that Z(database table) table. Utilities --&amp;gt; TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to the events of that table where you can code your requirement. Environment --&amp;gt; Modification --&amp;gt; Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can write your own form routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sayak...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Giving points for helpful answer is always appreciating"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 09:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178132#M998735</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2008-07-17T09:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178133#M998736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vprake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. For this, one Z table will not suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create another Z VIEW with the above table&lt;/P&gt;&lt;P&gt;  and also put T512T table with proper joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Include the field for text LGTXT in this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Then create a table maintenance for this view,&lt;/P&gt;&lt;P&gt;   then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. After creating the table maintenance, u can&lt;/P&gt;&lt;P&gt;   disable the field for text field LGTXT by&lt;/P&gt;&lt;P&gt;   modifying the screen attribute of that field,&lt;/P&gt;&lt;P&gt;   in that function group.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 09:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178133#M998736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178134#M998737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two ways for doing this approach :&lt;/P&gt;&lt;P&gt;1. Using the Events :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Table Maintenance Generator screen of that Z(database table) table. Utilities --&amp;gt; TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to the events of that table where you can code your requirement. Environment --&amp;gt; Modification --&amp;gt; Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you create the rountine and code in '05'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Using the Function Group :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same like Module Pool programming but this is the bad approach for table Maintenance because whenever you change the structure of table and activate it, it results the loss of ur code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 09:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178134#M998737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T09:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: show check table value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178135#M998738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yhank you amit, point 5 is the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 10:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-check-table-value/m-p/4178135#M998738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T10:37:10Z</dc:date>
    </item>
  </channel>
</rss>

