<?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 maintenace generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117007#M443232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know If u need any clarifications on this ......&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2007 04:26:45 GMT</pubDate>
    <dc:creator>shishupalreddy</dc:creator>
    <dc:date>2007-04-06T04:26:45Z</dc:date>
    <item>
      <title>Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117002#M443227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Expert's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have few requirement regarding table maintenance generator,for a given 'Z' table&lt;/P&gt;&lt;P&gt;i need to create a table maintenance  generator , but here is the twist , it&lt;/P&gt;&lt;P&gt;is going to be call from a tcode , i know how to assign tcode to  a table , but&lt;/P&gt;&lt;P&gt;the requirement is when user enter tcode , it should bring a selection screen &lt;/P&gt;&lt;P&gt;for that table and based on the entry in selection screen , record should get&lt;/P&gt;&lt;P&gt;displayed in table maintenace generator . How to design these initial screen&lt;/P&gt;&lt;P&gt;is my question ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 00:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117002#M443227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T00:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117003#M443228</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 a report with the selection screen for filtering the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the FM VIEW_MAINTENANCE_CALL to call the table maintenance screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also pass the values in the parameter DBA_SELLIST&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 00:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117003#M443228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T00:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117004#M443229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the default values for transaction enter SM30.&lt;/P&gt;&lt;P&gt;In&lt;/P&gt;&lt;P&gt;name of the screen field values&lt;/P&gt;&lt;P&gt;VIEWNAME zf_tablename&lt;/P&gt;&lt;P&gt;SHOW X&lt;/P&gt;&lt;P&gt;UPDATE X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may enter as many values as provided in the F4 dropdown of the screen field and enter a value for that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 00:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117004#M443229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T00:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117005#M443230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sanju joseph &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;When you make a maintenace view, You have to set 'Maintenance attribute for view field' with &amp;lt;b&amp;gt;'S' for selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; refer this one.&lt;/P&gt;&lt;P&gt;&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;&amp;lt;b&amp;gt;S : Generate subsets when maintaining view data. A subset of the data determined by the value entered in this field is displayed.&amp;lt;/b&amp;gt;&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. The user himself must make sure that such fields have correct contents. Such fields are empty as default value.&lt;/P&gt;&lt;P&gt;: No restrictions with respect to field maintenance.&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;Regards.&lt;/P&gt;&lt;P&gt;Kyung Woo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 02:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117005#M443230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T02:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117006#M443231</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;Just one month I did the same kind of task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the steps.&lt;/P&gt;&lt;P&gt;1. create a report program with selction screen .&lt;/P&gt;&lt;P&gt;2. select the data in to ITAB .&lt;/P&gt;&lt;P&gt;3. Pass the data in ITAB to a MEMORY ID using EXPORT statement.&lt;/P&gt;&lt;P&gt;4. Now use CALL TRANSACTION &amp;lt;tmg transaction&amp;gt; and SKIP first screen .&lt;/P&gt;&lt;P&gt;5. Create   a tcode for the report created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to FUNCTION GROUP OF Table maintenece generator.&lt;/P&gt;&lt;P&gt;1.select PBO of the screen .&lt;/P&gt;&lt;P&gt;2. write a module &lt;/P&gt;&lt;P&gt;MODULE data_select.&lt;/P&gt;&lt;P&gt; In the MODULE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDMODULE&lt;/P&gt;&lt;P&gt;WRITE THE FOLLOWING CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module data_sel_output output.&lt;/P&gt;&lt;P&gt;DATA : JTAB like&amp;lt;TABLE NAME&amp;gt; OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT itab = jtab from memory id 'ABCD' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT total.&lt;/P&gt;&lt;P&gt; read table jtab with key matnr = total+3(18).&lt;/P&gt;&lt;P&gt;   if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    delete table total.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.                 " data_sel_output  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOUR REQUIREMENT WILL BE FULLFILLED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 04:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117006#M443231</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-06T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117007#M443232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know If u need any clarifications on this ......&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 04:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117007#M443232</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2007-04-06T04:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117008#M443233</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;Can you please elborate your point as i am not able to get the clear&lt;/P&gt;&lt;P&gt;picture of what exactly i need to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 22:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenace-generator/m-p/2117008#M443233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T22:40:17Z</dc:date>
    </item>
  </channel>
</rss>

