<?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: Fields Filled With Blanks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860512#M670829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are writting the data to the application server via open dataset and transer - the transfer command includes a length specifier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 18:20:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T18:20:09Z</dc:date>
    <item>
      <title>Fields Filled With Blanks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860508#M670825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm downloading a file in text format to send it to the bank, the bank request the file with a standard line size : 187, so i need to fill my fields with blanks if every single field does not fullfill it's own lenght. ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF it_test OCCURS 0,&lt;/P&gt;&lt;P&gt;                   NAME(50)&lt;/P&gt;&lt;P&gt;            END OF it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when i fill the the internal table not every name has 50 Chars, some of them has 20, 15, 35, so i need to fill the rest of the field with blanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnks for the hlp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860508#M670825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fields Filled With Blanks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860509#M670826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; all fields gets filled with blanks to fulfil the data size...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860509#M670826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fields Filled With Blanks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860510#M670827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem automatically it will be filled with blanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860510#M670827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fields Filled With Blanks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860511#M670828</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 : BEGIN OF it_test OCCURS 0,&lt;/P&gt;&lt;P&gt;NAME(50)&lt;/P&gt;&lt;P&gt;END OF it_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the name is a charecter type, we can not add the spaces for the rest, but you can add the DOT(.) at the last so that it will take the spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 16:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860511#M670828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fields Filled With Blanks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860512#M670829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are writting the data to the application server via open dataset and transer - the transfer command includes a length specifier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 18:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-filled-with-blanks/m-p/2860512#M670829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T18:20:09Z</dc:date>
    </item>
  </channel>
</rss>

