<?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 Writing into database table using SM30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365045#M1839297</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;I have created a transaction that allows a user to write into a custom database table using SM30. Basically, when user calls that transaction, SM30 is called and name of my transaction is written into the "Table/View" field of the first screen of SM30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That database table contains field DATUM. What I want now is that when user is inserting a new record into that database table using my transaction, the DATUM field will automatically equal to current date (sy-datum). Is that possible? Can I make a field to be non-modifiable by user? Do I need to modify something in table settings or in my transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jake Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 10:15:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-10T10:15:46Z</dc:date>
    <item>
      <title>Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365045#M1839297</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;I have created a transaction that allows a user to write into a custom database table using SM30. Basically, when user calls that transaction, SM30 is called and name of my transaction is written into the "Table/View" field of the first screen of SM30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That database table contains field DATUM. What I want now is that when user is inserting a new record into that database table using my transaction, the DATUM field will automatically equal to current date (sy-datum). Is that possible? Can I make a field to be non-modifiable by user? Do I need to modify something in table settings or in my transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jake Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365045#M1839297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T10:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365046#M1839298</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;Please use table maintenance generator event&amp;nbsp; in your custom table&amp;nbsp; 05 or 01 event and add your code then it will be&amp;nbsp; updated&amp;nbsp; the same when you want to add any entryusing z tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365046#M1839298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365047#M1839299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;you can use event 05 for screen processing in TMG . Use event event 01 for adding date field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;total will be the internal table in TMG and&amp;nbsp; &amp;lt;vim_total_struc&amp;gt; wil be the structure which holds the current value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer the code as like in this link &lt;A __default_attr="4823785" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Re: Table maintenance generator events" href="https://community.sap.com/"&gt;&lt;/A&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;sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365047#M1839299</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2014-06-10T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365048#M1839300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TMG screen in menu Environment-&amp;gt;Modification-&amp;gt;Maintenance Screen&lt;/P&gt;&lt;P&gt;for screen changes&lt;/P&gt;&lt;P&gt;and for other changes Environment-&amp;gt;Modification-&amp;gt;Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned above you can use 05 or 01 EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh Lathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365048#M1839300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365049#M1839301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two things to be done in your requirement.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;1. Make date field non-editable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Go to table Maintenance Generator . Select Menu Environment-&amp;gt; Modifications -&amp;gt; Maintenance Screens.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/471781" height="146" width="328" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the element list tab or in the Layout, un-check input field check-box for date field.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/471779" height="290" width="130" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the date field would be non-editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;2. Default to date to current date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This as provided above, can be done by creating event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want it to be defaulted when the element is saved to database, chose event 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance Generator .&lt;/P&gt;&lt;P&gt;Environment Menu-&amp;gt; Modifications -&amp;gt; Events.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/471791" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the editor and input your code within the subroutine name provided above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could provide something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;FORM zdate.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: ls_wa &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; zccuser_dat.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: f_index &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; sy-tabix. &lt;SPAN class="L1S31"&gt;"Index to note the lines found&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;LOOP&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;AT&lt;/SPAN&gt; total.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CHECK&lt;/SPAN&gt; &amp;lt;action&amp;gt; &lt;SPAN class="L1S52"&gt;EQ&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'N'&lt;/SPAN&gt;.&amp;nbsp; " This for new entry, for updating existing entry include 'U' also. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_wa = &amp;lt;vim_total_struc&amp;gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_wa-datum = sy-datum.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;vim_total_struc&amp;gt; = ls_wa.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;READ&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TABLE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;extract&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;KEY&lt;/SPAN&gt; &amp;lt;vim_xtotal_key&amp;gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc &lt;SPAN class="L1S52"&gt;EQ&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f_index = sy-tabix.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ELSE&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; f_index.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;MODIFY&lt;/SPAN&gt; total.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CHECK&lt;/SPAN&gt; f_index &lt;SPAN class="L1S52"&gt;GT&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;extract&lt;/SPAN&gt; = total.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;MODIFY&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;extract&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;INDEX&lt;/SPAN&gt; f_index.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sy-subrc = &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDLOOP&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;ENDFORM&lt;/SPAN&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S31"&gt;"zdate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365049#M1839301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365050#M1839302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Susmitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing not related to this question I was wondering if you could answer. I updated my database table and now it has several new fields. However, if I try to insert or view my database table using SM30, I can see only the old fields there. My database table is activated, and I adjusted it using SE14. What else should I do so that the most recent version of my table is displayed in SM30?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365050#M1839302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365051#M1839303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you make any field changes in Table you have to again regerate the TMG again.&lt;/P&gt;&lt;P&gt;Go to TMG screen and click on change button and follow instruction on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh Lathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365051#M1839303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365052#M1839304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to regenerate TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Se11, Go to TMG -&amp;gt; Click on edit and select the appropriate option. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365052#M1839304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-10T12:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365053#M1839305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="text-decoration: underline;"&gt;1. Make date field non-editable.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There is no need to make the field as "non-editable" manually. If someone regenerates the TMG everything is lost for good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365053#M1839305</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-06-10T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365054#M1839306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did regenerate the table n Table Maintenance Generator, but in SM30 I can still see only the first field of the table (PERNR). Is there something I need to do in SM30 as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/472282" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/472313" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 04:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365054#M1839306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T04:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365055#M1839307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you selected the maintenance screen when you regenerated TMG.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/472299" height="168" width="223" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as Suhas mentioned, you will have to redo your maintenance screen modifications when you regenerate the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365055#M1839307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T05:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Writing into database table using SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365056#M1839308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it worked out. I previously only selected "New field/sec. table in structure".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 06:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/writing-into-database-table-using-sm30/m-p/10365056#M1839308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-11T06:12:18Z</dc:date>
    </item>
  </channel>
</rss>

