<?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: HR Infotypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353071#M804388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,Cs and Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to get the values using the logical database PNP.&lt;/P&gt;&lt;P&gt;When I tried writing the code,I had to make all the selection screen fieds mandatory.&lt;/P&gt;&lt;P&gt;However,the problem is that all the mentioned fields in the selection screen are optional.&lt;/P&gt;&lt;P&gt;So filling in the details in any one of these fields/a combination of more than one field  should retrieve the corresponding entries on clicking execute button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me on this logic as to how I need to wite the code and also please provide some sample code if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 07:58:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-04T07:58:27Z</dc:date>
    <item>
      <title>HR Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353067#M804384</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 am working on HR Reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following fields on selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Name &lt;/P&gt;&lt;P&gt;2) Mail Id&lt;/P&gt;&lt;P&gt;3) Employee No.&lt;/P&gt;&lt;P&gt;4) Master/Child Project&lt;/P&gt;&lt;P&gt;5) Sub Unit/Dept.&lt;/P&gt;&lt;P&gt;6) Extension No.&lt;/P&gt;&lt;P&gt;7) Direct No.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Mobile No.&lt;/P&gt;&lt;P&gt;9) Voice/IP No.&lt;/P&gt;&lt;P&gt;10) base Location&lt;/P&gt;&lt;P&gt;11) Current Location&lt;/P&gt;&lt;P&gt;12)Current Country&lt;/P&gt;&lt;P&gt;13)Current State&lt;/P&gt;&lt;P&gt;14) Current City&lt;/P&gt;&lt;P&gt;15) Development Center No.&lt;/P&gt;&lt;P&gt;16) Geo Cluster&lt;/P&gt;&lt;P&gt;17) Vehicle No.&lt;/P&gt;&lt;P&gt;18) Cubicle ID&lt;/P&gt;&lt;P&gt;19) Asset ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried searching in all the infotypes but could find only few of those fileds.&lt;/P&gt;&lt;P&gt;Please provide the infotype and the fields for all these selection screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when I fill any of these fileds or a combination of these fields in the selection screen and click on execute,the details of all the employees pertaining to those selection screen options need to retrieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use function modules and also logical databases.But I am unable to write the code for all the selection screen options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the step by step procedure as to how I should go about writing the code.&lt;/P&gt;&lt;P&gt;And provide the actual code if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353067#M804384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: HR Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353068#M804385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steps to create a HR Infotype:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to Transaction PM01. &lt;/P&gt;&lt;P&gt;2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9). &lt;/P&gt;&lt;P&gt;3) Select the 'Employee Infotype' radio button. &lt;/P&gt;&lt;P&gt;4) Select the 'PS Structure Infotype'. &lt;/P&gt;&lt;P&gt;5) Click on Create... A separate table maintenance window appears... &lt;/P&gt;&lt;P&gt;6) Create a PS structure with all the fields you want on the Infotype &lt;/P&gt;&lt;P&gt;7) Save and Activate the PS structure &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Go back to the initial screen of PM01. &lt;/P&gt;&lt;P&gt;9) Click on 'All' push button. It takes a few moments. &lt;/P&gt;&lt;P&gt;10) Click on 'Technical Characteristics'. Infotype list screen appears &lt;/P&gt;&lt;P&gt;11) Click on 'Change'(pencil) button &lt;/P&gt;&lt;P&gt;12) Select your Infotype and click on 'Detail' (magnifying glass) button &lt;/P&gt;&lt;P&gt;13) Give 'T591A' as subtype table &lt;/P&gt;&lt;P&gt;14) Give 'T591S' as subtype txt tab &lt;/P&gt;&lt;P&gt;15) Give your subtype field as subtype field &lt;/P&gt;&lt;P&gt;16) Save and come back to PM01 initial screen &lt;/P&gt;&lt;P&gt;17) Click on 'Infotype Characteristics' ... Infotype list screen appears &lt;/P&gt;&lt;P&gt;18) Click on 'Change' (pencil) button &lt;/P&gt;&lt;P&gt;19) Click on 'New Entries' &lt;/P&gt;&lt;P&gt;20) Enter your Infotype number and short text &lt;/P&gt;&lt;P&gt;21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours) &lt;/P&gt;&lt;P&gt;22) Save your entries. &lt;/P&gt;&lt;P&gt;23) Now the Infotype is created and ready to use. &lt;/P&gt;&lt;P&gt;24) If you want to change the layout of the Infotype as per your requirement... &lt;/P&gt;&lt;P&gt;25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit. &lt;/P&gt;&lt;P&gt;26) In the next screen.. Select 'Layout Editor' and click 'Change'. &lt;/P&gt;&lt;P&gt;27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc. &lt;/P&gt;&lt;P&gt;28) Save and activate. (Don't forget to 'Activate at every level) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subtype Creation :&lt;/P&gt;&lt;P&gt;Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.&lt;/P&gt;&lt;P&gt;Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.&lt;/P&gt;&lt;P&gt;Subty.text tab is T591S and time const tab is T591A.&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR related site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/hr/hrhome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/hr/hrhome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement of Infotype&lt;/P&gt;&lt;P&gt;Check the following&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="492897"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353068#M804385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: HR Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353069#M804386</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;Searched for the fields and got few.&lt;/P&gt;&lt;P&gt;1) Name  	  		- pa0002-cname &lt;/P&gt;&lt;P&gt;2) Mail Id			-pa0105-usrid_long	&lt;/P&gt;&lt;P&gt;3) Employee No.		- pa0000-pernr&lt;/P&gt;&lt;P&gt;4) Master/Child Project		-&lt;/P&gt;&lt;P&gt;5) Sub Unit/Dept.		-pa0000-orgeh ( dept is the organisational unit )&lt;/P&gt;&lt;P&gt;6) Extension No.		- pa0006-com01,  pa0006-num01&lt;/P&gt;&lt;P&gt;7) Direct No.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Mobile No.	                 - pa0006-telnr&lt;/P&gt;&lt;P&gt;9) Voice/IP No.&lt;/P&gt;&lt;P&gt;10) base Location&lt;/P&gt;&lt;P&gt;11) Current Location&lt;/P&gt;&lt;P&gt;12)Current Country		-pa0006-land1&lt;/P&gt;&lt;P&gt;13)Current State		-pa0006-state&lt;/P&gt;&lt;P&gt;14) Current City		-pa0006-ort01&lt;/P&gt;&lt;P&gt;15) Development Center No.&lt;/P&gt;&lt;P&gt;16) Geo Cluster&lt;/P&gt;&lt;P&gt;17) Vehicle No.		-pa0032-anlnr&lt;/P&gt;&lt;P&gt;18) Cubicle ID&lt;/P&gt;&lt;P&gt;19) Asset ID&lt;/P&gt;&lt;P&gt;For extension/direct/mobile/voice nos, can use communication type &amp;amp; comm no fields( it0006-com1, it0006-num01).&lt;/P&gt;&lt;P&gt;Further, u can search for specific infotype in t582s table which gives list of infotypes and texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can put condition as &lt;/P&gt;&lt;P&gt;select ( field1 field2 ) from tables &lt;/P&gt;&lt;P&gt;where field1 in s_field1 &lt;/P&gt;&lt;P&gt;    and field2 in s_field2...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful...&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;cs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 11:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353069#M804386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T11:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: HR Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353070#M804387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get most of the information in IT0001, 0006 &amp;amp; 0015 except for &lt;/P&gt;&lt;P&gt;15) Development Center No.&lt;/P&gt;&lt;P&gt;16) Geo Cluster&lt;/P&gt;&lt;P&gt;17) Vehicle No.&lt;/P&gt;&lt;P&gt;18) Cubicle ID&lt;/P&gt;&lt;P&gt;19) Asset ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check with your functional consultant for these fields.&lt;/P&gt;&lt;P&gt;Use Logical Database PNP and get all the other information and then based on key fields extract the other from the corresponding tables.&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;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 11:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353070#M804387</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-02-01T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: HR Infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353071#M804388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,Cs and Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to get the values using the logical database PNP.&lt;/P&gt;&lt;P&gt;When I tried writing the code,I had to make all the selection screen fieds mandatory.&lt;/P&gt;&lt;P&gt;However,the problem is that all the mentioned fields in the selection screen are optional.&lt;/P&gt;&lt;P&gt;So filling in the details in any one of these fields/a combination of more than one field  should retrieve the corresponding entries on clicking execute button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me on this logic as to how I need to wite the code and also please provide some sample code if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kashyap Ivaturi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 07:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-infotypes/m-p/3353071#M804388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T07:58:27Z</dc:date>
    </item>
  </channel>
</rss>

