<?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 CALL TRANSACTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878413#M675880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have an issue in a BDC. The scenario is I'm recording a "Y" transaction. This "Y" transaction calls a standard transaction "CV01" and in this transaction based on the inputs given in the "Y" transaction the data gets populated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         When I recorded this "Y" transaction it worked perfectly. I removed the "Default Size" checkbox and checked the "Cont. after commit"  checkbox (RACOMMIT) when i recorded this "Y" transaction in SHDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Now, when I converted this into program the "Y" transaction is coming perfectly but the standard transaction is not getting called and the BDC ends abruptly. What could be the reason?? I have not used any additions in call transaction statement. My call transaction statement is like this:- call transaction 'YXXXX' using bdcdata mode 'A' update 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly throw some light into this issue. Any inputs would be of great help!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramky.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2007 02:19:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-29T02:19:39Z</dc:date>
    <item>
      <title>CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878413#M675880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have an issue in a BDC. The scenario is I'm recording a "Y" transaction. This "Y" transaction calls a standard transaction "CV01" and in this transaction based on the inputs given in the "Y" transaction the data gets populated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         When I recorded this "Y" transaction it worked perfectly. I removed the "Default Size" checkbox and checked the "Cont. after commit"  checkbox (RACOMMIT) when i recorded this "Y" transaction in SHDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Now, when I converted this into program the "Y" transaction is coming perfectly but the standard transaction is not getting called and the BDC ends abruptly. What could be the reason?? I have not used any additions in call transaction statement. My call transaction statement is like this:- call transaction 'YXXXX' using bdcdata mode 'A' update 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly throw some light into this issue. Any inputs would be of great help!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramky.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 02:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878413#M675880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T02:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878414#M675881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it by setting the same options as you did when you were recording the transaction by using this addition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRASNACTION 'YABC' USING BDCDATA OPTIONS FROM CTU_PARAMS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can read about it in the documentation of CALL TRANSACTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 07:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878414#M675881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-29T07:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878415#M675882</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 tried using ctu_params but still its not working......Is there any other way to solve this issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramky.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 05:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878415#M675882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T05:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878416#M675883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA class_name TYPE c LENGTH 30 VALUE 'CL_SPFLI_PERSISTENT'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: bdcdata_wa  TYPE bdcdata, &lt;/P&gt;&lt;P&gt;      bdcdata_tab TYPE TABLE OF bdcdata,&lt;/P&gt;&lt;P&gt;      itab type table of bdcmsgcoll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA opt TYPE ctu_params. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-program  = 'SAPLSEOD'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynpro   = '1000'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-dynbegin = 'X'. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fnam = 'BDC_CURSOR'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fval = 'SEOCLASS-CLSNAME'. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fnam = 'SEOCLASS-CLSNAME'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fval = class_name. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR bdcdata_wa. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fnam = 'BDC_OKCODE'. &lt;/P&gt;&lt;P&gt;bdcdata_wa-fval = '=CIDI'. &lt;/P&gt;&lt;P&gt;APPEND bdcdata_wa TO bdcdata_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;opt-dismode = 'E'. &lt;/P&gt;&lt;P&gt;opt-defsize = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE24' USING bdcdata_tab OPTIONS FROM opt&lt;/P&gt;&lt;P&gt;MESSAGES INTO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Collect the error messages in ITAB in check what is the issue.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 05:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/2878416#M675883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T05:24:22Z</dc:date>
    </item>
  </channel>
</rss>

