<?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 using cs01 and cs02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753687#M326688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how do i replace the table control line in cs02, i ask this bcoz if the 1st line of the table control is to be replaced by say.. the 5th line in my internal table&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 06:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T06:07:47Z</dc:date>
    <item>
      <title>bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753682#M326683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hav to use cs01 and cs02 in bdc such that, if the data in my flatfile does not exist,  cs01 is to be executed, and if it exists cs02 is to be executed and the new data in my flatfile has to replace the already existing one in the cs02 table control. my problem is that i am not able to check if the data in my flatfile already exists and am not able to think of a way to replace the existing data in the cs02 table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 05:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753682#M326683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753683#M326684</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;You can check in STKO table whether BOM is created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 05:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753683#M326684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753684#M326685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i donot give the bom number in my flatfile, i only give the material, plant, usge, alternate usage, change number and the components with their quantity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 05:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753684#M326685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T05:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753685#M326686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     you can check the data in the flat file using the sy-subrc. if sy-subrc returns value 0 then u have a value so you can exectute cs02 otherwise choose cs01 in the if condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 06:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753685#M326686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753686#M326687</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;check MAST ( Material to BOM Link) Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains material, plant, usge, alternate usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls dont forget to reward points by clicking the radiobutton on the left of your question if it helped you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 06:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753686#M326687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T06:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753687#M326688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how do i replace the table control line in cs02, i ask this bcoz if the 1st line of the table control is to be replaced by say.. the 5th line in my internal table&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 06:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753687#M326688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T06:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: bdc using cs01 and cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753688#M326689</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;there is a pushbutton called 'position' in the CS02 screen. using this you can navigate to the particular row of table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 06:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-using-cs01-and-cs02/m-p/1753688#M326689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T06:11:35Z</dc:date>
    </item>
  </channel>
</rss>

