<?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: ABAP HR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272774#M782364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant understand what prob. did u phase....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz specify it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am also n abap-hr n i did it successfully..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz caring while u creating ur custom infotype and than else u r no satisfied then refer folowing pdf...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom Infotype Creation &amp;#150; Tips and Tricks with Radio Buttons and Check Boxes.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can search it eazily..&lt;/P&gt;&lt;P&gt;k??&lt;/P&gt;&lt;P&gt;reward pts plz if it helpz u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhumit Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 10:14:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T10:14:46Z</dc:date>
    <item>
      <title>ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272773#M782363</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 facing a problem related to abap hr in customized infotype (9001) i am passing some value after calculation in structure p9001 but its not reflecting in to the table pa9001.&lt;/P&gt;&lt;P&gt;if u have any solutation plz replay asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 15:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272773#M782363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272774#M782364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant understand what prob. did u phase....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz specify it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am also n abap-hr n i did it successfully..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz caring while u creating ur custom infotype and than else u r no satisfied then refer folowing pdf...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom Infotype Creation &amp;#150; Tips and Tricks with Radio Buttons and Check Boxes.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can search it eazily..&lt;/P&gt;&lt;P&gt;k??&lt;/P&gt;&lt;P&gt;reward pts plz if it helpz u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhumit Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272774#M782364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272775#M782365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aman,&lt;/P&gt;&lt;P&gt;U can use the below function Module ,&lt;/P&gt;&lt;P&gt;Hope u find it usefull,&lt;/P&gt;&lt;P&gt;Reward points if found usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                INFTY         = C_9102&lt;/P&gt;&lt;P&gt;                NUMBER        = WA_IT_INFTY-PERNR&lt;/P&gt;&lt;P&gt;                LOCKINDICATOR = 'X  '                                      RECORD        = WA_9102&lt;/P&gt;&lt;P&gt;                OPERATION     = C_INS&lt;/P&gt;&lt;P&gt;                TCLAS         = C_A&lt;/P&gt;&lt;P&gt;                NOCOMMIT      = TEST_RUN&lt;/P&gt;&lt;P&gt;              IMPORTING&lt;/P&gt;&lt;P&gt;                RETURN        = RET_CREATE.&lt;/P&gt;&lt;P&gt;            IF RET_CREATE-TYPE &amp;lt;&amp;gt; C_E AND&lt;/P&gt;&lt;P&gt;             RET_CREATE-TYPE &amp;lt;&amp;gt; C_A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-hr/m-p/3272775#M782365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T10:31:47Z</dc:date>
    </item>
  </channel>
</rss>

