<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279466#M496182</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;Can we do BDC for Executable programs(SAPRCK50) ???&lt;/P&gt;&lt;P&gt;If no,please give reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.anilkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 15:18:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T15:18:01Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279466#M496182</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;Can we do BDC for Executable programs(SAPRCK50) ???&lt;/P&gt;&lt;P&gt;If no,please give reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;s.anilkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 15:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279466#M496182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T15:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279467#M496183</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;BDC .. Batch Data Recording.. where do you have batch data in this program???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general we will use BDC for tcodes which are having multiple screens and flow is dependent on data.&lt;/P&gt;&lt;P&gt;That to for data uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program is alraedy existing and ready to use.. then wht's the need for BDC. also how to you do BDC for this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 15:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279467#M496183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279468#M496184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I have query related to your reply.This system program is CKMATSEL ( create selection list) transaction.This transaction is for creating Selection list.&lt;/P&gt;&lt;P&gt;The selection list tells the costing run what Company/Materialtype/Procurement type in scope.The combination of companycode and running sequence (eg:&lt;/P&gt;&lt;P&gt;a,b,c,d,e,f...) forms the key of selection list(screen field). &lt;/P&gt;&lt;P&gt;The program must create selection list if it doesnt exists.&lt;/P&gt;&lt;P&gt;This approach ensures the selection lists are available for each costing run.&lt;/P&gt;&lt;P&gt;I will get  values for companycode,materialtype,procurement type from some table s based on some conditions. now i have prepared data ,so that i can populate&lt;/P&gt;&lt;P&gt;screen fields in CKMATSEL transaction. This transaction will run  for N number of company codies for each sequence so that i can make sure costing run is available for all company codies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So BDC is required.&lt;/P&gt;&lt;P&gt;please revert back if anything is not clear.&lt;/P&gt;&lt;P&gt;still in confusion where CKMATSEL has Flexibility to handle BDC ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 15:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279468#M496184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279469#M496185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil,&lt;/P&gt;&lt;P&gt;        According to OSS note #314528, CK40N was not designed to run in batch input. It suggests using CK41 or CK42 instead.&lt;/P&gt;&lt;P&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>Thu, 31 May 2007 08:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2279469#M496185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T08:48:28Z</dc:date>
    </item>
  </channel>
</rss>

