<?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 Regarding SLIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883817#M677390</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;I declared following variable in my progrma. In general syntax check i dont have any errors with the code but when i do the check in tcode slin following erros comming for the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field GV_KAWRT is not referenced statically in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same warning for all the fields.&lt;/P&gt;&lt;P&gt;plss let me know what is the actual probelm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : GV_KAWRT TYPE KONV-KAWRT,&lt;/P&gt;&lt;P&gt;       GV_TEMP TYPE KOMVD-KWERT VALUE 0,&lt;/P&gt;&lt;P&gt;       GV_GROSS TYPE KOMVD-KWERT,&lt;/P&gt;&lt;P&gt;       GV_KBETR TYPE KONV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_KWERT TYPE KONV-KWERT,&lt;/P&gt;&lt;P&gt;       GV_VBELN TYPE VBELN,&lt;/P&gt;&lt;P&gt;       GV_KBETR_1 TYPE KOMV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_TOTAL_AMT TYPE KONV-KWERT,&lt;/P&gt;&lt;P&gt;       GV_TAX TYPE KONV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_TAX_VALUE TYPE KONV-KWERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2007 09:47:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-29T09:47:19Z</dc:date>
    <item>
      <title>Regarding SLIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883817#M677390</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;I declared following variable in my progrma. In general syntax check i dont have any errors with the code but when i do the check in tcode slin following erros comming for the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field GV_KAWRT is not referenced statically in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same warning for all the fields.&lt;/P&gt;&lt;P&gt;plss let me know what is the actual probelm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : GV_KAWRT TYPE KONV-KAWRT,&lt;/P&gt;&lt;P&gt;       GV_TEMP TYPE KOMVD-KWERT VALUE 0,&lt;/P&gt;&lt;P&gt;       GV_GROSS TYPE KOMVD-KWERT,&lt;/P&gt;&lt;P&gt;       GV_KBETR TYPE KONV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_KWERT TYPE KONV-KWERT,&lt;/P&gt;&lt;P&gt;       GV_VBELN TYPE VBELN,&lt;/P&gt;&lt;P&gt;       GV_KBETR_1 TYPE KOMV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_TOTAL_AMT TYPE KONV-KWERT,&lt;/P&gt;&lt;P&gt;       GV_TAX TYPE KONV-KBETR,&lt;/P&gt;&lt;P&gt;       GV_TAX_VALUE TYPE KONV-KWERT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 09:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883817#M677390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SLIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883818#M677391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The erros is because you are not using this variable anywhere in the program.&lt;/P&gt;&lt;P&gt;Remove the data declaration for this variable and you will not get this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 09:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883818#M677391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T09:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SLIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883819#M677392</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;Thankx for your response. i found one more probelm in slin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE KBETR KWERT  FROM KONV  INTO (GV_KBETR, GV_KWERT)&lt;/P&gt;&lt;P&gt;                WHERE KSCHL = C_DTYPE AND KNUMV = LV_KNUMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using above select but in slin i'm getting warning message saying that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in "select single......." the where condition for the key filed "nation" does not test for equality. there fore the sigle record in question may  not be unique.&lt;/P&gt;&lt;P&gt;internal message code : MESSAGE GSB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 11:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883819#M677392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T11:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SLIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883820#M677393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting this error because you are not comparing all key fields in the select query due to which there could be multiple recoreds matching your selection in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following query; you will get the same result but the benefit is you will not get that error in the SLIN check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT kbetr kwert FROM konv INTO (gv_kbetr, gv_kwert) UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;WHERE kschl = C_DTYPE  AND knumv = lv_knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 08:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-slin/m-p/2883820#M677393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T08:16:32Z</dc:date>
    </item>
  </channel>
</rss>

