<?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: problem with LDB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212678#M1006656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont your code give you a syntax error..when you press CTRL+F2..i think it should be like follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: anlav&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab_anlav.&lt;/P&gt;&lt;P&gt;include STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; end of itab_anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: ktansw &lt;STRONG&gt;for&lt;/STRONG&gt; anlav-ktansw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2008 11:54:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-28T11:54:04Z</dc:date>
    <item>
      <title>problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212676#M1006654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's&lt;/P&gt;&lt;P&gt;help me oout with that is wrong with the following code it gives me an error in extendeed syntax check.&lt;/P&gt;&lt;P&gt;and that too 25 messages.&lt;/P&gt;&lt;P&gt;i am using the LDB ADA and the code is as follows.&lt;/P&gt;&lt;P&gt; TABLES:   anlav,&lt;/P&gt;&lt;P&gt;data begin of itab_anlav,&lt;/P&gt;&lt;P&gt;   include  STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;end of itab_anlav.&lt;/P&gt;&lt;P&gt;select-options: ktansw type anlav-ktansw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GET anlav FIELDS bukrs ktogr.&lt;/P&gt;&lt;P&gt;     MOVE-CORRESPONDING anlav TO itab_anlav.&lt;/P&gt;&lt;P&gt;     PERFORM zf_process_anlav USING anlav .&lt;/P&gt;&lt;P&gt; FORM zf_process_anlav USING anlav STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;  wa_asset-bukrs     = anlav-bukrs.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;helpful replies will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212676#M1006654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212677#M1006655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just ignore extended syntex check.because if you are expecting zero error from extended check than we must design our code up to SAP guidlines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212677#M1006655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212678#M1006656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont your code give you a syntax error..when you press CTRL+F2..i think it should be like follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: anlav&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab_anlav.&lt;/P&gt;&lt;P&gt;include STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; end of itab_anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: ktansw &lt;STRONG&gt;for&lt;/STRONG&gt; anlav-ktansw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212678#M1006656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212679#M1006657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab_anlav.&lt;/P&gt;&lt;P&gt;include STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;data: end of itab_anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET anlav FIELDS bukrs ktogr.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING anlav TO itab_anlav.&lt;/P&gt;&lt;P&gt;PERFORM zf_process_anlav USING anlav .&lt;/P&gt;&lt;P&gt;FORM zf_process_anlav USING anlav STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;endform .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212679#M1006657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212680#M1006658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u please write a bit more...i am not able to get ur ans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it still give me 25 mess in slin check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: babu on Jul 28, 2008 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212680#M1006658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212681#M1006659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ya sure ..i found some syntax error in your program so i told you to check that as i copied your program in to my program ..i got some error..i tried to solve it like follows..check or just copy this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: anlav.&lt;/P&gt;&lt;P&gt;data begin of itab_anlav.&lt;/P&gt;&lt;P&gt;include STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;data end of itab_anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: ktansw for anlav-ktansw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET anlav FIELDS bukrs ktogr.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING anlav TO itab_anlav.&lt;/P&gt;&lt;P&gt;PERFORM zf_process_anlav USING anlav .&lt;/P&gt;&lt;P&gt;FORM zf_process_anlav USING anlav STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this can help you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212681#M1006659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212682#M1006660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks very much for the quick response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but can u tell me leaving behind the syntax check ...when i go for slin check it says 25 time that the statement is obsolete at the line&lt;/P&gt;&lt;P&gt;tables: anlav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me y or how to removce that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212682#M1006660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212683#M1006661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLES: anlav.&lt;/P&gt;&lt;P&gt;data : begin of itab_anlav.&lt;/P&gt;&lt;P&gt;include STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;data : end of itab_anlav.&lt;/P&gt;&lt;P&gt;data: wa_asset like anlav.&lt;/P&gt;&lt;P&gt;select-options: ktansw for anlav-ktansw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET anlav FIELDS bukrs ktogr.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING anlav TO itab_anlav.&lt;/P&gt;&lt;P&gt;PERFORM zf_process_anlav USING anlav .&lt;/P&gt;&lt;P&gt;FORM zf_process_anlav USING anlav STRUCTURE anlav.&lt;/P&gt;&lt;P&gt;wa_asset-bukrs = anlav-bukrs.&lt;/P&gt;&lt;P&gt;*.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare this code with ur code and clear the errors u got.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212683#M1006661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212684#M1006662</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;this is the error i get in slin let me know how to remove that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Program:  progname  Row:     35&lt;/P&gt;&lt;P&gt; The current ABAP command is obsolete and problematic, especially so in ABAP&lt;/P&gt;&lt;P&gt; Objects&lt;/P&gt;&lt;P&gt; Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary&lt;/P&gt;&lt;P&gt; types (not "LIKE" or "STRUCTURE").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 35:- tables:anlav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212684#M1006662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212685#M1006663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;classes are not accessible of internal tables with header line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212685#M1006663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212686#M1006664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/4212686#M1006664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:26:13Z</dc:date>
    </item>
  </channel>
</rss>

