<?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 statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649241#M288626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using this GET statement  when we need to get the data from logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present more of the client are not accepted to use the Logical databases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN HR-ABAP &lt;/P&gt;&lt;P&gt;We can use to get the entire data of perner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: GET PERNER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 13:30:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T13:30:49Z</dc:date>
    <item>
      <title>GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649236#M288621</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;   How does the GET statement work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e,g GET kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgards&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649236#M288621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649237#M288622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its like a SELECT * from KNA1.. ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is used in Reports tied to a Logical DataBase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649237#M288622</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-11-22T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649238#M288623</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;GET is a command used in logical databases for retreiving data in  a heirarchial sequence manner. for eg.&lt;/P&gt;&lt;P&gt;GET MARA.&lt;/P&gt;&lt;P&gt;first it displays the parent node and it displays all the child nodes in a  sequential manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649238#M288623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649239#M288624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET is applicable for LDB (logical database programs only)&lt;/P&gt;&lt;P&gt;In normal programs, it won't work.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To get a taste of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. create a new z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. while creating type PNP&lt;/P&gt;&lt;P&gt;in logical database field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. paste this code and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;infotypes : 0001.&lt;/P&gt;&lt;P&gt;TABLES : PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;GET PERNR.&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; PERNR-PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. The selection screen which u see&lt;/P&gt;&lt;P&gt;is coming from logical database PNP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Execute&lt;/P&gt;&lt;P&gt;7. U will get a list of pernr.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649239#M288624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649240#M288625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get statement is used to use the information stored in a logical database. A logical database is a "Special ABAP program, which provides other ABAP programs with data from the nodes of a hierarchical tree structure. Is linked either in the program attributes of an executable program to this program or is called using function module LDB_PROCESS. A logical database uses a hierarchical structure with nodes to link an ABAP database program and an own standard selection screen. You edit logical databases in the Logical Database Builder."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do get XXX, you get all the information related on the program you made for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use it as a normal internat table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649240#M288625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649241#M288626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using this GET statement  when we need to get the data from logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present more of the client are not accepted to use the Logical databases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN HR-ABAP &lt;/P&gt;&lt;P&gt;We can use to get the entire data of perner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: GET PERNER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649241#M288626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649242#M288627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Extending the previous answer.. When you call a GET statement in your program, there will be a corresponding PUT statement in the LDB which you would have defined in your program attributes. If you look into your LDB program, under the PUT statement you will find the SELECT... ENDSELECT. Meaning, when the GET statement is executed, the processor calls the corresponding PUT statement and retrieves the values and gives it back to the calling program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649242#M288627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: GET statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649243#M288628</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;GET  command  use in programme to  use  LDB  ( Logical DB). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl explore SE36-&amp;gt; PNP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 14:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-statement/m-p/1649243#M288628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T14:00:52Z</dc:date>
    </item>
  </channel>
</rss>

