<?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 Logical Databases PNP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749191#M324820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with logical databases for the first time.&lt;/P&gt;&lt;P&gt;Could someone please explain the following concepts :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) why do we need to write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Tables : pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pernr is a structure... but the syntax of GET event is : GET &amp;lt;table&amp;gt; ...&lt;/P&gt;&lt;P&gt;so is pernr a structure or a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also if data gets flled from PAnnn into the internal tables Pnnnn why do we actually need the table pernr? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could some1 plz explain the concep of the pernr structure/table and the GET event.&lt;/P&gt;&lt;P&gt;results will be awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 09:44:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T09:44:10Z</dc:date>
    <item>
      <title>Logical Databases PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749191#M324820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with logical databases for the first time.&lt;/P&gt;&lt;P&gt;Could someone please explain the following concepts :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) why do we need to write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Tables : pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pernr is a structure... but the syntax of GET event is : GET &amp;lt;table&amp;gt; ...&lt;/P&gt;&lt;P&gt;so is pernr a structure or a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also if data gets flled from PAnnn into the internal tables Pnnnn why do we actually need the table pernr? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could some1 plz explain the concep of the pernr structure/table and the GET event.&lt;/P&gt;&lt;P&gt;results will be awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 09:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749191#M324820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T09:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Databases PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749192#M324821</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 hope you have seen the source code for PNP in SE36 as mentioned in your previous query.&lt;/P&gt;&lt;P&gt;That might answers to most of your queries.&lt;/P&gt;&lt;P&gt;Still you can check these link -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2145342"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS dont forget to close the threads and rewarding all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749192#M324821</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-12-08T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Databases PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749193#M324822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soumali ganguly ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1&amp;gt; Yes , a structure of "pernr" will be created with the help of TABLES statement . &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  2&amp;gt; We write "TABLES" statement in the report program , so that the components of the &lt;/P&gt;&lt;P&gt;  "pernr" can be accessed .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  3&amp;gt; Keep in mind that Logical DataBase(LDB) is another program attached to a report program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  4&amp;gt; You write GET statement in the report program . There is corresponding PUT &lt;/P&gt;&lt;P&gt;       statement in the LDB program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  5&amp;gt; Now understand the flow of execution : &lt;/P&gt;&lt;P&gt;            a&amp;gt; On the encounter of "GET pernr" statement in the report program , &lt;/P&gt;&lt;P&gt;            the control will move to the form "PUT_PERNR" . This form is in the LDB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             b&amp;gt; So , now control is in LDB . On the encounter of "PUT pernr" statement in the   &lt;/P&gt;&lt;P&gt;           "PUT_PERNR" form in LDB , the system will now execute the statements &lt;/P&gt;&lt;P&gt;            written in the GET block .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            c&amp;gt; Generally in the GET block , we access the components of "pernr" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      d&amp;gt; After the GET block has finished execution , the control will now again move to &lt;/P&gt;&lt;P&gt;           statement after "PUT pernr" statement , in the LDB .&lt;/P&gt;&lt;P&gt;        -&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            e&amp;gt; If the "PUT pernr" statement in LDB form "PUT_PERNR" is inside a loop ,&lt;/P&gt;&lt;P&gt;          as generally is the case , this "GET-PUT" cycle is repeated several times .&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      -&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     In short , keep in mind PUT puts the data (one line at a time) in the "pernr"and &lt;/P&gt;&lt;P&gt;     GET allows to access the data in "permr" , placed by PUT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Please do let me know in case of any discrepancies .&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Dhera Kamlesh H. R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749193#M324822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Databases PNP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749194#M324823</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;In debugging mode,you can see that before get pernr is processed,pnnnn will be empty.&lt;/P&gt;&lt;P&gt;Once get pernr is processed,pnnnn will contain all the relevant data for a employee for the entered selection criterion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PNP,pernr is a node.It is a structure in database.&lt;/P&gt;&lt;P&gt;Once Get pernr is processed,you can pernr structure containing one row.We have to declare Tables pernr.&lt;/P&gt;&lt;P&gt;You can access pernr-pernr.But all the other fields in pernr structure is for internal use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/get_.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/get_.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/put.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/put.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases-pnp/m-p/1749194#M324823</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-08T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

