<?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 how to read data from buffer while validating in sm30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230564#M1209137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;     I am doing validations in sm30 by using events.The user is entering the data thru sm30 (multiple records at a time) Before the data gets saved into database table it might be storing in some buffer. Can you pls tell me where this data is buffered before getting saved into database table.Do we have any standard global fields which can hold the data which we entered in sm30 before saving in data base .Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 13:12:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-24T13:12:24Z</dc:date>
    <item>
      <title>how to read data from buffer while validating in sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230564#M1209137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;     I am doing validations in sm30 by using events.The user is entering the data thru sm30 (multiple records at a time) Before the data gets saved into database table it might be storing in some buffer. Can you pls tell me where this data is buffered before getting saved into database table.Do we have any standard global fields which can hold the data which we entered in sm30 before saving in data base .Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230564#M1209137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T13:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to read data from buffer while validating in sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230565#M1209138</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 out the data declaration include of Function group that is created for this table in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structures that might help you are &amp;lt;VIM&amp;gt; and likewise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230565#M1209138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T13:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to read data from buffer while validating in sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230566#M1209139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sami,&lt;/P&gt;&lt;P&gt;For that you have to use events for table maintanance.&lt;/P&gt;&lt;P&gt;have a look at following.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f32a9d111d1a5690000e82deaaa/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f32a9d111d1a5690000e82deaaa/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might help you.&lt;/P&gt;&lt;P&gt;Pratik Vora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230566#M1209139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T13:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to read data from buffer while validating in sm30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230567#M1209140</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 check with the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1204641"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-buffer-while-validating-in-sm30/m-p/5230567#M1209140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T13:21:30Z</dc:date>
    </item>
  </channel>
</rss>

