<?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 bapi to replace existing position ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255849#M777536</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;Can i have a bapi which replaces the existing Position ID with the recent position in HR Module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an employee changed from one designation to another designation in the same organisation then his position id will also be changes so generally we will goto some tcodes related to this change of position id and we will try to make modifications. But i want a bapi or any FM with which we can directly update or insert or replace the existing ID with the new one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 07:03:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T07:03:12Z</dc:date>
    <item>
      <title>bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255849#M777536</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;Can i have a bapi which replaces the existing Position ID with the recent position in HR Module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an employee changed from one designation to another designation in the same organisation then his position id will also be changes so generally we will goto some tcodes related to this change of position id and we will try to make modifications. But i want a bapi or any FM with which we can directly update or insert or replace the existing ID with the new one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255849#M777536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255850#M777537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM "RH_INSERT_INFTY_1001_EXT" for thsi purpose. Pass the FCODE as 'INS', and to the INNNN structore populate as below&lt;/P&gt;&lt;P&gt;PLVAR = '01'&lt;/P&gt;&lt;P&gt;OTYPE = 'P'&lt;/P&gt;&lt;P&gt;OBJID = &amp;lt;Employee number to be assigned&amp;gt;&lt;/P&gt;&lt;P&gt;INFTY = '1001'&lt;/P&gt;&lt;P&gt;RSIGN = 'A'&lt;/P&gt;&lt;P&gt;RELAT = '008'&lt;/P&gt;&lt;P&gt;SCLAS = 'S'&lt;/P&gt;&lt;P&gt;SOBID = &amp;lt;New Position to be assigned&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255850#M777537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255851#M777538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your procedure. It was asking to insert the input parameter for Vtask&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i had inserted 'X' at one time and 'I' at another time but i got the same error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception     ERROR_DURING_INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255851#M777538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255852#M777539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please also pass Begda and ENdda with validity intervals of the record you want to create. And VTASK pass 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255852#M777539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255853#M777540</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;the same error is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255853#M777540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255854#M777541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try withbthis value,&lt;/P&gt;&lt;P&gt;RSIGN = 'B'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255854#M777541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255855#M777542</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;Now i got the bapi executed when i put B but the problem is it was not replacing the existing ID&lt;/P&gt;&lt;P&gt;MANDT   100&lt;/P&gt;&lt;P&gt;PLVAR    01&lt;/P&gt;&lt;P&gt;OTYPE    P&lt;/P&gt;&lt;P&gt;OBJID      50000525&lt;/P&gt;&lt;P&gt;INFTY      1001&lt;/P&gt;&lt;P&gt;RSIGN     B&lt;/P&gt;&lt;P&gt;RELAT     008&lt;/P&gt;&lt;P&gt;ISTAT      &lt;/P&gt;&lt;P&gt;PRIOX  &lt;/P&gt;&lt;P&gt;BEGDA   14.01.2008&lt;/P&gt;&lt;P&gt;ENDDA    14.01.2008&lt;/P&gt;&lt;P&gt;VARYF    &lt;/P&gt;&lt;P&gt;SEQNR    000&lt;/P&gt;&lt;P&gt;AEDTM&lt;/P&gt;&lt;P&gt;UNAME&lt;/P&gt;&lt;P&gt;REASN&lt;/P&gt;&lt;P&gt;HISTO&lt;/P&gt;&lt;P&gt;ITXNR      00000000&lt;/P&gt;&lt;P&gt;SCLASS  S&lt;/P&gt;&lt;P&gt;SOBJID    50000526&lt;/P&gt;&lt;P&gt;PROZT     0.00&lt;/P&gt;&lt;P&gt;ADATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255855#M777542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255856#M777543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM "RH_DELETE_INFTY_1001_EXT" by passing the existing record that you have in your DB. ie. in table HRP1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call your FM for insert. That should solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255856#M777543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255857#M777544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cant we do all the process in a single FM or Bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255857#M777544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255858#M777545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible coz the relationship we are trying to maintain is of Time constraint 3, unlike others i.e. TC 1 and TC2, where on creating a new one the previous one will be de-limited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255858#M777545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255859#M777546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok fine then can we use update instead of insert in the above function module??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255859#M777546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255860#M777547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use Modify because the data stored in case of Org. structure is different compared to other conventional SAP tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to maintain the historical data, that's why SAP does not give the option of modifying the tables. You can get more help if you read the OM part of SAP HR. Mainly issue is related to inverse relationship being maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255860#M777547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255861#M777548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK fine thank you and one more thing for delete what are the parameteres we have to pass???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255861#M777548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255862#M777549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the records from HRP1001 for the existing relationship. And pass the same record to the delete FM, and FCODE as 'DEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255862#M777549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255863#M777550</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;If i pass DEL in Fcode then it was showing an exception error as ERROR_DURING_INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is in the same way as insert and delete can we have a option for update??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is in case of insert also it was not inserting the new position id with original id what might be the problem?? if i give&lt;/P&gt;&lt;P&gt;INS as u said ealier then i'm able to check the FM correctly but it was not inserting the new data into that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255863#M777550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255864#M777551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it is possible to update. May be you can take a look more in detail. But sorry for the confusion, we need not have to pass 'DEL' Fcode to RH_DELETE_INFTY_1001_EXT, this by default deletes the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all this info helps !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255864#M777551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255865#M777552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All your inputs are very very valuable for me but can u clear me one doubt plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using the FM &lt;STRONG&gt;RH_INSERT_INFTY_1001_EXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to insert but it was not insewrting with new id what we can do know??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255865#M777552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255866#M777553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that ID is created in table HRP1000. Then only we can have the relationship created with the mentioned FM. Else i don't see any other problems to create this relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255866#M777553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255867#M777554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya it is in the same table. But even though the insert option is not working for it. Plz ramesh help me in this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 09:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255867#M777554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: bapi to replace existing position ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255868#M777555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check and confirm these options once again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT 100&lt;/P&gt;&lt;P&gt;PLVAR 01&lt;/P&gt;&lt;P&gt;OTYPE P&lt;/P&gt;&lt;P&gt;OBJID 50000525          " Personnel number &lt;/P&gt;&lt;P&gt;INFTY 1001&lt;/P&gt;&lt;P&gt;RSIGN B&lt;/P&gt;&lt;P&gt;RELAT 008&lt;/P&gt;&lt;P&gt;ISTAT &lt;/P&gt;&lt;P&gt;PRIOX &lt;/P&gt;&lt;P&gt;BEGDA 14.01.2008&lt;/P&gt;&lt;P&gt;ENDDA 14.01.2008&lt;/P&gt;&lt;P&gt;VARYF &lt;/P&gt;&lt;P&gt;SEQNR 000&lt;/P&gt;&lt;P&gt;AEDTM&lt;/P&gt;&lt;P&gt;UNAME&lt;/P&gt;&lt;P&gt;REASN&lt;/P&gt;&lt;P&gt;HISTO&lt;/P&gt;&lt;P&gt;ITXNR 00000000&lt;/P&gt;&lt;P&gt;SCLASS S&lt;/P&gt;&lt;P&gt;SOBJID 50000526       " New position ID to be created&lt;/P&gt;&lt;P&gt;PROZT 0.00&lt;/P&gt;&lt;P&gt;ADATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCODE = 'INS' and VTASK = 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 10:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-replace-existing-position-id/m-p/3255868#M777555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T10:03:00Z</dc:date>
    </item>
  </channel>
</rss>

