<?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 SELECT contains a direct assignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535952#M575581</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;In code checker i m getting the following warning :- &amp;lt;b&amp;gt;SELECT contains a direct assignment.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;for the below select query.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select single kalsm into W_procedure from t005 where land1 = ttx_txjcd-country&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nithya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 06:34:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T06:34:24Z</dc:date>
    <item>
      <title>SELECT contains a direct assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535952#M575581</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;In code checker i m getting the following warning :- &amp;lt;b&amp;gt;SELECT contains a direct assignment.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;for the below select query.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select single kalsm into W_procedure from t005 where land1 = ttx_txjcd-country&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nithya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 06:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535952#M575581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT contains a direct assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535953#M575582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have not given the data definition of w_procedure. You have not given the data definition of ttx_txjcd. How do you expect us to know what your problem is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, I can't recall ever seeing a warning or error in the code inspector (I assume this is where you get the warning) without a link to further infomation explaining why the message is issued.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535953#M575582</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2007-07-10T07:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT contains a direct assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535954#M575583</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;What is the type of W_procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its the same type as kalsm there should not be any problem, but if W_procedure is of type t005 or any other strucutre you need to use CORRESPONDING FIELDS OF addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535954#M575583</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-10T07:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT contains a direct assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535955#M575584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this error can be avoided using "#EC with the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-contains-a-direct-assignment/m-p/2535955#M575584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:57:41Z</dc:date>
    </item>
  </channel>
</rss>

