<?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: BDC program for CT04 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054648#M1502412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am done with BDC as well...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: dineshpatnaik on Jul 30, 2010 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jul 2010 06:31:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-30T06:31:43Z</dc:date>
    <item>
      <title>BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054643#M1502407</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 was trying to create a BDC for ct04(Material characteristics),but when i go to shdb and start a recording then i see the screen of ct04 has only 1 tab.To create a characteristics we need to fill in data in atleast 3 tabs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just for a trial I started recording in  NO BATCH INPUT mode and i could see all the tabs and was able to create a characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By name NO BATCH INPUT i assume that BDC is not possible with this type of recording,even then i tried to do a bdc but failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is whether BDC is possible with CT04 or not?&lt;/P&gt;&lt;P&gt;If not then what are other options(One is bapi)&lt;/P&gt;&lt;P&gt;I have gone through a some articles but couldnt find my answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dinesh Patnaik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not offer points or rewards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jul 29, 2010 12:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054643#M1502407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T12:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054644#M1502408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to make the recording using trx:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(you cant access directly to this transactions....only via SM35 (create recording) or SHDB )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CT01 -&amp;gt; create characteristic&lt;/P&gt;&lt;P&gt;CT2 -&amp;gt; modify&lt;/P&gt;&lt;P&gt;CT03 -&amp;gt; view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Sebastiá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 12:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054644#M1502408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054645#M1502409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Then just for a trial I started recording in  NO BATCH INPUT mode and i could see all the tabs and was able to create a characteristics.&lt;/P&gt;&lt;P&gt;&amp;gt; By name NO BATCH INPUT i assume that BDC is not possible with this type of recording,even then i tried to do a bdc but failed.&lt;/P&gt;&lt;P&gt;So, you tried it and it works. NOBINPT parameter is used to execute the BDC with SY-BINPT system variable set to blank, as with interactive mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't be mistaken by its name, it's completely allowed to run a BDC with this option, though you may discover restrictions with the transaction functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SY-BINPT variable has to be checked by the application when some of its user interfaces cannot be recorded and played using the BDC technology (*), and if this application was designed to work with BDC, so that it proposes another display or other function codes that are compatible with BDC. Sometimes, strangely, a transaction may better work with NOBINPT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Especially the control framework (see [wiki BDC FAQ - Controls|http://wiki.sdn.sap.com/wiki/display/ABAP/Batch&lt;EM&gt;Input&lt;/EM&gt;FAQ#BatchInputFAQ-WhydoIgetCNTLERRORdumpduringrecordingorexecution%3F]) and table control scrolling (see [wiki BDC FAQ - scrolling|http://wiki.sdn.sap.com/wiki/display/ABAP/Batch&lt;EM&gt;Input&lt;/EM&gt;FAQ#BatchInputFAQ-Howtoscrollatablecontrol%3F])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Now my question is whether BDC is possible with CT04 or not?&lt;/P&gt;&lt;P&gt;&amp;gt; If not then what are other options(One is bapi)&lt;/P&gt;&lt;P&gt;&amp;gt; I have gone through a some articles but couldnt find my answer.&lt;/P&gt;&lt;P&gt;What do you mean, there's a BAPI for updating characteristics, you probably found it. What is the issue with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: generally speaking, always use the BAPI (if it exists) over the BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 19:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054645#M1502409</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-29T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054646#M1502410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ sandra: I have already developed using bapi for create characteristics.thanks for the recomendation.But can you explain me more about no batch input mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sabastine will surely try what you said...:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 19:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054646#M1502410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T19:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054647#M1502411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; But can you explain me more about no batch input mode?&lt;/P&gt;&lt;P&gt;Tell me at least what the part of my detailed answer needs clarification. Or do you want more poetry? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 20:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054647#M1502411</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-29T20:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054648#M1502412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am done with BDC as well...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: dineshpatnaik on Jul 30, 2010 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 06:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054648#M1502412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T06:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054649#M1502413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so, you asked me that (before replacing your text):&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; &lt;U&gt;Sandra Rossi has written:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; The SY-BINPT variable has to be checked by &lt;STRONG&gt;the application&lt;/STRONG&gt; when some of its user interfaces cannot be recorded and played using the BDC technology (*), and if &lt;STRONG&gt;this application&lt;/STRONG&gt; was designed to work with BDC, so that it proposes another display or other function codes that are compatible with BDC. Sometimes, strangely, a transaction may better work with NOBINPT...&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; (*) Especially the control framework (see wiki BDC FAQ - Controls) and table control scrolling (see wiki BDC FAQ - scrolling)&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;U&gt;dineshpatnaik has written:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; you said i need to check the system variable...to transfer data.i need more explanation on this..&lt;/P&gt;&lt;P&gt;Sorry about the confusion: by "the application", I meant "the application behind the called transaction", so I was &lt;STRONG&gt;not talking about your application&lt;/STRONG&gt; (you don't have to test SY-BINPT), I was just explaining how transactions take into account the SY-BINPT system variable. When you call the transaction using CALL TRANSACTION ... USING ... (so, using BDC), you can decide whether SY-BINPT will be space or "X", and so you may influence the called transaction. See the wiki I mentioned for more information (and the SAP notes to which it refers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 08:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054649#M1502413</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-30T08:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054650#M1502414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;       I'm having the same problem while recording CT04. Since the thread does not contain much details. Can you please share how you done with BDC? Even i record it in 'Not a Batch input session' mode, the screen automatically fetches the last viewed characteristics and opens it in change mode. I can't give another characteristics name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 11:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054650#M1502414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054651#M1502415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Anuj Dubey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2011 07:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054651#M1502415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-31T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for CT04</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054652#M1502416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is I am looking for..&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 02:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-ct04/m-p/7054652#M1502416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-30T02:04:50Z</dc:date>
    </item>
  </channel>
</rss>

