<?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: Saving data in call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668338#M883556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Are you locking the pernr or locking the record of pernr for the infotype ?

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 10:05:29 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2008-04-11T10:05:29Z</dc:date>
    <item>
      <title>Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668335#M883553</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;I' am using call transaction to update certain data of employees (PERNR). After that I' am trying to lock the same pernr. But sometimes I' am not able to lock the PERNR. The reason it seems the transaction in call statement is still executed. How to complete the execution of call transaction and then proceed further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 20:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668335#M883553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T20:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668336#M883554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Aravind,

&lt;STRONG&gt;1&lt;/STRONG&gt;.Which update mode you are  using whether it is A or S.
If you use Update mode 'A' Asynchronous Update. It will be ok.

&lt;STRONG&gt;2&lt;/STRONG&gt;.How are you locking the employee? in the same transaction call when updating infotype itself , are u locking ? If yes, I think it is somewhat problematic. Instead update the infotype and again use Call transaction to lock the employee.

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 02:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668336#M883554</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-11T02:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668337#M883555</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;ther's nothing related to transaction&lt;/P&gt;&lt;P&gt;use FM -BAPI_EMPLOYEE_ENQUEUE &lt;/P&gt;&lt;P&gt;to lock the pernr before updating the employees information&lt;/P&gt;&lt;P&gt;then use call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 09:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668337#M883555</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2008-04-11T09:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668338#M883556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Are you locking the pernr or locking the record of pernr for the infotype ?

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 10:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668338#M883556</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-11T10:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668339#M883557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, I' am using synchronous mode of update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a program and the 'call transaction' is done first which will update infotype records and immedietly after call transaction I' am locking the employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you let me know why you felt asynchronous mode will work aganist synchronous mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 19:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668339#M883557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668340#M883558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Aravind,
When I gave message i thought differently. Synchrounous update only right, because the called transaction waits for any updates that it produces to be completed. Execution is slower than with asynchronous updating because called transactions wait for updating to be completed. However, the called transaction is able to return any update error message that occurs to your program. It is much easier for you to analyze and recover from errors. 
 I still want to know whether you are locking the the employee no after updating infotype or locking the record of the infotype. because we have lock indicator for infotypes.

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 20:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668340#M883558</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-11T20:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668341#M883559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I' am locking the employee number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 13:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668341#M883559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Saving data in call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668342#M883560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 02:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-data-in-call-transaction/m-p/3668342#M883560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T02:59:03Z</dc:date>
    </item>
  </channel>
</rss>

