<?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: ctu_params in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295040#M788510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dixit,&lt;/P&gt;&lt;P&gt;            Generally &lt;STRONG&gt;CTU_PARAMS&lt;/STRONG&gt; Is used to avoid unnecessary screens,even though they will not appear in the recording.i also send a sample code for that to avoid this problem check it once ok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to add the below code in ur bdc program at the begin of ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNTAX AND CODE:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;For Elimination Of Illegal Screens&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&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;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  opt-nobinpt = 'X'.&lt;/P&gt;&lt;P&gt;  opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;  opt-updmode = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; Kiran Kumar.G.A&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;Have a Nice Day..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 08:48:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-18T08:48:04Z</dc:date>
    <item>
      <title>ctu_params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295038#M788508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is meant by ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295038#M788508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ctu_params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295039#M788509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CTU_PARAMS is a structure used to control processing of CALL_TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CALL TRANSACTION (...) OPTIONS FROM opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at [CALL TRANSACTION - Calling a Transaction|http://help.sap.com/saphelp_46c/helpdata/en/34/8e73a86df74873e10000009b38f9b8/content.htm] or other threads like [CTU_PARAMS|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="168462"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 08:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295039#M788509</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-01-18T08:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: ctu_params</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295040#M788510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dixit,&lt;/P&gt;&lt;P&gt;            Generally &lt;STRONG&gt;CTU_PARAMS&lt;/STRONG&gt; Is used to avoid unnecessary screens,even though they will not appear in the recording.i also send a sample code for that to avoid this problem check it once ok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to add the below code in ur bdc program at the begin of ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNTAX AND CODE:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;For Elimination Of Illegal Screens&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&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;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  opt-nobinpt = 'X'.&lt;/P&gt;&lt;P&gt;  opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;  opt-updmode = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if helpful.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; Kiran Kumar.G.A&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;Have a Nice Day..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 08:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ctu-params/m-p/3295040#M788510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T08:48:04Z</dc:date>
    </item>
  </channel>
</rss>

