<?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: select query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219437#M1983478</link>
    <description>&lt;P&gt;What ABAP Version do you have installed? the proposed solution from Sandra does not work for older ABAP Versions (e.g. only for &amp;gt;=751 but not &amp;lt;=750).&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2020 14:45:36 GMT</pubDate>
    <dc:creator>michael_piesche</dc:creator>
    <dc:date>2020-07-30T14:45:36Z</dc:date>
    <item>
      <title>select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219434#M1983475</link>
      <description>&lt;P&gt;hi experts, needed a quick solution . i have an internal table it_data and filled the data from view using select query. and i need to add one more field to it_data from ekpo. please let me know how to do it.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 11:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219434#M1983475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-07-30T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219435#M1983476</link>
      <description>&lt;P&gt;Hi Karon, &lt;/P&gt;&lt;P&gt;you can use INTO CORRESPONDING FIELDS OF TABLE option to get data from EKPO.&lt;/P&gt;&lt;P&gt;suppose it_data has 5 fields already updated. create another internal table itab with same fields of it_data + 1 extra  "field" which you want to be updated from EKPO.&lt;/P&gt;&lt;P&gt;copy data from it_data to itab  and then select "field" from EKPO INTO CORRESPONDING FIELDS OF TABLE itab. but you need to use where clause in Select from EKPO to match the data into itab.&lt;/P&gt;&lt;P&gt;I hope this is helpful !&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 12:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219435#M1983476</guid>
      <dc:creator>former_member683273</dc:creator>
      <dc:date>2020-07-30T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219436#M1983477</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SELECT view~*, ekpo~ebeln FROM view INNER JOIN ekpo ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is it what you're looking for?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 13:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219436#M1983477</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-07-30T13:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219437#M1983478</link>
      <description>&lt;P&gt;What ABAP Version do you have installed? the proposed solution from Sandra does not work for older ABAP Versions (e.g. only for &amp;gt;=751 but not &amp;lt;=750).&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 14:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/12219437#M1983478</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-07-30T14:45:36Z</dc:date>
    </item>
  </channel>
</rss>

