<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807492#M915808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    Here firstyou will upload the data  from flat file to ITAB.&lt;/P&gt;&lt;P&gt;     So then you will use the staement Describe table itab lines v_ines.&lt;/P&gt;&lt;P&gt;       Declare V_lines as of type sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will get the no of records to be uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if hepful&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 06:58:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T06:58:23Z</dc:date>
    <item>
      <title>BDC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807489#M915805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i have a question and really need your favour..recently, i'm doing BDC program that can read ada data from tcode ME32K and the program is include with Test Run checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is, if Test Run is checked, do not modify any record, just display the total number of records to be modified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the question is, how to calculate the record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 06:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807489#M915805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T06:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807490#M915806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome To SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use DESCRIBE statement and count the number of records in your Final internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 06:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807490#M915806</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-05-21T06:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807491#M915807</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;1. Take care, when test check box is checked, do not save the record.&lt;/P&gt;&lt;P&gt;2. For every successful entry (sy-subrc = 0), take a varible count and do count++. in side the loop of internal table.&lt;/P&gt;&lt;P&gt;3. I hope requirment is to find out no. of recodrs which ll be updated before actual uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply if u still have query&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;Regards,&lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 06:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807491#M915807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T06:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807492#M915808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    Here firstyou will upload the data  from flat file to ITAB.&lt;/P&gt;&lt;P&gt;     So then you will use the staement Describe table itab lines v_ines.&lt;/P&gt;&lt;P&gt;       Declare V_lines as of type sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will get the no of records to be uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if hepful&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 06:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807492#M915808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807493#M915809</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;data : lin type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table &amp;lt;INTERNAL_TAB&amp;gt; lines lin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement will calculate the number of records in the internal table and value will be placed into the variable lin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 07:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3807493#M915809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T07:10:25Z</dc:date>
    </item>
  </channel>
</rss>

