<?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: Saving the data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456065#M550749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use this code:&lt;/P&gt;&lt;P&gt;when 'SAVE'."fctcode&lt;/P&gt;&lt;P&gt;      move lfa1 to itab."screen fields to internal table(here I am using trable control in thescreen)&lt;/P&gt;&lt;P&gt;      append itab.&lt;/P&gt;&lt;P&gt;      insert into lfa1 values itab."inserting values into table.&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        message i000(0) with 'inserted'.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message e001(0) with 'not inserted'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 05:18:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T05:18:09Z</dc:date>
    <item>
      <title>Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456063#M550747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to save data from a screen into a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to diplay data in a screen such that it is in non-editable mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456063#M550747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T05:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456064#M550748</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;When you are designing screen that is in Layout , You need to set the attributes of the field. Double click on the field , then a screen pop up on right side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the property as 'OUTPUT' only. Then the field will be display only but not modifiable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456064#M550748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456065#M550749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use this code:&lt;/P&gt;&lt;P&gt;when 'SAVE'."fctcode&lt;/P&gt;&lt;P&gt;      move lfa1 to itab."screen fields to internal table(here I am using trable control in thescreen)&lt;/P&gt;&lt;P&gt;      append itab.&lt;/P&gt;&lt;P&gt;      insert into lfa1 values itab."inserting values into table.&lt;/P&gt;&lt;P&gt;      if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        message i000(0) with 'inserted'.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message e001(0) with 'not inserted'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456065#M550749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T05:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456066#M550750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for your answer.&lt;/P&gt;&lt;P&gt;Is there anyother way of saving data without using table controls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 05:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456066#M550750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456067#M550751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have standard screen and you want to save your data then we can use BAPI or Batch input method to upload mass data. if you want to design your own screen to craete entries for a custom table we can use table maintainance if u want to store records in diffrent custom table using same screen you can use Statment INSERT or MODIFY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tanweer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 11:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456067#M550751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456068#M550752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the simple and best example  for saving data  from the screen to   table  using the Update Command  ..with  Pop-up  ... see it   with  &amp;lt;b&amp;gt;screen shot&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab4335c111d1829f0000e829fbfe/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull  ...&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-the-data/m-p/2456068#M550752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:08:55Z</dc:date>
    </item>
  </channel>
</rss>

