<?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 Maintenance View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814713#M349007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have to link those fields to a check table or value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 07:10:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T07:10:36Z</dc:date>
    <item>
      <title>Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814712#M349006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a custom table with fields EKORG, EKGRP,APPROVER(XUBNAME), Release Code (FRGAB), Financial Limit (CURR 15), WAERS, USER_CHANGE, DATE_CHANGE, TIME_CHANGE. &lt;/P&gt;&lt;P&gt;Also, created a maintanence view for the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create an entry in sm30 and save it, my requirement is that the last three fields named User Change, Date Change and Time Change should be populated automatically. Is events will do for this ? If so, please let me know how to find the subroutine to code for!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814712#M349006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814713#M349007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have to link those fields to a check table or value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814713#M349007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814714#M349008</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;1. On se11 go to your table.&lt;/P&gt;&lt;P&gt;2. Then go to table maintenance generator on utilities Menu.&lt;/P&gt;&lt;P&gt;3. On Eviroment menu go to modification -&amp;gt;maintenance screens.&lt;/P&gt;&lt;P&gt;4. Create a sy-ucomm flag for enter KEY on the pf-status (PBO).&lt;/P&gt;&lt;P&gt;5. Create a new module on the PAI.&lt;/P&gt;&lt;P&gt;6. Put sometingh like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; save_ok = function. " function has the value of the pf-status&lt;/P&gt;&lt;P&gt;IF save_ok = 'ENTER'.&lt;/P&gt;&lt;P&gt;....." Do whatever you need on your table&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814714#M349008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814715#M349009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this; you need to populate these fields in the PBO of the custom screen generated, while table maintenance generator is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-&amp;gt;Goto SE11, Enter view name and choose the corresponding radio button&lt;/P&gt;&lt;P&gt;2-&amp;gt;from menu, navigate to UTILITIES-&amp;gt;TABLE MAINTENANCE GENERATOR&lt;/P&gt;&lt;P&gt;3-&amp;gt;double click on the overview screen field (for eg: 9000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you are in the flow logic;&lt;/P&gt;&lt;P&gt;4-&amp;gt;create a new module in the PBO,  called inside&lt;/P&gt;&lt;P&gt;     the loop..endloop of table control&lt;/P&gt;&lt;P&gt;5-&amp;gt;replace the "LISTE_SHOW_LISTE" (if this is the one currently used inside your loop..endloop) with your module. But copy the entire code in the existing module and paste them in your module.&lt;/P&gt;&lt;P&gt;your code should be to populate the table control fields with &amp;lt;b&amp;gt;sy-uname, sy-datum and sy-uzeit &amp;lt;/b&amp;gt;, based on the validation if other fields are empty of not.&lt;/P&gt;&lt;P&gt;you dont need to validate the sy-ucomm, because, whenever save or delete or edit is done, the values present in the table control will be automatically saved to table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you dont want to display the values on edit mode, you need only to change the PAI, to update the table, based on SY-UCOMM (save), and populate the &amp;lt;b&amp;gt;sy-uname, sy-datum and sy-uzeit &amp;lt;/b&amp;gt; into the corresponding database fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 07:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814715#M349009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814716#M349010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Clara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Document &amp;amp; Example for Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Matchcode is replaced by search help from the version 4.6C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will tell u how create the search help.&lt;/P&gt;&lt;P&gt;Name of a search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A search help is an object of the ABAP Dictionary with which input helps&lt;/P&gt;&lt;P&gt;(F4 helps) can be defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following types of search helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Elementary search helps implement a search path for determining the&lt;/P&gt;&lt;P&gt;possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Collective search helps contain several elementary search helps. A&lt;/P&gt;&lt;P&gt;collective search help therefore provides several alternative search&lt;/P&gt;&lt;P&gt;paths for possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o Append search helps can be used to enhance collective search helps&lt;/P&gt;&lt;P&gt;delivered by SAP with customer-specific search paths without&lt;/P&gt;&lt;P&gt;requiring a modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The three components of the input help process described by a search&lt;/P&gt;&lt;P&gt;help are the outer interface, the online behavior and the method of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tcode SE11. Select the search help radio button.&lt;/P&gt;&lt;P&gt;Give name as ztest and click create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once is elementary search help&lt;/P&gt;&lt;P&gt;&amp;amp; collective search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MatchCode is replaced by search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To attach a search help to a field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;progname = sy-repid.&lt;/P&gt;&lt;P&gt;dynnum = sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear value_tab.&lt;/P&gt;&lt;P&gt;refresh value_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Filling the Value_tab internal table by itab2 internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab_desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write itab_desc-description to value_tab.&lt;/P&gt;&lt;P&gt;append value_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prog = sy-repid.&lt;/P&gt;&lt;P&gt;no = 1000.&lt;/P&gt;&lt;P&gt;clear tab.&lt;/P&gt;&lt;P&gt;refresh tab.&lt;/P&gt;&lt;P&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;Building the Structure of the Seach Help.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;tab-tabname = 'FMFCTRT'.&lt;/P&gt;&lt;P&gt;tab-fieldname = 'BESCHR'.&lt;/P&gt;&lt;P&gt;collect tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Function Used to provide Search Help.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield = 'BESCHR'&lt;/P&gt;&lt;P&gt;dynpprog = prog&lt;/P&gt;&lt;P&gt;dynpnr = no&lt;/P&gt;&lt;P&gt;dynprofield = 'SOURCE'&lt;/P&gt;&lt;P&gt;window_title = 'Function'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = value_tab&lt;/P&gt;&lt;P&gt;field_tab = tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-view/m-p/1814716#M349010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:02:51Z</dc:date>
    </item>
  </channel>
</rss>

