<?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 table modification through sm30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880667#M932726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want to modify the ztable entries through sm30 . i got the following message&lt;/P&gt;&lt;P&gt;while doing can any one help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance dialog for ZWBS_ENTRY is incomplete or not defined&lt;/P&gt;&lt;P&gt;Message no. SV037&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The called function with the view/table ZWBS_ENTRY needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;The called function cannot be performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Generate the required maintenance dialog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 05:17:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T05:17:15Z</dc:date>
    <item>
      <title>table modification through sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880667#M932726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want to modify the ztable entries through sm30 . i got the following message&lt;/P&gt;&lt;P&gt;while doing can any one help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maintenance dialog for ZWBS_ENTRY is incomplete or not defined&lt;/P&gt;&lt;P&gt;Message no. SV037&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The called function with the view/table ZWBS_ENTRY needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;The called function cannot be performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Generate the required maintenance dialog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880667#M932726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T05:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: table modification through sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880668#M932727</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;&lt;/P&gt;&lt;P&gt;did you create the table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you did not create the table maintenance generator check your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or even if created you might not have saved it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create TMG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11, give the table name and click on change. Then Go to utilities--&amp;gt; Table &lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator screen, we should give Authorization Group, &lt;/P&gt;&lt;P&gt;Function Group name (Function Group name can be same as table name), &lt;/P&gt;&lt;P&gt;Maintenance type can be one step or two step, usually we will create with one &lt;/P&gt;&lt;P&gt;step. we should give maintenance screen number. After clicking on create button, &lt;/P&gt;&lt;P&gt;a table maintenance generator will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check it go to SM30 . In SM30, we find display, Maintain options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can view the table contents by choosing Display and we can create table &lt;/P&gt;&lt;P&gt;entries by choosing Maintain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880668#M932727</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-03T05:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: table modification through sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880669#M932728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For maintaining Tables i.e. entering a new record or modifying existing one , you need to have a table Maintainence for it. &lt;/P&gt;&lt;P&gt;Normally it is created while creating a Table , when you know that the Table will be required to maintain Manually. &lt;/P&gt;&lt;P&gt;For creating a table maintenance go to the Table , Utilities &lt;/P&gt;&lt;P&gt;-&amp;gt;Table Maintenance Generator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Table Maintenance is not generated for the table , you cant change the records through SM30 , you can only update /modify table through your program code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear to you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880669#M932728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T05:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: table modification through sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880670#M932729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant has explianed it quite clearly but just to add few points (the problem I faced when doing it first time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In the option to select screen no, there is a option given at upper right side which will suggest the screen no by itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,After you click on "CREATE", do press enter, its only then the object will be created.If you click on "CREATE" and simply go back to main table view, the changes will not get saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the points are helpful, if not then do ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-modification-through-sm30/m-p/3880670#M932729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T06:57:00Z</dc:date>
    </item>
  </channel>
</rss>

