<?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 Default values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339207#M171839</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;i want to upload my data from excel to DB using call tranction method my excel sheet is having more then 100 column values in that 10 fields should be deault &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have coded that has like this,&lt;/P&gt;&lt;P&gt; EQUNR LIKE RM36E value 'a100',&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt; but when i upload  iam getting my default  values for first record only remaining records r blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) i have done recording for tcode IE01 in this&lt;/P&gt;&lt;P&gt;i have 1 class value where it calls tcode cl20n .&lt;/P&gt;&lt;P&gt;so i have  run recording for IE01 first&lt;/P&gt;&lt;P&gt;and CL20N nxt&lt;/P&gt;&lt;P&gt;plz suggest me some logic for code &lt;/P&gt;&lt;P&gt;with any example program will be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks ,&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 May 2006 07:12:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-27T07:12:18Z</dc:date>
    <item>
      <title>BDC Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339207#M171839</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;i want to upload my data from excel to DB using call tranction method my excel sheet is having more then 100 column values in that 10 fields should be deault &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have coded that has like this,&lt;/P&gt;&lt;P&gt; EQUNR LIKE RM36E value 'a100',&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt; but when i upload  iam getting my default  values for first record only remaining records r blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) i have done recording for tcode IE01 in this&lt;/P&gt;&lt;P&gt;i have 1 class value where it calls tcode cl20n .&lt;/P&gt;&lt;P&gt;so i have  run recording for IE01 first&lt;/P&gt;&lt;P&gt;and CL20N nxt&lt;/P&gt;&lt;P&gt;plz suggest me some logic for code &lt;/P&gt;&lt;P&gt;with any example program will be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks ,&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2006 07:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339207#M171839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-27T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339208#M171840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. For filling default we can declare as default value or we can also fill the values while filling BDCDATA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There are FM's to update class &amp;amp; characteristic values, try searching with &lt;STRONG&gt;CLASS&lt;/STRONG&gt;OBJECT*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2006 09:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339208#M171840</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-05-27T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339209#M171841</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;PERFORM bdc_field       USING 'ZHCDD_IOS_CRSECD-INSTITUTE_CODE'        record-institute_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here in place of this record-institute_code ..u can pass the default value like '100' and it'll do the same for all the inst code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2006 09:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-default-values/m-p/1339209#M171841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-27T09:24:18Z</dc:date>
    </item>
  </channel>
</rss>

