<?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: CALL TRANSACTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282927#M1021799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  Euclides Lopez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the CALL TRANSACTION with mode A and check if it is executed properly.&lt;/P&gt;&lt;P&gt;do check the sy-subrc value&lt;/P&gt;&lt;P&gt;if :&lt;/P&gt;&lt;P&gt; 0         : Successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=1000 : Error in dialog program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;gt; 1000  : Batch input error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Aug 2008 17:57:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-03T17:57:09Z</dc:date>
    <item>
      <title>CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282924#M1021796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts, im lost with something, in this code:&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ML81N'&lt;/P&gt;&lt;P&gt;  USING i_bdcdata&lt;/P&gt;&lt;P&gt;  options from tran_opts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Commit para el workflow&lt;/P&gt;&lt;P&gt;   wf_id = v_work.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ZFMADENDUM_COMMIT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;      wi_id = wf_i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the call transaction is called, the next "call function" statement is not executed, ¿Do I  have to change something in the bdc_opstions to make it return? or it's just automatic, I found that the "call transaction" statement returns the control to the calling program, but it seems that is not doing it, it may be something in the function, but I'd like to check this doubt with you first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. I will return the points...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 22:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282924#M1021796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T22:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282925#M1021797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wf_id = v_work.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZFMADENDUM_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;wi_id = wf_i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the use of above function module. what is happening inside..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 01:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282925#M1021797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-03T01:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282926#M1021798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Is your service entry a loop process? &lt;/P&gt;&lt;P&gt;2. What is the mode you use in BDC?&lt;/P&gt;&lt;P&gt;3. pass on the message tabe to you CALL TRANSACTION? to get the error?&lt;/P&gt;&lt;P&gt;4. Do you have any release statergy for this and you have authorization? &lt;/P&gt;&lt;P&gt;5. If you want to update you custom table with Server number after the call transaction, you can update using commit work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is usefulu2026 Say thanks by rewardu2026.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 06:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282926#M1021798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-03T06:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282927#M1021799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  Euclides Lopez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the CALL TRANSACTION with mode A and check if it is executed properly.&lt;/P&gt;&lt;P&gt;do check the sy-subrc value&lt;/P&gt;&lt;P&gt;if :&lt;/P&gt;&lt;P&gt; 0         : Successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=1000 : Error in dialog program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;gt; 1000  : Batch input error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 17:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282927#M1021799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-03T17:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282928#M1021800</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;maybe it has something to do with &lt;STRONG&gt;tran_opts-RACOMMIT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Try with tran_opts-RACOMMIT = ' '&lt;/P&gt;&lt;P&gt;(RACOMMIT: Do not end transaction at COMMIT WORK ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pablo casamayor on Aug 3, 2008 8:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 18:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/4282928#M1021800</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-08-03T18:52:20Z</dc:date>
    </item>
  </channel>
</rss>

