<?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: GET node error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295970#M788758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure of the logical database you're using through transaction SE36.&lt;/P&gt;&lt;P&gt;See if node LIKP is in the structure. Otherwise you should change your logical database in your program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 19:46:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T19:46:51Z</dc:date>
    <item>
      <title>GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295968#M788756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a modified program for one of the old report and it is giving me error at the GET LIKP statement saying '"LIKP" is not defined for the current logical database.'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET LIKP .&lt;/P&gt;&lt;P&gt;  %DBACC = %DBACC - 1.&lt;/P&gt;&lt;P&gt;  IF %DBACC = 0.&lt;/P&gt;&lt;P&gt;    STOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CHECK SP$00003.&lt;/P&gt;&lt;P&gt;  CHECK SP$00001.&lt;/P&gt;&lt;P&gt;  CHECK SP$00002.&lt;/P&gt;&lt;P&gt;  CHECK SP$00004.&lt;/P&gt;&lt;P&gt;  CHECK SP$00005.&lt;/P&gt;&lt;P&gt;  ADD 1 TO %COUNT-LIKP.&lt;/P&gt;&lt;P&gt;  %LINR-LIKP = '99'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to resolve this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 18:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295968#M788756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T18:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295969#M788757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you include the Logical database VLV in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VInodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 18:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295969#M788757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T18:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295970#M788758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the structure of the logical database you're using through transaction SE36.&lt;/P&gt;&lt;P&gt;See if node LIKP is in the structure. Otherwise you should change your logical database in your program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gilberto Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 19:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295970#M788758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T19:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295971#M788759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinodh and Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked SE36 transaction and found VLV-Logical data base for deliveries, which has LIKP and LIPS nodes. Can you please help me how I can include VLV in my report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 20:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295971#M788759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T20:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295972#M788760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Attributes screen of your Program, you have include to include the Logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reach there from se38---&amp;gt; click radio button attributes and hit change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 20:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295972#M788760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T20:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: GET node error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295973#M788761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Vinodh and Gilberto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appriciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 21:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-node-error/m-p/3295973#M788761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T21:00:03Z</dc:date>
    </item>
  </channel>
</rss>

