<?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: internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946618#M390089</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;yellow = '@5C@'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the records based on the condition gt_outtab-id =  yellow  into gt_outtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr&lt;/P&gt;&lt;P&gt;bukrs&lt;/P&gt;&lt;P&gt;gjahr&lt;/P&gt;&lt;P&gt;from lfc1&lt;/P&gt;&lt;P&gt;into table lt_lfc1 for all entries in gt_outtab&lt;/P&gt;&lt;P&gt;where lifnr = gt_outtab-lifnr and&lt;/P&gt;&lt;P&gt;bukrs = gt_outtab-bukrs and&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;gt_outtab-id =  yellow .&amp;lt;/b&amp;gt; remove this and use the same in first itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 06:06:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T06:06:26Z</dc:date>
    <item>
      <title>internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946617#M390088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;I want to retreive data from table lfc1 for all entries in onther table.&lt;/P&gt;&lt;P&gt;There is my select query:&lt;/P&gt;&lt;P&gt;data: yellow type string.&lt;/P&gt;&lt;P&gt;yellow = '@5C@'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr&lt;/P&gt;&lt;P&gt;           bukrs&lt;/P&gt;&lt;P&gt;           gjahr&lt;/P&gt;&lt;P&gt;    from lfc1&lt;/P&gt;&lt;P&gt;    into table lt_lfc1 for all entries in gt_outtab&lt;/P&gt;&lt;P&gt;    where lifnr = gt_outtab-lifnr and&lt;/P&gt;&lt;P&gt;          bukrs = gt_outtab-bukrs and&lt;/P&gt;&lt;P&gt;          gt_outtab-id in ( yellow ).&lt;/P&gt;&lt;P&gt;The gt_outtab has a field as ID which holds value @5C@, @5D@ and @5B@.&lt;/P&gt;&lt;P&gt;I want retreive data only for records with ID as @5C@.&lt;/P&gt;&lt;P&gt;How can i do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946617#M390088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946618#M390089</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;yellow = '@5C@'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the records based on the condition gt_outtab-id =  yellow  into gt_outtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr&lt;/P&gt;&lt;P&gt;bukrs&lt;/P&gt;&lt;P&gt;gjahr&lt;/P&gt;&lt;P&gt;from lfc1&lt;/P&gt;&lt;P&gt;into table lt_lfc1 for all entries in gt_outtab&lt;/P&gt;&lt;P&gt;where lifnr = gt_outtab-lifnr and&lt;/P&gt;&lt;P&gt;bukrs = gt_outtab-bukrs and&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;gt_outtab-id =  yellow .&amp;lt;/b&amp;gt; remove this and use the same in first itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946618#M390089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946619#M390090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Its a very good option.But i need the gt_outttab for furthrer use also.And making another internal table will hamper performance issue.Is it not possible to give hard coded values in select statement or by soemother way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946619#M390090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946620#M390091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;    On option would select as you have mention in ur query .&lt;/P&gt;&lt;P&gt;In the your select which is the field matching with gt_outtab-id field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete table lt_lfc1 where id &amp;lt;&amp;gt;  @5C@.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will fetch those records .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946620#M390091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946621#M390092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gt_out1[] = gt_outtab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete gt_out1 where id ne yellow.&lt;/P&gt;&lt;P&gt;select lifnr&lt;/P&gt;&lt;P&gt;bukrs&lt;/P&gt;&lt;P&gt;gjahr&lt;/P&gt;&lt;P&gt;from lfc1&lt;/P&gt;&lt;P&gt;into table lt_lfc1 for all entries in gt_out1&lt;/P&gt;&lt;P&gt;where lifnr = gt_out1-lifnr and&lt;/P&gt;&lt;P&gt;bukrs = gt_out1-bukrs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 06:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1946621#M390092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T06:10:05Z</dc:date>
    </item>
  </channel>
</rss>

