<?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: Simple Select Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163728#M1821496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Duh!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 20:57:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-11T20:57:08Z</dc:date>
    <item>
      <title>Simple Select Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163726#M1821494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below code and it's not pulling the chart of accounts.&amp;nbsp; What could I be doing wrong? It looks fine to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;PARAMETERS: d_cc TYPE bukrs OBLIGATORY.&lt;/P&gt;&lt;P style="color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;DATA: wa TYPE t001.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;SELECT ktopl FROM t001 INTO wa WHERE bukrs EQ d_cc.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF wa-ktopl IS NOT INITIAL.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WRITE: 'Company Code ', d_cc, ' uses Chart of Accounts ', wa-ktopl.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE. WRITE: 'Company Code ', d_cc, ' has not been assigned a Chart of Accounts.'.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;ENDIF.&lt;/P&gt;&lt;P style="margin-top: 10px; color: #333333; font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;"&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163726#M1821494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Select Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163727#M1821495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your select query as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;ktopl &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;t001 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;STRONG&gt;wa&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;KTOPL&lt;/STRONG&gt; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;bukrs &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;d_cc&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Sameer&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163727#M1821495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T20:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Select Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163728#M1821496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Duh!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-select-help/m-p/10163728#M1821496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-11T20:57:08Z</dc:date>
    </item>
  </channel>
</rss>

