<?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 using parameter transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423508#M203099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Removing the new entries option&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Create a maintenance view with the table in SE11 and in the maintenance tab click the radio button "read and change". And using table maintenance generator create screens for the view. This will automatically remove the new entries button from the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Disabling the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Goto SE80 and give the function group using which you created the screen. In the screen and in the table control elements make the corresponding column as "output". This will disable the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I am not sure on how to restrict the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 20:59:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T20:59:18Z</dc:date>
    <item>
      <title>Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423503#M203094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I've created Table maintenance for an z-table using parameter transaction. I want only three fields to get displayed in the pop up that shows as 'Field selection'. But now, all the fields in the table are getting displayed. Also, I need all the fields to be non-modifiable except 4 fields. I want to disable the 'New entries' option as the user should not be able to add any new entries. How can we achieve all these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 10:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423503#M203094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T10:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423504#M203095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sharmila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easier way is to regenerate the table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE11 take the table and go in Change mode.&lt;/P&gt;&lt;P&gt;Then go to Utilities-&amp;gt;Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;In the next screen press the Change button. In the resulting &lt;/P&gt;&lt;P&gt;screen check the boxes &lt;/P&gt;&lt;P&gt;which are relevant and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 11:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423504#M203095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423505#M203096</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;  This needs to be done in the function group that is generated when you created the table maintenance, if you go to the function group, there there are some includes for writing custom code, ( They are under the name user-defined include files ), there you need to write the code to disable some fields from screen display, &lt;/P&gt;&lt;P&gt;for ex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO includes: Disabling the screen fields can be done&lt;/P&gt;&lt;P&gt;In PAI includes: Logic to have your own functionality, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 11:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423505#M203096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423506#M203097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I haven't changed anything in the table. I want the selection screen display to be different. If it can be achieved through table maintenance, please explain me the steps more specifically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423506#M203097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423507#M203098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;P&gt;Parameter SHOW_LTD will display all the fields in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to make use of these Events in Table maintanance to display, but not sure whether this will solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;07	Before correcting the contents of a selected field&lt;/P&gt;&lt;P&gt;08	After correcting the contents of a selected field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 11:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423507#M203098</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-06T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423508#M203099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Removing the new entries option&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Create a maintenance view with the table in SE11 and in the maintenance tab click the radio button "read and change". And using table maintenance generator create screens for the view. This will automatically remove the new entries button from the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Disabling the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Goto SE80 and give the function group using which you created the screen. In the screen and in the table control elements make the corresponding column as "output". This will disable the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I am not sure on how to restrict the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 20:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423508#M203099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T20:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423509#M203100</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;without doing all these changes at table maintenance , create a report program and add buttons for create,change&lt;/P&gt;&lt;P&gt;and assign it to two separate transactions . one for create and one for change.depending on functionality write the code for storing and modifying the data in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 21:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-parameter-transaction/m-p/1423509#M203100</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-07-06T21:07:51Z</dc:date>
    </item>
  </channel>
</rss>

