<?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: abap dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043893#M420554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the info for table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance Generator:&lt;/P&gt;&lt;P&gt;Table Maintenance is used to maintain the values of a custom table. Based on your requirements, you may want to change or add/delete the contents of your table.&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table. If the requirement is to update the table only programmatically and not manually then table maintenance generator is not required. Manual entries in table can be maintained (New record can be inserted / existing can be modified) using transaction SM 30, if the table maintenance for the table is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure for table maintenance is:&lt;/P&gt;&lt;P&gt;1) Go to se11 and type the table name in Display or change mode.&lt;/P&gt;&lt;P&gt;2) Using the menu path Utilities -&amp;gt; Table Maintenance Generator. Table maintenance is generated.&lt;/P&gt;&lt;P&gt;3) To be able to maintain your table using a transaction (using a transaction for table maintenance dialog), you need to do the following.&lt;/P&gt;&lt;P&gt;&amp;#149;Create a new transaction of the type &amp;#147;Parameter Transaction&amp;#148; from SE93, specifying SM31 as the transaction. &lt;/P&gt;&lt;P&gt;&amp;#149;The VIEWNAME parameter is set to your table name with the option &amp;#145;Skip initial Screen&amp;#146; set. &lt;/P&gt;&lt;P&gt;&amp;#149;The UPDATE parameter is set to value &amp;#145;X&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two type of table maintanance generators&lt;/P&gt;&lt;P&gt;1)	)One step  2) Two step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One Step : &lt;/P&gt;&lt;P&gt;Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.&lt;/P&gt;&lt;P&gt;Two Step :  Two maintenance screens are processed during the extended table maintenance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a t-code for table maintanance&lt;/P&gt;&lt;P&gt;Follow these steps : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button. &lt;/P&gt;&lt;P&gt;3. In the next screen enter default values: &lt;/P&gt;&lt;P&gt;transaction : SM30 &lt;/P&gt;&lt;P&gt;check the check box skip initial screen &lt;/P&gt;&lt;P&gt;4. Scroll down you will find a table control for default values &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name &lt;/P&gt;&lt;P&gt;SHOW | X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 13:03:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T13:03:12Z</dc:date>
    <item>
      <title>abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043890#M420551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is a maintainence dialog.using sm30 will create only a view right?how is it related to maintainence of table.plz provide me with a suitable link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 11:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043890#M420551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043891#M420552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at belwo link. Surely helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*Please mark all the helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 11:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043891#M420552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T11:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043892#M420553</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;Using SM30 we maintain the maintenance dialog for both views and Tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 12:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043892#M420553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T12:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043893#M420554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the info for table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance Generator:&lt;/P&gt;&lt;P&gt;Table Maintenance is used to maintain the values of a custom table. Based on your requirements, you may want to change or add/delete the contents of your table.&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table. If the requirement is to update the table only programmatically and not manually then table maintenance generator is not required. Manual entries in table can be maintained (New record can be inserted / existing can be modified) using transaction SM 30, if the table maintenance for the table is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure for table maintenance is:&lt;/P&gt;&lt;P&gt;1) Go to se11 and type the table name in Display or change mode.&lt;/P&gt;&lt;P&gt;2) Using the menu path Utilities -&amp;gt; Table Maintenance Generator. Table maintenance is generated.&lt;/P&gt;&lt;P&gt;3) To be able to maintain your table using a transaction (using a transaction for table maintenance dialog), you need to do the following.&lt;/P&gt;&lt;P&gt;&amp;#149;Create a new transaction of the type &amp;#147;Parameter Transaction&amp;#148; from SE93, specifying SM31 as the transaction. &lt;/P&gt;&lt;P&gt;&amp;#149;The VIEWNAME parameter is set to your table name with the option &amp;#145;Skip initial Screen&amp;#146; set. &lt;/P&gt;&lt;P&gt;&amp;#149;The UPDATE parameter is set to value &amp;#145;X&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two type of table maintanance generators&lt;/P&gt;&lt;P&gt;1)	)One step  2) Two step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One Step : &lt;/P&gt;&lt;P&gt;Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.&lt;/P&gt;&lt;P&gt;Two Step :  Two maintenance screens are processed during the extended table maintenance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a t-code for table maintanance&lt;/P&gt;&lt;P&gt;Follow these steps : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button. &lt;/P&gt;&lt;P&gt;3. In the next screen enter default values: &lt;/P&gt;&lt;P&gt;transaction : SM30 &lt;/P&gt;&lt;P&gt;check the check box skip initial screen &lt;/P&gt;&lt;P&gt;4. Scroll down you will find a table control for default values &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name &lt;/P&gt;&lt;P&gt;SHOW | X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 13:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043893#M420554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043894#M420555</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;You have to create the maintenance dialog for table you would like to use with transaction SM30 / SM31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this look the transaction SE55.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or SE11, select the table, MODIFY, (menu) Utilities -&amp;gt; Maintain dialog ... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/2a/fa0050493111d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/2a/fa0050493111d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043894#M420555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T01:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: abap dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043895#M420556</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;You can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 06:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/2043895#M420556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T06:33:09Z</dc:date>
    </item>
  </channel>
</rss>

