<?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 Buffer and FM question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456593#M215801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try it, but I don't think it's going to work.  I've tried using that FM in another program, and it won't let me change infotype 0001 values.  If I go into transaction PA30, that won't let me change those values either, if the employee has been tied to an org unit - Basically, I'm trying to change an employee's org unit when that org unit gets updated in the org master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems this value (pa0001-orgeh) only changes when you change where the position is assigned in Org master data, PPOSE.  Basically, I'm trying to simulate that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion though.  Once I've tested I'll come back and award points as appropriate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2006 17:02:10 GMT</pubDate>
    <dc:creator>bryan_cain</dc:creator>
    <dc:date>2006-06-28T17:02:10Z</dc:date>
    <item>
      <title>HR Buffer and FM question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456591#M215799</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;This question may have a simple answer that I'm just missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a FM called "HR_PUT_ORG_STRUCTURE" that writes infotype 0001 data to the buffer according to the comments in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I save the data from the buffer to the DB? I've tried commit work, RH_UPDATE_DATABASE and RHOM_WRITE_BUFFER_TO_DB, none seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 16:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456591#M215799</guid>
      <dc:creator>bryan_cain</dc:creator>
      <dc:date>2006-06-28T16:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: HR Buffer and FM question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456592#M215800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use? :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'HR_INFOTYPE_OPERATION'      
     EXPORTING                             
          infty         = '0001'           
          number        = pernr            
          subtype       = p0001_aux-subty  
          objectid      = p0001_aux-objps  
          lockindicator = p0001_aux-sprps  
          validityend   = p0001_aux-endda  
          validitybegin = p0001_aux-begda  
          recordnumber  = p0001_aux-seqnr  
          record        = p0001_aux        
          operation     = 'MOD'            
          tclas         = 'A'              
          dialog_mode   = '0'              
          nocommit      = 'X'              
     IMPORTING                             
          return        = return1.         
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 16:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456592#M215800</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-06-28T16:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: HR Buffer and FM question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456593#M215801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try it, but I don't think it's going to work.  I've tried using that FM in another program, and it won't let me change infotype 0001 values.  If I go into transaction PA30, that won't let me change those values either, if the employee has been tied to an org unit - Basically, I'm trying to change an employee's org unit when that org unit gets updated in the org master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems this value (pa0001-orgeh) only changes when you change where the position is assigned in Org master data, PPOSE.  Basically, I'm trying to simulate that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion though.  Once I've tested I'll come back and award points as appropriate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 17:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456593#M215801</guid>
      <dc:creator>bryan_cain</dc:creator>
      <dc:date>2006-06-28T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: HR Buffer and FM question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456594#M215802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it!  I'm not sure why I couldn't get it to work before, but thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 20:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-buffer-and-fm-question/m-p/1456594#M215802</guid>
      <dc:creator>bryan_cain</dc:creator>
      <dc:date>2006-06-28T20:28:23Z</dc:date>
    </item>
  </channel>
</rss>

