<?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: Insertion in Internal Table....? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574783#M1271518</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;you can keep a pushbutton on your screen say add.&lt;/P&gt;&lt;P&gt;on click of it... the entries in the fields can be appended in the internal table...&lt;/P&gt;&lt;P&gt;for ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
case ok_code.
when 'ADD'
wa-field1 = screen_field1
    ...
    ...
    ...
wa-field10 = screen-field10.
append wa to itab.
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 07:04:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T07:04:01Z</dc:date>
    <item>
      <title>Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574781#M1271516</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;&lt;/P&gt;&lt;P&gt;i am working on Internal Table.......build an internal table structure which contains 10 fields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to insert data through and screen or front end...........how can i insert data in Internal Table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574781#M1271516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574782#M1271517</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;After inserting the data into the screen and when user press the SAVE button read the data from the screen append to the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574782#M1271517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574783#M1271518</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;you can keep a pushbutton on your screen say add.&lt;/P&gt;&lt;P&gt;on click of it... the entries in the fields can be appended in the internal table...&lt;/P&gt;&lt;P&gt;for ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
case ok_code.
when 'ADD'
wa-field1 = screen_field1
    ...
    ...
    ...
wa-field10 = screen-field10.
append wa to itab.
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574783#M1271518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574784#M1271519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a screen with table control/step loop/one entry at onceu2026using screen fields and enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AnushaV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574784#M1271519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574785#M1271520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kashif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are entering data in table control or in text fields? Screen Programming or Simple Selection Screen ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Explain bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574785#M1271520</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-05-12T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insertion in Internal Table....?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574786#M1271521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Store the input data into the work area and append into an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 07:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insertion-in-internal-table/m-p/5574786#M1271521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T07:13:46Z</dc:date>
    </item>
  </channel>
</rss>

