<?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 maintain genarator. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500330#M841951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table maintenance Generator is used to manually input values using transaction sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under attributes tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;create function group and assign it under function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)select standard recording routine radio in table table mainitainence generator to move table contents to quality and production by assigning  it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers this dialog box appears when you click on create button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;One step, two step in Table Maintenance Generator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Single step&lt;/STRONG&gt;: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two step:&lt;/STRONG&gt; Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2008 19:59:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-09T19:59:01Z</dc:date>
    <item>
      <title>table maintain genarator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500327#M841948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the table maintanance genarator? how can we creat it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 18:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500327#M841948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: table maintain genarator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500328#M841949</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;the purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11-&amp;gt;Utillities-&amp;gt;table maintainence generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to enter the values of following fields:&lt;/P&gt;&lt;P&gt;1. Table name&lt;/P&gt;&lt;P&gt;2. Authorization group , and authorization object (select the suitable one )&lt;/P&gt;&lt;P&gt;3. Function group and package&lt;/P&gt;&lt;P&gt;4. Maintainence type : single or double screen maintainence view depending on the option selected.&lt;/P&gt;&lt;P&gt;5. Maintain screen number : you may specify a value or let the system generate one for you.&lt;/P&gt;&lt;P&gt;The validation code for the table entry is written in the flow logic of this screen. Even some of the fields may be made display only , by adding suitable code in the logic or directly disabling the input in table control in the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table maintanance is for creating,adding datas to an existing table.&lt;/P&gt;&lt;P&gt;it is for adding muiltiple records at a time in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table can be manipulated by a program or manually.&lt;/P&gt;&lt;P&gt;When creating table, you will find a check box 'Table maintenance allowed'. If we&lt;/P&gt;&lt;P&gt;check that option, we can manually enter entries using SE16 or table&lt;/P&gt;&lt;P&gt;maintenance generator screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE16 is for data browser.&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;In the production system, end-users will not be having access to transaction&lt;/P&gt;&lt;P&gt;codes like SE11 and SE16. Developers will not be having access to many&lt;/P&gt;&lt;P&gt;transaction codes including the above two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the contents of the database table, we will use SE16n in Production&lt;/P&gt;&lt;P&gt;system. Please find out the difference between SE16 and SE16n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these authorizations will be maintained by BASIS team, by creating access&lt;/P&gt;&lt;P&gt;profiles.&lt;/P&gt;&lt;P&gt;So in order to edit or create the contents of a database table, we should go for&lt;/P&gt;&lt;P&gt;table maintenance generator. In real time, authorizations will be maintained in&lt;/P&gt;&lt;P&gt;production system. (even in development and Test systems to some extent).&lt;/P&gt;&lt;P&gt;There is an audit like Sarbanes-Oxley Act for American clients, where every thing&lt;/P&gt;&lt;P&gt;will be audited by government agency. To know more about SOX, use the links on&lt;/P&gt;&lt;P&gt;the right hand side of this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second reason is, we can edit or create multiple entries at a time, using table&lt;/P&gt;&lt;P&gt;maintenance generator.&lt;/P&gt;&lt;P&gt;Apart from that we have options like 'Enter conditions' in table maintenance&lt;/P&gt;&lt;P&gt;screen SM30. Please try to find out the use of those, by creating an example.&lt;/P&gt;&lt;P&gt;Table Maintenance generator: Difference between one step and two steps.&lt;/P&gt;&lt;P&gt;While creating table maintenance generator, we find below options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose one step, we have to give the screen number in Overview Screen field.&lt;/P&gt;&lt;P&gt;When we choose two step, we have to give both overview screen number and single screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give any number for screen. Don&amp;#146;t give 1000 screen number. As this&lt;/P&gt;&lt;P&gt;number is reserved for selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we choose two step, two screens will be created for table maintenance. For&lt;/P&gt;&lt;P&gt;single step only one screen will be created.&lt;/P&gt;&lt;P&gt;When we choose two step, table maintenance will work as follows&lt;/P&gt;&lt;P&gt;Go to SM30, give the table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed. To create entries, when you click on &amp;#145;new&lt;/P&gt;&lt;P&gt;entries&amp;#146;. Another screen will be displayed, where you give input and save. You can&lt;/P&gt;&lt;P&gt;enter one record at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SM30; give table name for which you have created table maintenance-&lt;/P&gt;&lt;P&gt;Overview screen will be displayed; To create entries click on &amp;#145;new entries&amp;#146;, you can&lt;/P&gt;&lt;P&gt;enter the records on the same screen. You can enter multiple records at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use single step generally, as it is user friendly.&lt;/P&gt;&lt;P&gt;To completely understand the difference and above points please do exercise by&lt;/P&gt;&lt;P&gt;creating table maintenance generator in both ways (using single step and two&lt;/P&gt;&lt;P&gt;step). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;One step, two step in Table Maintenance Generator&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 18:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500328#M841949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: table maintain genarator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500329#M841950</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;table maintanance Generator is used to manually&lt;/P&gt;&lt;P&gt;input values using transaction sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create An custom table ( Z or Y ) Table, You have maintain that table to see the values, Where as for standard tables, it is not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under &lt;/P&gt;&lt;P&gt;attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;&lt;/P&gt;&lt;P&gt;create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;select standard recording routine radio in table&lt;/P&gt;&lt;P&gt;table mainitainence generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning &lt;/P&gt;&lt;P&gt;it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers&lt;/P&gt;&lt;P&gt;this dialog box appears when you click on create &lt;/P&gt;&lt;P&gt;button &lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One step, two step in Table Maintenance Generator&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details. &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;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 18:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500329#M841950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: table maintain genarator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500330#M841951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table maintenance Generator is used to manually input values using transaction sm30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under attributes tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;create function group and assign it under function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)select standard recording routine radio in table table mainitainence generator to move table contents to quality and production by assigning  it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers this dialog box appears when you click on create button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;One step, two step in Table Maintenance Generator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Single step&lt;/STRONG&gt;: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Two step:&lt;/STRONG&gt; Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 19:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintain-genarator/m-p/3500330#M841951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T19:59:01Z</dc:date>
    </item>
  </channel>
</rss>

