<?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: T-code for edit data from table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111903#M983133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if your table having the table maintenance generator option.&lt;/P&gt;&lt;P&gt;then go to sm30 transaction.&lt;/P&gt;&lt;P&gt;there enter your table and edit waht ever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Venkat N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 08:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T08:55:42Z</dc:date>
    <item>
      <title>T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111895#M983125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear cons&lt;/P&gt;&lt;P&gt;     I want to edit some data from table. what is the T-CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NRK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111895#M983125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111896#M983126</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;tcode SM30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Paras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111896#M983126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111897#M983127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the table has a table maintenance generator attached with it then use tran SM30/SE54 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise SE16/SE16n etc.&lt;/P&gt;&lt;P&gt;Steps:SE16&lt;/P&gt;&lt;P&gt;Go to SE16 transaction&lt;/P&gt;&lt;P&gt;Give any table name and press Enter , Ex: MARA&lt;/P&gt;&lt;P&gt;Now execute (F8) this screen&lt;/P&gt;&lt;P&gt;Choose the record you want to manipulate and display (F7)&lt;/P&gt;&lt;P&gt;Go to Debug mode (/H) and press u2018Enteru2019 2 times&lt;/P&gt;&lt;P&gt;Change the value of the variable u2018CODEu2019. By default, it is 'SHOW'&lt;/P&gt;&lt;P&gt;Change the code value as 'EDIT' for modifications, 'INSR' for insert and 'DELE' for delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:SE16n&lt;/P&gt;&lt;P&gt;Goto transaction SE16N&lt;/P&gt;&lt;P&gt;Give the table name &lt;/P&gt;&lt;P&gt;In command box write u2018&amp;amp;sap_editu2019 then press u2018Enteru2019&lt;/P&gt;&lt;P&gt;Press execute button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111897#M983127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111898#M983128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Is it a standard table or Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Ztable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOto Se11&lt;/P&gt;&lt;P&gt;Enter table name&lt;/P&gt;&lt;P&gt;Click change&lt;/P&gt;&lt;P&gt;Click On Contents (Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F10)&lt;/P&gt;&lt;P&gt;Press Execute&lt;/P&gt;&lt;P&gt;Select entry you want to change&lt;/P&gt;&lt;P&gt;Click On Table Entries--&amp;gt; Change(F6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its a Std table.. Plz tell me the Table name&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VIjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111898#M983128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111899#M983129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nirupama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the data of any table, go to transaction SE16N, type u201C&amp;amp;SAP_EDITu201D. It will activate SAP editing function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Opern any record in SE16.Double click on the record so that all the fileds will be displayed in vertical format.&lt;/P&gt;&lt;P&gt;start debugging by /H&lt;/P&gt;&lt;P&gt;change the value of "code" to "DELE" and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111899#M983129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111900#M983130</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 SE11 and SE16 trasaction codes you can change the &lt;/P&gt;&lt;P&gt;data in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111900#M983130</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-01T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111901#M983131</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;write a module pool program to modify a record if it is a ztable. To  modify several records write a bdc program for that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For standard tables write bdc program for the standard transaction (which is updating the record of standard table) to modify or edit several records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111901#M983131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111902#M983132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the steps given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Craete a TMG for the table through SE11.&lt;/P&gt;&lt;P&gt;2)Go to Transaction SE93.&lt;/P&gt;&lt;P&gt;3)Create the transaction as PARAMETER TRANSACTION (Last radio button).&lt;/P&gt;&lt;P&gt;4)Give transaction name as SM30&lt;/P&gt;&lt;P&gt;5)mark "Skip Initial Screen" as "X"&lt;/P&gt;&lt;P&gt;6)hit "Enter"&lt;/P&gt;&lt;P&gt;7)Mark the GUI support&lt;/P&gt;&lt;P&gt;8)Go to "Default values" section&lt;/P&gt;&lt;P&gt;9)Give the "VIEWNAME" = your view name&lt;/P&gt;&lt;P&gt;10)Give "UPDATE" as "X"&lt;/P&gt;&lt;P&gt;11)Save under a transport to production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111902#M983132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for edit data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111903#M983133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if your table having the table maintenance generator option.&lt;/P&gt;&lt;P&gt;then go to sm30 transaction.&lt;/P&gt;&lt;P&gt;there enter your table and edit waht ever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Venkat N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 08:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-edit-data-from-table/m-p/4111903#M983133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T08:55:42Z</dc:date>
    </item>
  </channel>
</rss>

