<?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 table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932441#M386022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear cnu,&lt;/P&gt;&lt;P&gt;why you r  using BDC u can try for BAPI_VENDOR_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Feb 2007 09:58:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-17T09:58:17Z</dc:date>
    <item>
      <title>bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932438#M386019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam uploading data for the tcode XKO1. &lt;/P&gt;&lt;P&gt;i have taken in to one internal table.&lt;/P&gt;&lt;P&gt;now i have to divide the records into 2 internal tables.&lt;/P&gt;&lt;P&gt;one for vendors and one for bank details.&lt;/P&gt;&lt;P&gt;while doing that in flat file if field length is fixed means no problem but&lt;/P&gt;&lt;P&gt;field length varies means then the data is overlapping in another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any procedure to identify the space or tab. in coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 04:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932438#M386019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T04:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932439#M386020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Cnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the data, split them at the separator into the internale table.&lt;/P&gt;&lt;P&gt;Loop at UPLOAD_DATA into WA_DATA.&lt;/P&gt;&lt;P&gt;   SPLIT WA_DATA&lt;/P&gt;&lt;P&gt;        AT SEPERATOR  INTO&lt;/P&gt;&lt;P&gt;        ITAB-MATNR&lt;/P&gt;&lt;P&gt;        ITAB-LIFNR&lt;/P&gt;&lt;P&gt;        ITAB-EKORG&lt;/P&gt;&lt;P&gt;        ITAB-WERKS.&lt;/P&gt;&lt;P&gt;  append itab.&lt;/P&gt;&lt;P&gt;clear wa_data.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;where declare the separator as :&lt;/P&gt;&lt;P&gt;CONSTANTS: SEPERATOR TYPE X VALUE '09'. "seperator is TAB char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase of length issues in the field, you can assign the values to a variable first before transferring to the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 05:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932439#M386020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932440#M386021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear cnu,&lt;/P&gt;&lt;P&gt;why you r  using BDC u can try for BAPI_VENDOR_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932440#M386021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932441#M386022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear cnu,&lt;/P&gt;&lt;P&gt;why you r  using BDC u can try for BAPI_VENDOR_CREATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 09:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1932441#M386022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-17T09:58:17Z</dc:date>
    </item>
  </channel>
</rss>

