<?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: Issue in creating infotypes using Function module 'hr_infotype_operation'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165399#M1907811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it the best to use UPDATE/INSERT data directly into infotypes????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before suggest Please know the impact of the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't suggest these types of suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 08:18:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-13T08:18:44Z</dc:date>
    <item>
      <title>Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165395#M1907807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing issue while creating subtypes '0003' and '0010' for the infotype 0105.&lt;/P&gt;&lt;P&gt;The requirement is in PA40 when a new user is created and when it comes to infotype 0105 with type 0001 (subtype) and&lt;/P&gt;&lt;P&gt;the user clicks on save , automatically the subtypes 0003 and 0010 has to be created.&lt;/P&gt;&lt;P&gt;For this I have implemented the badi 'HRPAD00INFTY' and in the method 'BEFORE_OUTPUT', I am calling the&amp;nbsp; function module&lt;/P&gt;&lt;P&gt;''HR_INFOTYPE_OPERATION'. . I am calling&amp;nbsp; the function module to lock the user and then the function module ''HR_INFOTYPE_OPERATION' is called.I am passing the following parameters.to the function module.&lt;/P&gt;&lt;P&gt;I am checking whether the employee exists in the table&amp;nbsp; PA0105 then calling the FM.as&amp;nbsp; &lt;/P&gt;&lt;P&gt;INFTY = '0105'.&lt;/P&gt;&lt;P&gt;NUMBER = &amp;lt;new pernr created &amp;gt;&lt;/P&gt;&lt;P&gt;SUBTYPE = '0003'.&lt;/P&gt;&lt;P&gt;RECORD =&amp;nbsp; &amp;lt;DATA from the pa0105.&amp;gt;&lt;/P&gt;&lt;P&gt;OPERATION = 'INS'&lt;/P&gt;&lt;P&gt;NOCOMMIT = '&amp;nbsp; '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the function module to unlock the user .&lt;/P&gt;&lt;P&gt;It is&amp;nbsp; not creating the subtypes but it goes again to the begenning of the code for locking the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly in pa30 also when a record for '0001' is changed (delimited), I need to create a new record for subtypes '0003' and for '0010'.&lt;/P&gt;&lt;P&gt;For this I have used the same badi in method 'AFTER_INPUT'&amp;nbsp; . . Here too it creates a record but some times it is not creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How ever I am checking the sy-tcode and sy-ucomm in both methods while calling any function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me to solve this issue. It is on high priority .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 08:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165395#M1907807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-12T08:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165396#M1907808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sathya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please paste your Code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 05:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165396#M1907808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T05:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165397#M1907809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; The HR_INFOTYPE_OPERATION , will not work inside the BADI because of LUW ...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Create a Z Function module as same as the HR_IFOTYPE_OPERATION (IMPORT and EXPORT PARAMETERS ONLY)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Call the FM inside the ZFM, pass the parameters...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;while calling the ZFM, please write destination 'NONE' like below &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;CALL FUNCTION 'ZFUNCTION_MODULE' destination 'NONE'.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165397#M1907809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T06:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165398#M1907810</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;Try with Enhancement PBAS0001, and use Update statement and Insert statements to Update/Create Records in the Infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 07:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165398#M1907810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165399#M1907811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it the best to use UPDATE/INSERT data directly into infotypes????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before suggest Please know the impact of the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't suggest these types of suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 08:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165399#M1907811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T08:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165400#M1907812</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;Its not the best way, but for your requirement I think this will be a useful way to update/create data in Infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165400#M1907812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165401#M1907813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same with BAPI_HRMASTER_SAVE_REPL_MULT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165401#M1907813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-13T12:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165402#M1907814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Hello Vijay,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;I could have pasted my code . But the dev server is down for us. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;This is the requirement.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -0.25in;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;SPAN class="pasted-list-info"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;When a new user is created in pa40 , when it comes to 0105 infotype screen it is saved with 0001 subtype. Automatically the subtypes 0003 and 0010 are created&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;As I told you I am using the HRPAD00INFTY and the method 'BEFORE_OUTPUT'' because by the time this methos is trigerred&amp;nbsp; there is a record created in pa0105 with subtype 0001.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Similarly in pa30 when there is a change a record is delimited i.e there is&amp;nbsp; a change in the start date&amp;nbsp; for infotype 105 and subtype 0001 and the user clicks save , a new record needs to be created for subtypes 0001 and 0010 subtypes. For&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; this I am using the badi HRPAD00INFTY and the method 'AFTER_INPUT' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt; Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Sathya&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 07:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165402#M1907814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-14T07:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165403#M1907815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harsh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the bapi BAPI_HRMASTER_SAVE_REPL_MULT work in the BADI in which I am working .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 08:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165403#M1907815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-14T08:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165404#M1907816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No reason why it shouldn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165404#M1907816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-14T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165405#M1907817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&amp;nbsp; Hello vijay,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;Our development server is up .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;This is the piece of code in the BADI and the method BEFORE_OUTPUT.. Any suggestions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;IF sy-tcode = 'PA40'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CLEAR: w_innn,w_p0105,w_infty,w_pernr, w_subty.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_innn = INNNN.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_infty = '0105'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_subty2 = '0001'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_subty = '0003'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF w_innn-infty = '0105'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_number = w_innn-pernr.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SELECT * from pa0105 INTO table t_pa0105 WHERE pernr = w_number.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;read table t_pa0105 into wa_pa0105 index 1.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;number = w_number&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* return =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** ***** for subtype 0105.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING WA_PA0105 TO W_P0105.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-pernr = w_innn-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-infty = w_innn-infty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-infty = w_infty.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_p0105-subty = w_subty.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-objps = w_innn-objps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-endda = w_innn-endda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-begda = w_innn-begda.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_p0105-usrty = '0003'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* w_p0105-usrid = w_innn-data1+4(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_pernr = w_innn-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* w_number = w_innn-pernr.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infty = w_infty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;number = w_pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subtype = w_subty&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* objectid =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* lockindicator =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;validityend = wa_pa0105-endda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;validitybegin = wa_pa0105-begda&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* recordnumber =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;record = w_p0105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operation = 'INS'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* tclas = 'A'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;dialog_mode = '0'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nocommit = ' '&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* view_identifier =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* secondary_record =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return = w_return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;key = w_empkey .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** for subtype 0010.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;w_infty = '0105'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_subty1 = '0010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_usrid = w_innn-data1+4(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE w_usrid '@' 'mail.ad.ge.com' INTO w_mailid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-pernr = w_innn-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-infty = w_innn-infty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-subty = w_subty1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-objps = w_innn-objps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-endda = w_innn-endda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-begda = w_innn-begda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-usrty = '0010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-usrid_long = w_mailid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_p0105-usrid = w_innn-data1+4(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infty = w_infty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;number = w_pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subtype = w_subty1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* objectid =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* lockindicator =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* validityend =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* validitybegin =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* recordnumber =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;record = w_p0105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operation = 'INS'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* tclas = 'A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* dialog_mode = '0'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nocommit = ' '&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* view_identifier =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* secondary_record =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return = w_return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;key = w_empkey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;number = w_number&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;* IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* return =&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165405#M1907817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-16T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165406#M1907818</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;Also please refer to the below which matches your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3715200" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Update the value from Internal table inside the BADI in the Database table." href="https://community.sap.com/" modifiedtitle="true" title="Update the value from Internal table inside the BADI in the Database table."&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165406#M1907818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-16T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in creating infotypes using Function module 'hr_infotype_operation'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165407#M1907819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; The HR_INFOTYPE_OPERATION , will not work inside the BADI because of LUW ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;Create a Z Function module as same as the HR_IFOTYPE_OPERATION (IMPORT and EXPORT PARAMETERS ONLY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;Call the FM inside the ZFM, pass the parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;while calling the ZFM, please write destination 'NONE' like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;CALL FUNCTION 'ZFUNCTION_MODULE' destination 'NONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; color: #333333; background: #ffffff;"&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 05:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-creating-infotypes-using-function-module-hr-infotype-operation/m-p/11165407#M1907819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-17T05:21:30Z</dc:date>
    </item>
  </channel>
</rss>

