<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055597#M90302</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;define t_options as structure &lt;/P&gt;&lt;P&gt;try with this&lt;/P&gt;&lt;P&gt;data t_options type ctu_params &lt;/P&gt;&lt;P&gt;clear t_options.&lt;/P&gt;&lt;P&gt;t_options-defsize = 'X'.&lt;/P&gt;&lt;P&gt;t_options-dismode = 'N'.&lt;/P&gt;&lt;P&gt;t_options-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2005 09:44:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-20T09:44:40Z</dc:date>
    <item>
      <title>Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055595#M90300</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;  In my BDC program, I have used the folowing code, for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data t_options type ctu_params occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    t_options-defsize = 'X'.&lt;/P&gt;&lt;P&gt;    t_options-dismode = 'N'.&lt;/P&gt;&lt;P&gt;    t_options-updmode = 'S'.&lt;/P&gt;&lt;P&gt;    append t_options to t_options.&lt;/P&gt;&lt;P&gt;    clear t_options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        call transaction 'VI02' using t_bdcdata&lt;/P&gt;&lt;P&gt;                               options from t_options&lt;/P&gt;&lt;P&gt;                             messages into t_messages.&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first time i run this program, I've set a break-point at the&lt;/P&gt;&lt;P&gt;Call transaction statement and changed the &lt;/P&gt;&lt;P&gt;t_otions-dismode value as 'A' (All screen)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I tried to run it again(After deleting the breakpoint), It is still &lt;/P&gt;&lt;P&gt;executing in the All screen mode only(Whereas it should run in no screen mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've logged out of the system and tried again, but the same problem recurred.&lt;/P&gt;&lt;P&gt;Can anybody tell me whats the problem is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 09:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055595#M90300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055596#M90301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that your program doesn't stop for example if some field value is missing or the screens doesn't have some fields you try to pass to them? Hmm.. What I'm basicly trying to say is that are you sure your t_bdcdata has all the correct values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had similar kind of problem few weeks ago and the problem was that I was trying to pass one field to the transaction which didn't exist at the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 09:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055596#M90301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055597#M90302</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;define t_options as structure &lt;/P&gt;&lt;P&gt;try with this&lt;/P&gt;&lt;P&gt;data t_options type ctu_params &lt;/P&gt;&lt;P&gt;clear t_options.&lt;/P&gt;&lt;P&gt;t_options-defsize = 'X'.&lt;/P&gt;&lt;P&gt;t_options-dismode = 'N'.&lt;/P&gt;&lt;P&gt;t_options-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 09:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055597#M90302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055598#M90303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt; Its better if try with only with the CTU_PARAMS structure. I hope you are using an internal table for the same. So either refresh that internal table or use the structure instead.&lt;/P&gt;&lt;P&gt; Hope this solves your problem...&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Sampath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2005 12:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1055598#M90303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-21T12:46:08Z</dc:date>
    </item>
  </channel>
</rss>

