<?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/3555270#M855496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;this is  praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is CONCATNATE and explain how it use in bdc plese give me the answer any one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Mar 2008 08:17:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-15T08:17:14Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3555270#M855496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;this is  praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is CONCATNATE and explain how it use in bdc plese give me the answer any one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 08:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3555270#M855496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T08:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3555271#M855497</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;&lt;/P&gt;&lt;P&gt;CONCATENATE is just joining two strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC it is useful when u are populating a Date Field.&lt;/P&gt;&lt;P&gt;if u have a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : d1 type sy-datum,&lt;/P&gt;&lt;P&gt;         d2(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are populating the date in the following sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d1 = sy-datum.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EORD-VDATU(01)'&lt;/P&gt;&lt;P&gt;                              d1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system will display error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead u should do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate d1&lt;EM&gt;6(2) '.' d1&lt;/EM&gt;4(2) '.' d1+0(4) into d2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EORD-VDATU(01)'&lt;/P&gt;&lt;P&gt;                              d2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now BDC will Run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general Concatenate is to join two or more data varibale of type Char,Numc,Date and Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balakumar.G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 08:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3555271#M855497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T08:28:27Z</dc:date>
    </item>
  </channel>
</rss>

