<?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: Delimit Position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253183#M145505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, mark. This is how I solved this problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Cuting the curent position **********************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND pw_hrp1001 TO lt_hrp1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RH_CUT_INFTY_1001_EXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      gdate                   = l_cut_date&lt;/P&gt;&lt;P&gt;      histo                   = 'H'&lt;/P&gt;&lt;P&gt;      vtask                   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      innnn                   = lt_hrp1001&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_during_cut        = 1&lt;/P&gt;&lt;P&gt;      no_authorization        = 2&lt;/P&gt;&lt;P&gt;      gdate_before_begda      = 3&lt;/P&gt;&lt;P&gt;      cut_of_timco_one        = 4&lt;/P&gt;&lt;P&gt;      relation_not_reversible = 5&lt;/P&gt;&lt;P&gt;      corr_exit               = 6&lt;/P&gt;&lt;P&gt;      OTHERS                  = 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Assigning new position *******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'RH_RELATION_MAINTAIN'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;  act_fcode = 'INSE'&lt;/P&gt;&lt;P&gt;  act_plvar = '01'&lt;/P&gt;&lt;P&gt;  act_otype = 'P'&lt;/P&gt;&lt;P&gt;  act_objid = l_employee&lt;/P&gt;&lt;P&gt;  act_rsign = 'B'&lt;/P&gt;&lt;P&gt;  act_relat = '008'&lt;/P&gt;&lt;P&gt;  act_sclas = 'S'&lt;/P&gt;&lt;P&gt;  act_sobid = p_personal-id_position&lt;/P&gt;&lt;P&gt;  act_begda = lbegda&lt;/P&gt;&lt;P&gt;  act_endda = lendda&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ACT_PRIOX =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  act_prozt = 100&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ACT_ADATA =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;  maintainance_failed = 1&lt;/P&gt;&lt;P&gt;  OTHERS = 2&lt;/P&gt;&lt;P&gt;  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me this worked excelent. Beware: the parameter lt_hrp1001 has to contain all the data of the reccord you are trying to delimit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 13:37:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T13:37:51Z</dc:date>
    <item>
      <title>Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253172#M145494</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;Is there a function module that I can use to delimit a postion assignment for an employee?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to end the assignment of an employee to a position on a certain date through a function call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 04:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253172#M145494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T04:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253173#M145495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I havent understood the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: vick vennav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: vick vennav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 08:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253173#M145495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253174#M145496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Mark likes to know is a function to edit in the organizational model where a position (type S) is occupied by a person/user-id (link type A003).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark, I do not no of a function module and I wouldn't recommend to do the appropriate table entries by yourself. Maybe you should have a look at the &amp;lt;b&amp;gt;transaction PP01&amp;lt;/b&amp;gt;. With that one you can pick a single position and edit the dependencies. Maybe this one is batch-inputable or you run a trace to find out for a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Florin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 11:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253174#M145496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T11:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253175#M145497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florin I think the link type is A008 which is the holder relationship of the position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to achieve is to transfer one employee from one position to another. I can assign the employee to a new position by using the function Module RH_RELATION_MAINTAIN using FCODE = INSE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the employee remains assigned to the old position as well and I cannot delimit it with any function modules that I know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 14:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253175#M145497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253176#M145498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I unable to comprehend some things over here that why you u r not using hr_infoype_operation to change the position but other infotypes would get affected, when you create a new record for infotype 1 with new position the old record would get delimited because usually it is set to time constraint 1, but when you change the position we need to take care of infotype 8 too.Any comments on this would be appreciated.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 15:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253176#M145498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253177#M145499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vick, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. All I am trying to achieve is to transfer an employee from one position to another. The issue is that when I assign the ee to a new position he is still assigned to the old position and I am trying to figure a way out how to delimit the old position for this ee with a function call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am pretty new to SAP and ABAP programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Apr 2006 16:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253177#M145499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-02T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253178#M145500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't there any BAPI or function module available to delimit a A008 relationship?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has to be a way to achieve this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 03:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253178#M145500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T03:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253179#M145501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   This is the sample code posted by suresh datti some time back in this forum follow this procedure, it might help u,create a new record for infotype 1 and populate all the neccessary fields (use hrp tables to get the pay scale groups and levels ). &lt;/P&gt;&lt;P&gt;tables:&lt;/P&gt;&lt;P&gt;pernr.&lt;/P&gt;&lt;P&gt;infotypes:0021,0106.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: rec_p0021 type p0021,&lt;/P&gt;&lt;P&gt;      rec_q0106 type q0106,&lt;/P&gt;&lt;P&gt;      rec_p0106 type p0106.&lt;/P&gt;&lt;P&gt;data w_return type  bapireturn1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get pernr.&lt;/P&gt;&lt;P&gt;  read table p0106 index 1.&lt;/P&gt;&lt;P&gt;  rec_p0106 = p0106.&lt;/P&gt;&lt;P&gt;  rec_p0106-stras = '2235 Burns Rd'.&lt;/P&gt;&lt;P&gt;  read table p0021 index 1.&lt;/P&gt;&lt;P&gt;  rec_p0021 = p0021.&lt;/P&gt;&lt;P&gt;  rec_p0021-favor = 'test-639111'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Enqueue personnel number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'BAPI_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      number = pernr-pernr&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      return = w_return.&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            = '0021'&lt;/P&gt;&lt;P&gt;      number           = pernr-pernr&lt;/P&gt;&lt;P&gt;      subtype          = '2'&lt;/P&gt;&lt;P&gt;      record           = rec_p0021&lt;/P&gt;&lt;P&gt;      validityend      = P0021-ENDDA&lt;/P&gt;&lt;P&gt;      validitybegin    = P0021-BEGDA&lt;/P&gt;&lt;P&gt;      operation        = 'MOD'&lt;/P&gt;&lt;P&gt;      dialog_mode      = '2'&lt;/P&gt;&lt;P&gt;      view_identifier  = '07'&lt;/P&gt;&lt;P&gt;      secondary_record = rec_p0106&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      return           = w_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;      number = pernr-pernr&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      return = w_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 19:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253179#M145501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T19:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253180#M145502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the post :&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1395117"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can use the FM " RH_CUT_INFTY" to delimit the PD infotypes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There&amp;#146;re few SAP Standard programs to "delimits" the records,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPU204M0                       IT 204: delimit report for FA customers                      &lt;/P&gt;&lt;P&gt;RPU510J1                       Utility program to delimit P0008 after pay scale re-creation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H99CWTR0&lt;/P&gt;&lt;P&gt;Wage Type Reporter. Returns pay for particular wage types. To submit from new report you will need to create copy and export value to memory.&lt;/P&gt;&lt;P&gt;RHGRENZ0&lt;/P&gt;&lt;P&gt;Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date.&lt;/P&gt;&lt;P&gt;RHGRENZ1&lt;/P&gt;&lt;P&gt;Extend the end date on delimited records. Very useful when you delimit a bunch of records incorrectly, and need to change the end date.&lt;/P&gt;&lt;P&gt;RHGRENZ2&lt;/P&gt;&lt;P&gt;Delimit infotypes (IT1001)&lt;/P&gt;&lt;P&gt;RPCMPYG0&lt;/P&gt;&lt;P&gt;Statutory Maternity Pay(SMP)&lt;/P&gt;&lt;P&gt;RPCSSPG0_HIST&lt;/P&gt;&lt;P&gt;Statutory Sickness History(SSP)&lt;/P&gt;&lt;P&gt;RPDTRA00&lt;/P&gt;&lt;P&gt;List all HR transactions and there uses&lt;/P&gt;&lt;P&gt;RPTPSH10&lt;/P&gt;&lt;P&gt;Personal work schedule, also accessed via PA20/PA30 infotype 2001&lt;/P&gt;&lt;P&gt;RPUAUD00&lt;/P&gt;&lt;P&gt;HR Report to list all logged changes in infotype data for an employee. Uses the PCL4 Audit Cluster.&lt;/P&gt;&lt;P&gt;RPUAUDDL&lt;/P&gt;&lt;P&gt;HR Report to delete audit data from the PCL4 Audit Cluster&lt;/P&gt;&lt;P&gt;RPUDELPN&lt;/P&gt;&lt;P&gt;Delete all info for an employee number, including cluster data and infotypes&lt;/P&gt;&lt;P&gt;RPUP1D00&lt;/P&gt;&lt;P&gt;View/Delete records from PCL1 Cluster&lt;/P&gt;&lt;P&gt;RPUP2D00&lt;/P&gt;&lt;P&gt;View/Delete records from PCL2 Cluster&lt;/P&gt;&lt;P&gt;RPUP3D00&lt;/P&gt;&lt;P&gt;View/Delete records from PCL3 Cluster&lt;/P&gt;&lt;P&gt;RPUP4D00&lt;/P&gt;&lt;P&gt;View/Delete records from PCL4 Cluster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this`ll help you &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 19:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253180#M145502</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-03T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253181#M145503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Saquib and Vick. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try out your suggestions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use RH_CUT_INFTY to delimit a position assignment to a specific perner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any sample code for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;~Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253181#M145503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253182#M145504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I havent use this FM .. But you can see the &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;program : MPHPAI00&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'RH_CUT_INFTY'&lt;/P&gt;&lt;P&gt;          exporting&lt;/P&gt;&lt;P&gt;            load               = def_load_yes&lt;/P&gt;&lt;P&gt;            gdate              = &amp;lt;endda&amp;gt;&lt;/P&gt;&lt;P&gt;            histo              = pphdr-histo&lt;/P&gt;&lt;P&gt;            vtask              = def_vtask_space&lt;/P&gt;&lt;P&gt;            commit_flg         = def_commit_flg_no&lt;/P&gt;&lt;P&gt;            authy              = def_authy_no&lt;/P&gt;&lt;P&gt;            pppar_imp          = pppar&lt;/P&gt;&lt;P&gt;          tables&lt;/P&gt;&lt;P&gt;            innnn              = pplog_tab&lt;/P&gt;&lt;P&gt;          exceptions&lt;/P&gt;&lt;P&gt;            error_during_cut   = 01&lt;/P&gt;&lt;P&gt;            no_authorization   = 02&lt;/P&gt;&lt;P&gt;            gdate_before_begda = 03&lt;/P&gt;&lt;P&gt;            cut_of_timco_one   = 04.&lt;/P&gt;&lt;P&gt;Good luck !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 19:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253182#M145504</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-04-04T19:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delimit Position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253183#M145505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, mark. This is how I solved this problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Cuting the curent position **********************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND pw_hrp1001 TO lt_hrp1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RH_CUT_INFTY_1001_EXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      gdate                   = l_cut_date&lt;/P&gt;&lt;P&gt;      histo                   = 'H'&lt;/P&gt;&lt;P&gt;      vtask                   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      innnn                   = lt_hrp1001&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_during_cut        = 1&lt;/P&gt;&lt;P&gt;      no_authorization        = 2&lt;/P&gt;&lt;P&gt;      gdate_before_begda      = 3&lt;/P&gt;&lt;P&gt;      cut_of_timco_one        = 4&lt;/P&gt;&lt;P&gt;      relation_not_reversible = 5&lt;/P&gt;&lt;P&gt;      corr_exit               = 6&lt;/P&gt;&lt;P&gt;      OTHERS                  = 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Assigning new position *******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'RH_RELATION_MAINTAIN'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;  act_fcode = 'INSE'&lt;/P&gt;&lt;P&gt;  act_plvar = '01'&lt;/P&gt;&lt;P&gt;  act_otype = 'P'&lt;/P&gt;&lt;P&gt;  act_objid = l_employee&lt;/P&gt;&lt;P&gt;  act_rsign = 'B'&lt;/P&gt;&lt;P&gt;  act_relat = '008'&lt;/P&gt;&lt;P&gt;  act_sclas = 'S'&lt;/P&gt;&lt;P&gt;  act_sobid = p_personal-id_position&lt;/P&gt;&lt;P&gt;  act_begda = lbegda&lt;/P&gt;&lt;P&gt;  act_endda = lendda&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ACT_PRIOX =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  act_prozt = 100&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ACT_ADATA =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;  maintainance_failed = 1&lt;/P&gt;&lt;P&gt;  OTHERS = 2&lt;/P&gt;&lt;P&gt;  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me this worked excelent. Beware: the parameter lt_hrp1001 has to contain all the data of the reccord you are trying to delimit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delimit-position/m-p/1253183#M145505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:37:51Z</dc:date>
    </item>
  </channel>
</rss>

