<?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 CLB2 upload - input file format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clb2-upload-input-file-format/m-p/9798010#M1779345</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;I am trying to upload batch characteristics through CLB2 trannsaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither tab delimited file nor '.dat' file format is working fine. The program is filling characters to its maximum data length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode char 20 : ##023##00000000205 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example, am passing empty value to tcode but it is filling with other field values till it reaches length 20.&lt;/P&gt;&lt;P&gt;This is same with other fields also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the exact file format to upload characteristics values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 14:53:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-26T14:53:44Z</dc:date>
    <item>
      <title>CLB2 upload - input file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clb2-upload-input-file-format/m-p/9798010#M1779345</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;I am trying to upload batch characteristics through CLB2 trannsaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither tab delimited file nor '.dat' file format is working fine. The program is filling characters to its maximum data length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode char 20 : ##023##00000000205 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example, am passing empty value to tcode but it is filling with other field values till it reaches length 20.&lt;/P&gt;&lt;P&gt;This is same with other fields also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the exact file format to upload characteristics values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 14:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clb2-upload-input-file-format/m-p/9798010#M1779345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-26T14:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLB2 upload - input file format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clb2-upload-input-file-format/m-p/9798011#M1779346</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;I am able to resolve the above issue by giving fixed length value. &lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;Tcode class type &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcode will be filled 20 space characters as its length is 20.&lt;/P&gt;&lt;P&gt;Now it fills the value exactly to fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard program RCCLBI03 is not recognizing tab character. (No split logic inside the program.&lt;/P&gt;&lt;P&gt;It considers fixed length of field as separator).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when huge volume of data comes, it will be difficult to prepare test file by counting length and filling spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternatives or best appraoch to prepare the input file for CLB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone faced above issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 06:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clb2-upload-input-file-format/m-p/9798011#M1779346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-27T06:00:19Z</dc:date>
    </item>
  </channel>
</rss>

