<?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 LDB error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312511#M793396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZPV003HR_ANIV_EMP                                           &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zpv003hr_aniv_emp  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: pernr.&lt;/P&gt;&lt;P&gt;INFOTYPES: 0002,&lt;/P&gt;&lt;P&gt;           0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: age TYPE d,&lt;/P&gt;&lt;P&gt;      serv TYPE d,&lt;/P&gt;&lt;P&gt;      curdate TYPE d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: years TYPE d,&lt;/P&gt;&lt;P&gt;      enddate TYPE d .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF int_empinfo OCCURS 0,&lt;/P&gt;&lt;P&gt;        pernr LIKE p0002-pernr,&lt;/P&gt;&lt;P&gt;        nachn LIKE p0002-nachn,&lt;/P&gt;&lt;P&gt;        vorna LIKE p0002-vorna,&lt;/P&gt;&lt;P&gt;        gbdat LIKE p0002-gbdat,&lt;/P&gt;&lt;P&gt;        begda LIKE p0001-begda,&lt;/P&gt;&lt;P&gt;        emp_age   TYPE d,&lt;/P&gt;&lt;P&gt;        emp_serv  TYPE d,&lt;/P&gt;&lt;P&gt;      END OF int_empinfo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: 5_years RADIOBUTTON GROUP g1  DEFAULT 'X',&lt;/P&gt;&lt;P&gt;            10_years RADIOBUTTON GROUP g1,&lt;/P&gt;&lt;P&gt;            15_years RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;*curdate type d DEFAULT '00050101' .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK block1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION .&lt;/P&gt;&lt;P&gt;  IF 5_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00050101'.&lt;/P&gt;&lt;P&gt;  ELSEIF 10_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00100101'.&lt;/P&gt;&lt;P&gt;  ELSEIF 15_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00150101'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compile above piece of code, it says "PERNR" is not defined for the current logical databse.How to go about this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 08:58:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T08:58:52Z</dc:date>
    <item>
      <title>LDB error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312511#M793396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZPV003HR_ANIV_EMP                                           &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zpv003hr_aniv_emp  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: pernr.&lt;/P&gt;&lt;P&gt;INFOTYPES: 0002,&lt;/P&gt;&lt;P&gt;           0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: age TYPE d,&lt;/P&gt;&lt;P&gt;      serv TYPE d,&lt;/P&gt;&lt;P&gt;      curdate TYPE d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: years TYPE d,&lt;/P&gt;&lt;P&gt;      enddate TYPE d .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF int_empinfo OCCURS 0,&lt;/P&gt;&lt;P&gt;        pernr LIKE p0002-pernr,&lt;/P&gt;&lt;P&gt;        nachn LIKE p0002-nachn,&lt;/P&gt;&lt;P&gt;        vorna LIKE p0002-vorna,&lt;/P&gt;&lt;P&gt;        gbdat LIKE p0002-gbdat,&lt;/P&gt;&lt;P&gt;        begda LIKE p0001-begda,&lt;/P&gt;&lt;P&gt;        emp_age   TYPE d,&lt;/P&gt;&lt;P&gt;        emp_serv  TYPE d,&lt;/P&gt;&lt;P&gt;      END OF int_empinfo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: 5_years RADIOBUTTON GROUP g1  DEFAULT 'X',&lt;/P&gt;&lt;P&gt;            10_years RADIOBUTTON GROUP g1,&lt;/P&gt;&lt;P&gt;            15_years RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;*curdate type d DEFAULT '00050101' .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK block1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION .&lt;/P&gt;&lt;P&gt;  IF 5_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00050101'.&lt;/P&gt;&lt;P&gt;  ELSEIF 10_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00100101'.&lt;/P&gt;&lt;P&gt;  ELSEIF 15_years = 'X'.&lt;/P&gt;&lt;P&gt;    curdate = '00150101'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I compile above piece of code, it says "PERNR" is not defined for the current logical databse.How to go about this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 08:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312511#M793396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: LDB error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312512#M793397</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 the attributes of the PROGRAM, have you mentioned the LDB as PNP or PNPCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Mention LDB as PNP/PNPCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312512#M793397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: LDB error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312513#M793398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think UR not using PNP logical database .. Instead U might&lt;/P&gt;&lt;P&gt;be using PNPCE ... or U have not declared PNP in the Attributes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PNPCE does not recognize PERNR ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312513#M793398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: LDB error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312514#M793399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I havent mentioned anything in that infotypes.Infact Iam just typing that program which I got from net.You mean to say that I have do something with infotype declaration,where I have to give that PNP,elaborate please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312514#M793399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: LDB error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312515#M793400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare PNP in the attributes of the program for&lt;/P&gt;&lt;P&gt;Logical database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-error/m-p/3312515#M793400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:08:17Z</dc:date>
    </item>
  </channel>
</rss>

