<?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: BAPI/Function Module to update HR Infotype 0 pspar fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194485#M1714643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for a quick response. May be I will re-post the same question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gaurang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 15:45:54 GMT</pubDate>
    <dc:creator>gaurang_gujar</dc:creator>
    <dc:date>2014-01-10T15:45:54Z</dc:date>
    <item>
      <title>BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194481#M1714639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the FM HR_INFOTYPE_OPERATION to update our Employee Data.&amp;nbsp; It is working great except for Infotype 0 in some cases.&amp;nbsp; The problem is that our Infotype 0 screen has the Org Assignment information at the bottom of the screen (Position, Personnel Area, Employee group and Employee subgroup).&amp;nbsp;&amp;nbsp; For some actions it requires that I change the Employee Group/Subgroup and this is not stored in the pa0000 table – it is only on this screen using the&amp;nbsp; structure pspar.&amp;nbsp;&amp;nbsp; I can do this via PA30 and/or a BDC by copying the Infotype 0 record, changing the start date, Action Type and Reason and when I press enter it opens up the EE Group/subgroup for entry so I can change it.&amp;nbsp; I just can’t find how to do this in a FM or BAPI.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 22:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194481#M1714639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T22:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194482#M1714640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved my own problem so just posting it in case anyone else runs into the same issue.&amp;nbsp; I just passed these additional fields in pspar structure using the secondary record export parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp; data&lt;SPAN class="L0S55"&gt;:&amp;nbsp; &lt;/SPAN&gt;wa_pspar &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;pspar&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_pspar&lt;SPAN class="L0S70"&gt;-persg &lt;SPAN class="L0S55"&gt;= '3'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pspar&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;persk &lt;SPAN class="L0S55"&gt;= '97'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pspar&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;plans &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'99999999'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*Terminate codes for Infotype 0000&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'HR_INFOTYPE_OPERATION'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFTY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0000'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"InfoType 0001&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;NUMBER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_pa0000&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;pernr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"Employee #&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALIDITYEND&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_pa0000&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;endda&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"End Date&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALIDITYBEGIN &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;im_delimit_dt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"Begin Date&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECORD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_Pa0000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"Record to chg/ins or del&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPERATION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'INS'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"Copy and delmit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VIEW_IDENTIFIER = '&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECONDARY_RECORD &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_pspar&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOCOMMIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; 'X'&amp;nbsp;&amp;nbsp;&amp;nbsp; "if X then don't commit&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;RETURN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_BAPIRETURN1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 20:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194482#M1714640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-24T20:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194483#M1714641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same its not updating the personal area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great if you can share your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 08:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194483#M1714641</guid>
      <dc:creator>gaurang_gujar</dc:creator>
      <dc:date>2014-01-10T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194484#M1714642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I went and did all of this work it was no longer required.&amp;nbsp; And, since then our development environment has been refresed so I don't even have a copy of the full code any more.&amp;nbsp; I had previosuly posted (see above) the code that I had used and it worked (or from what I can remember as this was over a year ago).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194484#M1714642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-10T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194485#M1714643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for a quick response. May be I will re-post the same question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gaurang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194485#M1714643</guid>
      <dc:creator>gaurang_gujar</dc:creator>
      <dc:date>2014-01-10T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194486#M1714644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi janice ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Needed ur help for infotype 0000,0001.Please reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 04:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194486#M1714644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-28T04:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module to update HR Infotype 0 pspar fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194487#M1714645</link>
      <description>&lt;P&gt;Thank you so much for posting the solution to your own question! Not many people remember to do this and it's so helpful. This was the exact question I was facing and finding your solution helped save me much time. &lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Amy&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 18:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-hr-infotype-0-pspar-fields/m-p/9194487#M1714645</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2020-01-28T18:02:03Z</dc:date>
    </item>
  </channel>
</rss>

