<?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 selection screen pnp. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365847#M1641523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;i am using ldb pnp.&lt;/P&gt;&lt;P&gt;i would explain my problem through an example:&lt;/P&gt;&lt;P&gt;suppose i enter , cmpny code:1000&lt;/P&gt;&lt;P&gt;personal area/subarea/cost center: 14000002*                    &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;"GET pernr" statement returns 13 personal numbers and executes code for personal number  one-by-one .&lt;/P&gt;&lt;P&gt;actually i require to display some text related to each execution in the  last execution stage.how to do that.&lt;/P&gt;&lt;P&gt;what condition should i put to identify that this is the last personal no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2011 05:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-24T05:38:07Z</dc:date>
    <item>
      <title>ldb selection screen pnp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365847#M1641523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;i am using ldb pnp.&lt;/P&gt;&lt;P&gt;i would explain my problem through an example:&lt;/P&gt;&lt;P&gt;suppose i enter , cmpny code:1000&lt;/P&gt;&lt;P&gt;personal area/subarea/cost center: 14000002*                    &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;"GET pernr" statement returns 13 personal numbers and executes code for personal number  one-by-one .&lt;/P&gt;&lt;P&gt;actually i require to display some text related to each execution in the  last execution stage.how to do that.&lt;/P&gt;&lt;P&gt;what condition should i put to identify that this is the last personal no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 05:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365847#M1641523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: ldb selection screen pnp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365848#M1641524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;One thing you can do is to store de pernr's that GET PERNR sentence is retrieving in an internal table and at the &lt;STRONG&gt;END-OF-SELECTION&lt;/STRONG&gt; event loop at that table and execute your logic. That way you're avoiding the problem in executing the same code por each pernr each time in GET PERNR event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
GET PERNR.
 append pernr-pernr to g_t_pernr.

END-OF-SELECTION.
 LOOP AT G_T_PERNR.
..... &amp;lt;== Your logic.
 ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365848#M1641524</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-11-24T08:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: ldb selection screen pnp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365849#M1641525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jose,&lt;/P&gt;&lt;P&gt;thanks a lot. ur code worked. relieved!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 09:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-pnp/m-p/8365849#M1641525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-24T09:31:00Z</dc:date>
    </item>
  </channel>
</rss>

