<?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: How to use a logical database's selection screen elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884637#M933360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all give Logical database PNP in program attributes(Goto-&amp;gt;Attributes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In program write the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes : 0000,&lt;/P&gt;&lt;P&gt;                0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&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;rp-provide-from-last p0000 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-pernr = p0001-pernr.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last p0001 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-vorna = p0001-plans.---&amp;gt;position&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last p0002 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-vorna = p0002-vorna. -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;first name&lt;/P&gt;&lt;P&gt;w_itab-nachn = p0001-nachn.---&amp;gt;last name&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append w_itab to t_itab.&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dont forget to reward points if found useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satyesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 06:07:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T06:07:16Z</dc:date>
    <item>
      <title>How to use a logical database's selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884635#M933358</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;&lt;/P&gt;&lt;P&gt;I have used the logical db, pnp, in my report, however when I want to select data about a personel , ie. her name surname plans-positions, how will I join the two tables pa0001 and logical db? and the table t528t - text for plans?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 14:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884635#M933358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a logical database's selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884636#M933359</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;When u create ur progrm Z_ABCD,&lt;/P&gt;&lt;P&gt;in the Attributes pop up mention logical databse as PNP , hence it would be fetching allthe pernrs information for given Infotypes.&lt;/P&gt;&lt;P&gt;now to get the required report category, once u create u r prgm, go to attributes, click on HR Report category, click on report category, F4, u 'll find a big list  and selct to ur requirement.&lt;/P&gt;&lt;P&gt;If , if u dont find ur required fields, go to create a Zreport category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Rohini devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 04:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884636#M933359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T04:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a logical database's selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884637#M933360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all give Logical database PNP in program attributes(Goto-&amp;gt;Attributes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In program write the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infotypes : 0000,&lt;/P&gt;&lt;P&gt;                0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&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;rp-provide-from-last p0000 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-pernr = p0001-pernr.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last p0001 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-vorna = p0001-plans.---&amp;gt;position&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rp-provide-from-last p0002 space pn-begda pn-endda.&lt;/P&gt;&lt;P&gt;if pnp-sw-found =  '1'.&lt;/P&gt;&lt;P&gt;w_itab-vorna = p0002-vorna. -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;first name&lt;/P&gt;&lt;P&gt;w_itab-nachn = p0001-nachn.---&amp;gt;last name&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;reject.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append w_itab to t_itab.&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dont forget to reward points if found useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satyesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 06:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-logical-database-s-selection-screen-elements/m-p/3884637#M933360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T06:07:16Z</dc:date>
    </item>
  </channel>
</rss>

