<?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: RFC to update User Master Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151983#M1710489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As menioned by Venakt You can make use of those FM's to Check the USer ID.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 11:26:00 GMT</pubDate>
    <dc:creator>VijayCR</dc:creator>
    <dc:date>2012-11-26T11:26:00Z</dc:date>
    <item>
      <title>RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151979#M1710485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create an RFC , that should be called from some external program.&lt;BR /&gt;When the following RFC is called, it will be provided with USERID, MOBILE NUMBER, OFFICE NUMBER from SAP HR Master Records&lt;/P&gt;&lt;P&gt;I am supposed to check, if the USERID exists in SAP or not.&lt;BR /&gt;If it exists i need to use that information and update the UserID with that data&lt;BR /&gt;If the user ID doesnt exist i need to pass a message that userID doesnt exist in SAP as a error message.&lt;BR /&gt;I am supposed to use BAPIRET2 for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out, on the data elements i need to use for the importing parameters and how i need to proceed on the source code.&lt;BR /&gt;Thanks in advance, this will be a great help.&lt;BR /&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 10:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151979#M1710485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T10:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151980#M1710486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Snigdha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the BAPI "BAPI_ADDRESSORG_CHANGE" for the Updation of the USERID, MOBILE NUMBER, OFFICE NUMBER from SAP HR Master Records into the USER MASTER.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151980#M1710486</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2012-11-26T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151981#M1710487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the immediate reply.&lt;/P&gt;&lt;P&gt;Am i supposed to use this bapi as an associated type in the import parameters?&lt;BR /&gt;Let me also make clear that, Userid, officenum, mbl num, fax will be passed as export parameters from an external source, and in our rfc we are supposed to check, if the userid exists in sap and update the information. &lt;BR /&gt;please also tell me, where i need to update the information?&lt;BR /&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151981#M1710487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151982#M1710488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_USER_EXISTENCE_CHECK&lt;BR /&gt;/RSC/SI_SUSR_USER_CHECK_EXIST&lt;/P&gt;&lt;P&gt;/RSC/SI_BAPI_USER_EXIST_CHECK&lt;/P&gt;&lt;P&gt;UACC_CHECK_RFC_USER_EXISTS&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, 26 Nov 2012 11:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151982#M1710488</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-11-26T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151983#M1710489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As menioned by Venakt You can make use of those FM's to Check the USer ID.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151983#M1710489</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2012-11-26T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151984#M1710490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; First you find what SAP Standard T-code&amp;nbsp; you used to Updating or Creating this Master Record&lt;BR /&gt;(help of functional consultant)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Finding RFC/BAPI for that SAP Standard T-code&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example your SAP T-code is 'PA30' (Updating or Creating Master Record )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;finding Package name using SE93 ﻿(click on package name , in this case Package .. &amp;gt;"PBAS")&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;then select properties tab--&amp;gt; check "&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;Applic. Component" (in dis case "PA-PA" ,Personnel Administration)&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;go to BAPI T-code--&amp;gt;Personnel Management--&amp;gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;Personnel Administration--&amp;gt;EmployeePersonalData(click and Check component == 'PA-PA')&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;EmployeePersonalData&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;Create (BAPI_PERSDATA_CREATE)&lt;/LI&gt;&lt;LI&gt;Change(BAPI_PERSDATA_CHANGE)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;mean's this is the exact BAPI/RFC for the T-code 'PA30'&lt;/LI&gt;&lt;LI&gt;So, you find your Exact BAPI/RFC following above steps .&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Smruti Ranjan&lt;/P&gt;&lt;P&gt; ﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 11:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151984#M1710490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T11:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151985#M1710491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, that was really helpful.&lt;BR /&gt;Thanks a million&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151985#M1710491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151986#M1710492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, that was really helpful.&lt;BR /&gt;Thanks a million&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151986#M1710492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC to update User Master Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151987#M1710493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, that was really helpful.&lt;BR /&gt;Thanks a million&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 12:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-to-update-user-master-data/m-p/9151987#M1710493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T12:02:48Z</dc:date>
    </item>
  </channel>
</rss>

