<?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: help please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989124#M403616</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;The GET statement is used in LDB for &amp;lt;b&amp;gt;retreiving the records&amp;lt;/b&amp;gt; from LDB.&lt;/P&gt;&lt;P&gt;U can see teh Logical data base name specified in ur &amp;lt;b&amp;gt;program &amp;gt; attributes&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using SELECt in other reports, here we will use GET for data retrieval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that they are moving the records into the &amp;lt;b&amp;gt;header t.&amp;lt;/b&amp;gt; Before moing they are claering the header.&lt;/P&gt;&lt;P&gt;Finally appending the records to the internal tabel t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if this helsp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 04:43:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T04:43:14Z</dc:date>
    <item>
      <title>help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989119#M403611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start-of-selection. &lt;/P&gt;&lt;P&gt;get lfa1. &lt;/P&gt;&lt;P&gt;clear t. &lt;/P&gt;&lt;P&gt;move-corresponding lfa1 to t. &lt;/P&gt;&lt;P&gt;append t. &lt;/P&gt;&lt;P&gt;end-of-selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please anyone explain this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989119#M403611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989120#M403612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is using LDB or Logical Database to read data.&lt;/P&gt;&lt;P&gt;Get is used to extract values from Logical database on the basis of given selecetion screen criteria.&lt;/P&gt;&lt;P&gt;then passing the two fields as mention in your prvious post from LFA1 to internal table t and appending the row to t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this to know about ABAP -&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf"&amp;gt;ABAP/4&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989120#M403612</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-01T04:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989121#M403613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz. refer to SAP ABAP/4 in 21 days or help.sap.com &lt;/P&gt;&lt;P&gt;or go to transcation ABAPDOCU in SAP system to get the explanation of such an examples&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989121#M403613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989122#M403614</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;Here it is using LDB(Logical database).&lt;/P&gt;&lt;P&gt;Get LFA1 implies retrieving all the field values from the LFA1 table..&lt;/P&gt;&lt;P&gt;and then clearing the header of the internal table t.&lt;/P&gt;&lt;P&gt;Moving the values of the workarea LFA1 to internal table..&lt;/P&gt;&lt;P&gt;and then appending to the internal table for allowing the next values to get appended in the next rows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989122#M403614</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-03-01T04:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989123#M403615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;get lfa1 :Here it is using LDB(Logical database).&lt;/P&gt;&lt;P&gt;Get LFA1 implies retrieving all the field values from the LFA1 table..&lt;/P&gt;&lt;P&gt;clear t. :clearing the header of the internal table t.&lt;/P&gt;&lt;P&gt;move-corresponding lfa1 to t.:Moving the corresponding values of the workarea LFA1 to internal table..&lt;/P&gt;&lt;P&gt;append t. : appending to the internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989123#M403615</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-03-01T04:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989124#M403616</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;The GET statement is used in LDB for &amp;lt;b&amp;gt;retreiving the records&amp;lt;/b&amp;gt; from LDB.&lt;/P&gt;&lt;P&gt;U can see teh Logical data base name specified in ur &amp;lt;b&amp;gt;program &amp;gt; attributes&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using SELECt in other reports, here we will use GET for data retrieval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that they are moving the records into the &amp;lt;b&amp;gt;header t.&amp;lt;/b&amp;gt; Before moing they are claering the header.&lt;/P&gt;&lt;P&gt;Finally appending the records to the internal tabel t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if this helsp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 04:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-please/m-p/1989124#M403616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T04:43:14Z</dc:date>
    </item>
  </channel>
</rss>

