<?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: Custom selection field using Logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234176#M771646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figured it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 14:33:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-15T14:33:10Z</dc:date>
    <item>
      <title>Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234171#M771641</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 to create a program that would print out employee contracts from infotype 16. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using logical database PNPCE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to add "contract type" as a selection parameter in the screen that is generated by PNPCE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234171#M771641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234172#M771642</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;Go to program attributes and click on report category . create it and in the F4 check if this field is there. this is the only way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234172#M771642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234173#M771643</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;Create CTTYP(Contract type) as input parameter in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then after GET PERNR.&lt;/P&gt;&lt;P&gt;write check stmt for that field like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_cttyp type p0016-cttyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PERNR.&lt;/P&gt;&lt;P&gt;CHECK p0016-cttyp EQ p_cttyp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas Ch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234173#M771643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234174#M771644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot add "Contract Type" as the selection fields through PNPCE LDB. PNPCE or PNP only provides you the fields from IT0000 and IT0001 for selection screen. If you need the Contract Type from IT0016 then declare one in your program and then later filter the records on this field inside GET PERSA event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234174#M771644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234175#M771645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies guys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get to display the text of the field on the screen instead of just the field name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 14:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234175#M771645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T14:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom selection field using Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234176#M771646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figured it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 14:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-selection-field-using-logical-database/m-p/3234176#M771646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T14:33:10Z</dc:date>
    </item>
  </channel>
</rss>

