<?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 Regarding Table maintainace generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389396#M531224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds,&lt;/P&gt;&lt;P&gt;           Hope all are doing good.&lt;/P&gt;&lt;P&gt;           I am recently working on ECC 6.0 and i want to create table maintainance generator for a ztable. Actually i hav created function grp and passed in sm30 transaction and used single screen. Problem is when i double clicking the screen number its going to se 51 and going to a standard progam named with function grp&lt;/P&gt;&lt;P&gt;SAPLZNEWFUNCTION. From i m confused but in that already some standard code is maintained. But there i hav created screen comprising our ztable fields..&lt;/P&gt;&lt;P&gt;From there i m confused .. how to link with ztable and how to create standard transaction for entering data into that screen and updating the ztable.&lt;/P&gt;&lt;P&gt;Frnds i hav seen so many documents .. i dont need documents ..plzz guide me with proper steps for achieveing target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking u all for reading my doubt and acting on it.&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;karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 18:31:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T18:31:58Z</dc:date>
    <item>
      <title>Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389396#M531224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds,&lt;/P&gt;&lt;P&gt;           Hope all are doing good.&lt;/P&gt;&lt;P&gt;           I am recently working on ECC 6.0 and i want to create table maintainance generator for a ztable. Actually i hav created function grp and passed in sm30 transaction and used single screen. Problem is when i double clicking the screen number its going to se 51 and going to a standard progam named with function grp&lt;/P&gt;&lt;P&gt;SAPLZNEWFUNCTION. From i m confused but in that already some standard code is maintained. But there i hav created screen comprising our ztable fields..&lt;/P&gt;&lt;P&gt;From there i m confused .. how to link with ztable and how to create standard transaction for entering data into that screen and updating the ztable.&lt;/P&gt;&lt;P&gt;Frnds i hav seen so many documents .. i dont need documents ..plzz guide me with proper steps for achieveing target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking u all for reading my doubt and acting on it.&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;karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389396#M531224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389397#M531225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions or steps regarding this thread...&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;karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389397#M531225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389398#M531226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure for creating a maintenance view and transaction is as following:&lt;/P&gt;&lt;P&gt;(1) Define your function group for the maintenance screens&lt;/P&gt;&lt;P&gt;(2) Create a maintenance view (with single or two screens) for your table using the maintenance generator (I always explicitly create a maintenance view for my z-tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Create a parameter transaction (e.g. using transaction SE93) with the following parameters:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;- Default for Transaction = SM30&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table control at the bottom add the following values:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;- VIEWNAME = '&amp;lt;name of your view or table&amp;gt;'
- UPDATE = 'X'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details refer to: &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/0f955bc2086ff3e10000000a422035/content.htm"&amp;gt;Parameter Transactions&amp;lt;/a&amp;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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389398#M531226</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-06-14T19:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389399#M531227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds can anyoen give more conclusive steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still finding problem o get solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389399#M531227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389400#M531228</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;check this link to create a transaction for the ztable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm&lt;/A&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, 15 Jun 2007 04:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389400#M531228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389401#M531229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check this link for creating a transaction code for a TM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go throught below link ..... it was given with screen shots of the T.code Creating for the table after the maintaince view had been created ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389401#M531229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Table maintainace generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389402#M531230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the steps for  making table  maintaince generator ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Creating Maintenance Views&lt;/P&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Enter an explanatory short text in the field Short text. &lt;/P&gt;&lt;P&gt;You can for example find the view at a later time using this short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Enter the primary table of the view under Tables in the Tables/Join conditions tab page. &lt;/P&gt;&lt;P&gt;Only those tables that are linked with the primary table (indirectly) with a foreign key can be included in the maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.If required, include more tables in the view. In a maintenance view you can only insert tables that are linked to one another with foreign keys. &lt;/P&gt;&lt;P&gt;Place the cursor on the primary table and choose Relationships. All existing foreign key relationships of the primary table are displayed. Select the required foreign key and choose Copy. The secondary table used in such a foreign key is included in the view. The join conditions derived from the foreign keys (see Foreign Key Relationship and Join Condition) are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also insert tables that are linked by foreign key with one of the secondary tables that was already inserted. To do this, place the cursor on the secondary table and choose Relationships. Then proceed as described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For maintenance and help views, there are certain restrictions on the foreign keys with which the tables can be included in the view (see Restrictions for Maintenance and Help Views). The foreign keys violating these conditions are displayed at the end of the list under the header Relationships with unsuitable cardinality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.On the View fields tab page, select the fields that you want to copy to the view. &lt;/P&gt;&lt;P&gt;Choose Table fields. All the tables contained in the view are displayed in a dialog box. Select a table. The fields of the table are now displayed in a dialog box. You can copy fields by selecting them in the first column and choosing Copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All key fields of the primary table must be included in a maintenance view. In addition, all key fields of secondary tables that are not involved in the foreign key (that is, which are not linked via a join condition to a key field already included in the view) must be included in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ensures that the records inserted with a maintenance view can be written correctly in the tables contained in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.On the Selection conditions tab page, you can (optionally) formulate restrictions for the data records that can be displayed with the view (see Maintaining Selection Conditions for Views). &lt;/P&gt;&lt;P&gt;The selection conditions define the data records that can be selected with the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.In the Maintenance status tab page, define the maintenance status of the view. &lt;/P&gt;&lt;P&gt;The maintenance status defines how you can access the view data with the standard maintenance transaction (SM30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.Choose   activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.Go to Transaction SE54 with Environment ® Tab.maint.generator. &lt;/P&gt;&lt;P&gt;From the view definition you can generate maintenance modules and maintenance interfaces that distribute the data entered with the view to the base tables of the view. You can find more information in Creating a Maintenance Dialog.&lt;/P&gt;&lt;P&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the link for creating Tcode  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://"&gt;http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 05:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-table-maintainace-generator/m-p/2389402#M531230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T05:13:35Z</dc:date>
    </item>
  </channel>
</rss>

