<?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 Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100962#M980643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you called the function module BAPI_EMPLOYEE_ENQUEUE before BAPI_ADDRESSEMP_CHANGE? The first FM locks the Employee data there by providing you to change the employee info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;REMOVED&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Craig Cmehil on Jun 26, 2008 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 11:38:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T11:38:23Z</dc:date>
    <item>
      <title>BAPI Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100959#M980640</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;Im trying to use the BAPI : BAPI_ADDRESSEMP_CHANGE to change the address. But it saying the message : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;184Employee/applicant is not locked yet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls specify what is it and how to correct it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100959#M980640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100960#M980641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message PG 184.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Diagnosis

    You have attempted to change employee/applicant data which, however, can
    only be done if you have exclusive access to this data. This means that
    you must lock the data for other users before changing it, which you
    have not done.



Procedure

    You can probably solve your problem only by modifying the program.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100960#M980641</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-25T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100961#M980642</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;before using the BAPI, lock the Employee by calling FM,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Lock the employee for processing infotype 9004&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        number = v_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after changing the Employee address through BAPI, unlock the emploee by calling FM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Unlock the employee&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        number = v_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srilatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100961#M980642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100962#M980643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you called the function module BAPI_EMPLOYEE_ENQUEUE before BAPI_ADDRESSEMP_CHANGE? The first FM locks the Employee data there by providing you to change the employee info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;REMOVED&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Craig Cmehil on Jun 26, 2008 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-message/m-p/4100962#M980643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T11:38:23Z</dc:date>
    </item>
  </channel>
</rss>

