<?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: Create  Transaction code for table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031375#M1499450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a new report and pass the tablename to function module VIEW_MAINTENANCE_CALL. &lt;/P&gt;&lt;P&gt;action = U (Change).&lt;/P&gt;&lt;P&gt;view_name = your table. &lt;/P&gt;&lt;P&gt;You can use excl_cua_funct to exclude certain function of the table maintenance.&lt;/P&gt;&lt;P&gt;dba_sellist can remain empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VIEW_MAINTENANCE_CALL'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            action               = 'U'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             show_selection_popup = range_limits_input&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            view_name            = 'ZESAG'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             variant_for_selection = variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dba_sellist          = rangetab&lt;/P&gt;&lt;P&gt;            excl_cua_funct       = fu_to_excl&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            client_reference               = 01&lt;/P&gt;&lt;P&gt;            foreign_lock                   = 02&lt;/P&gt;&lt;P&gt;             no_clientindependent_auth      = 03       &lt;/P&gt;&lt;P&gt;            no_database_function           = 04&lt;/P&gt;&lt;P&gt;            no_editor_function             = 05&lt;/P&gt;&lt;P&gt;            no_show_auth                   = 06&lt;/P&gt;&lt;P&gt;            no_tvdir_entry                 = 07&lt;/P&gt;&lt;P&gt;            no_upd_auth                    = 08&lt;/P&gt;&lt;P&gt;            system_failure                 = 09&lt;/P&gt;&lt;P&gt;            view_not_found                 = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a transaction code for this report and you're done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roel van den Berge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 10:12:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-16T10:12:14Z</dc:date>
    <item>
      <title>Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031374#M1499449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have here a Z-Table. The customer write to me: New transaction ZSPC for the maintenance of Z-Table.&lt;/P&gt;&lt;P&gt;How can I do it ?  they want create a tcode for a table. I think they want directly maintenance the table in SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031374#M1499449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031375#M1499450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a new report and pass the tablename to function module VIEW_MAINTENANCE_CALL. &lt;/P&gt;&lt;P&gt;action = U (Change).&lt;/P&gt;&lt;P&gt;view_name = your table. &lt;/P&gt;&lt;P&gt;You can use excl_cua_funct to exclude certain function of the table maintenance.&lt;/P&gt;&lt;P&gt;dba_sellist can remain empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VIEW_MAINTENANCE_CALL'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            action               = 'U'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             show_selection_popup = range_limits_input&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            view_name            = 'ZESAG'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             variant_for_selection = variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dba_sellist          = rangetab&lt;/P&gt;&lt;P&gt;            excl_cua_funct       = fu_to_excl&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            client_reference               = 01&lt;/P&gt;&lt;P&gt;            foreign_lock                   = 02&lt;/P&gt;&lt;P&gt;             no_clientindependent_auth      = 03       &lt;/P&gt;&lt;P&gt;            no_database_function           = 04&lt;/P&gt;&lt;P&gt;            no_editor_function             = 05&lt;/P&gt;&lt;P&gt;            no_show_auth                   = 06&lt;/P&gt;&lt;P&gt;            no_tvdir_entry                 = 07&lt;/P&gt;&lt;P&gt;            no_upd_auth                    = 08&lt;/P&gt;&lt;P&gt;            system_failure                 = 09&lt;/P&gt;&lt;P&gt;            view_not_found                 = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a transaction code for this report and you're done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roel van den Berge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031375#M1499450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031376#M1499451</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;First create a table maintenace generator for that table. Then follow below steps to create Tcode for it.&lt;/P&gt;&lt;P&gt;1.Goto SE93 , give a name and click on create.&lt;/P&gt;&lt;P&gt;2. Select radio button transaction with paramter.&lt;/P&gt;&lt;P&gt;3. In transaction give as SM30.&lt;/P&gt;&lt;P&gt;4. At bottom default values table give as below&lt;/P&gt;&lt;P&gt;   Viewname  - give your table name&lt;/P&gt;&lt;P&gt;  update        - X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031376#M1499451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031377#M1499452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Follow the bellow steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.From SE11  create a table maintenace generator for that table. &lt;/P&gt;&lt;P&gt;2.Selct one step/two step(if onestep give the one screen number and if it is two step give the two screen  umbers)&lt;/P&gt;&lt;P&gt;3..Afrer that Goto SE93 , give a transaction  and click on create.&lt;/P&gt;&lt;P&gt;4. Select radio button transaction with paramter.&lt;/P&gt;&lt;P&gt;5. In transaction give as SM30.&lt;/P&gt;&lt;P&gt;6. At bottom default values table give as below&lt;/P&gt;&lt;P&gt;Viewname  give your table name&lt;/P&gt;&lt;P&gt;Display  X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;display X means when the view opens it will open in display mode , if u want to change u can crtae change&lt;/P&gt;&lt;P&gt;if u want new entries u can create create new entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031377#M1499452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031378#M1499453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a maintenance view for the table with table maintenance generator (SE54) and then create a transaction (SE93) for TCODE SM30 with parameters "VIEWNAME" and "UPDATE".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031378#M1499453</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-06-16T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031379#M1499454</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 create transaction for table maintainence in following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to Tcode se93 and choose create and choose transaction with parameter radiobutton..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then enter sm30 in the Transaction input field and fill thedown screen of default Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen field name                      Value &lt;/P&gt;&lt;P&gt;VIEWNAME                                 Table/view name&lt;/P&gt;&lt;P&gt;UPDATE                                      'X' for allowing maintainence  &lt;/P&gt;&lt;P&gt;SHOW                                         'X' for only display &lt;/P&gt;&lt;P&gt;TRANSPORT                               'X' for customizing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031379#M1499454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031380#M1499455</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 create table maintainance for that table. Then go to se93 give any tcode name and click on create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u will get popup give their tcode description and in Start object check last radio button "transaction with parameters (Parameter transaction)".   Give transaction as sm30. ans check checkbox skip initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At end of that screen in  table control default values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mention  like this:&lt;/P&gt;&lt;P&gt;Name of screen field    value&lt;/P&gt;&lt;P&gt;UPDATE	                X&lt;/P&gt;&lt;P&gt;VIEWNAME	               ZTable name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save the tcode.  This will work. &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; Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031380#M1499455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031381#M1499456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FAQ. Please search in SCN before posting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031381#M1499456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T10:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create  Transaction code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031382#M1499457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search for available information before asking, do not ask basic how-to questions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please do not provide step by step guides to basic questions!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 11:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-transaction-code-for-table/m-p/7031382#M1499457</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-16T11:00:22Z</dc:date>
    </item>
  </channel>
</rss>

