<?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: Syntax error for Nodes command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546747#M1266413</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;Assign F1S logical database in the Report attribute. This will resolve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2009 10:12:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-01T10:12:24Z</dc:date>
    <item>
      <title>Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546741#M1266407</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 am getting the syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SPFLI" is not a node of the logical database __S.	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NODES : SPFLI, SFLIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET SPFLI FIELDS CARRID CONNID CITYFROM CITYTO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: / SPFLI-CARRID, &lt;/P&gt;&lt;P&gt;           SPFLI-CONNID, &lt;/P&gt;&lt;P&gt;           SPFLI-CITYFROM, &lt;/P&gt;&lt;P&gt;           SPFLI-CITYTO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET SFLIGHT FIELDS FLDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: / SFLIGHT-FLDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i change 'Nodes' to 'Tables' then I am getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SPFLI" is not defined for the current logical database.		&lt;/P&gt;&lt;P&gt;I am using ECC 6.0.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please suggest where i have to correct my code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;k srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 09:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546741#M1266407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T09:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546742#M1266408</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;Which Logical Database are you using ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 09:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546742#M1266408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T09:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546743#M1266409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. How to declare logical data base in the program. I pasted the program given in help documentation and i am getting this error. How i should find which logical database to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546743#M1266409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546744#M1266410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to se36-&amp;gt;type your Logical DB name-&amp;gt; select structure -&amp;gt;Display. You can see if SPFLI is supported node in this LDB and what kind of node it is (node type column).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546744#M1266410</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-05-01T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546745#M1266411</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;Using the Menu path from abap editor Goto-&amp;gt;Attributes check whether Logical database input field is blank or not. If it is blank then you need to provide the logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the logical database in the help documentation from where you have copied and fill the Logical database input field in the Report attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546745#M1266411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T10:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546746#M1266412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPFLI  is in F1S  logical database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546746#M1266412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T10:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546747#M1266413</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;Assign F1S logical database in the Report attribute. This will resolve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546747#M1266413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546748#M1266414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and the problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 10:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546748#M1266414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546749#M1266415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so now i have the same question ,"SPFLI" is not a node of the logical database, how to resolve this ,. &lt;/P&gt;&lt;P&gt;Should i add some code in my program ?&amp;nbsp;&amp;nbsp; , i find spfli in F1L&amp;nbsp; in LDB , how any other suggest ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546749#M1266415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T08:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error for Nodes command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546750#M1266416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem has been done, just as &lt;/P&gt;&lt;H5 class="simple" style="padding-top: 8px; font-weight: normal; font-size: 20px; color: #333333;"&gt;Avinash Kodarapu said. \&lt;/H5&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Using the Menu path from abap editor Goto-&amp;gt;Attributes check whether Logical database input field is blank or not..&amp;nbsp;&amp;nbsp; i filled F1S into to it, it ok, Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-for-nodes-command/m-p/5546750#M1266416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-17T09:09:10Z</dc:date>
    </item>
  </channel>
</rss>

