<?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: put data to table by user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617379#M276374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much ,&lt;/P&gt;&lt;P&gt;it work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 08:48:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T08:48:27Z</dc:date>
    <item>
      <title>put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617373#M276368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;user want to put the data himself in a 'Z' table.&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;wich transaction do this?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617373#M276368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617374#M276369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a table maintenance generator for the Ztable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11 - &amp;gt; enter table name - &amp;gt; utilities - &amp;gt; table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SM30 to maintain data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617374#M276369</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-03T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617375#M276370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make table maintinance view  for table(sm30) ..&lt;/P&gt;&lt;P&gt;and  also u provide authority  to perticular user  to fill data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617375#M276370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617376#M276371</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;For updating Z table you need to define your own transaction or abap code. If you want to update the Z table at the time of updating some SAP transaction then you have to go for User exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to manually update the table then you have to maintain the table Maintenance generator so that SM30 can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617376#M276371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617377#M276372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to my understanding u can put the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create ur own tcode and insert the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to be more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617377#M276372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617378#M276373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. a) First we have to create a table maintenance,&lt;/P&gt;&lt;P&gt;     using se11 itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (this will generated the required code, screens etc,&lt;/P&gt;&lt;P&gt;   for entering/modifying/deleting data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) Then using SM30 and the table name,&lt;/P&gt;&lt;P&gt;     one can maintain the data.&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617378#M276373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617379#M276374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much ,&lt;/P&gt;&lt;P&gt;it work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617379#M276374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: put data to table by user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617380#M276375</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;Go to &lt;/P&gt;&lt;P&gt;se11&lt;DEL&gt;&amp;gt;utilities&lt;/DEL&gt;&amp;gt;table maintenance generator--&amp;gt;there u fill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fungroup group (inthe function group u give a z name related to ur table name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maintenance screen type  and screen name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then goto&lt;/P&gt;&lt;P&gt;Utilities&lt;DEL&gt;&amp;gt;TABLE CONTENTS&lt;/DEL&gt;&amp;gt;CREATE ENTERIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 08:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/put-data-to-table-by-user/m-p/1617380#M276375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T08:48:56Z</dc:date>
    </item>
  </channel>
</rss>

