<?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: Transaction code for Table Maitainence for table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619194#M1088240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response.&lt;/P&gt;&lt;P&gt;but slight clarification &lt;/P&gt;&lt;P&gt;i have created table with fields , where i can find the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the view fields there is a column called P.&lt;/P&gt;&lt;P&gt;will you please help me in the screen where i nedd to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 04:22:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T04:22:57Z</dc:date>
    <item>
      <title>Transaction code for Table Maitainence for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619190#M1088236</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; i have created Table Maintainece for Table and also i need to create transaction code&lt;/P&gt;&lt;P&gt;for table maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there when i create transaction code with TRANSACTION with PARAMETERS and SKIP FIRST  SCREEN.&lt;/P&gt;&lt;P&gt;I can see all the records in the table into table Maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ther is any possibility like i can restrict records on the key fields (like selection screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will anybody let me know how to goahead with this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 11:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619190#M1088236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T11:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code for Table Maitainence for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619191#M1088237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to build a maintenance view for your table, and create the dialog for that view.&lt;/P&gt;&lt;P&gt;There you can either set fixed selection criteria, or mark the relevant view fields as subset fields, so the user will be asked to enter values, if they are not handed down from superior views (in a view cluster).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 11:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619191#M1088237</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-09T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code for Table Maitainence for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619192#M1088238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a maintenance view for the table in SE11.&lt;/P&gt;&lt;P&gt;In the view fields there is a column called P.&lt;/P&gt;&lt;P&gt;Put a value "S" in the fields you want to have on selection-screen ( it will be a popup screen ).&lt;/P&gt;&lt;P&gt;Now generate the maintenance dialog for this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is F1 help on field I mentioned - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance attribute for view field&lt;/P&gt;&lt;P&gt;Maintenance attribute of a field for a maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the maintenance attribute to define how individual fields of a maintenance view can be maintained. There are the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R : Only read access allowed. Maintenance using the table view maintenance transaction (SM30) is not allowed for such fields.&lt;/P&gt;&lt;P&gt;S : Generate subsets when maintaining view data. A subset of the data determined by the value entered in this field is displayed.&lt;/P&gt;&lt;P&gt;H: The field is not displayed for the user in the interactive maintenance transaction. The field therefore does not appear in the maintenance screen. Thus the developer responsible for the maintenance view must ensure that the content of these fields is correct by writing the appropriate code. Such fields are empty by default.&lt;/P&gt;&lt;P&gt;: No restrictions with respect to field maintenance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 11:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619192#M1088238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-09T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code for Table Maitainence for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619193#M1088239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can build a small report that call the maintenance view. In the report, convert the SELECT-OPTIONS input to the [DBA_SELLIST|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=dba_sellist&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] parameter of function module [VIEW_MAINTENANCE_CALL|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=view_maintenance_call&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have "pertinent" key to filter the data, you may define these as sub-key in a mainetance view, those fields will be asked for when entering the maintanance dialog. Or you can build a [view cluster|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=se55&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] using these sub-set keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 11:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619193#M1088239</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-09T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code for Table Maitainence for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619194#M1088240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response.&lt;/P&gt;&lt;P&gt;but slight clarification &lt;/P&gt;&lt;P&gt;i have created table with fields , where i can find the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the view fields there is a column called P.&lt;/P&gt;&lt;P&gt;will you please help me in the screen where i nedd to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 04:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-table-maitainence-for-table/m-p/4619194#M1088240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T04:22:57Z</dc:date>
    </item>
  </channel>
</rss>

