<?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: Inserting Spaces? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460746#M552056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;              I have to  download the data into Application Server , so can u tell me for Application Server is there any FM for inserting spaces into null values and also for fields whose length is not completely used?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 17:31:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T17:31:26Z</dc:date>
    <item>
      <title>Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460743#M552053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;              I am downloading data from SAP database.For ex consider BKPF table.Before transferring the data into a Text file in Application Server.Can anybody tell how to insert spaces in the internal table for all the fileds with no value&lt;/P&gt;&lt;P&gt;for ex : if a field has length of 15 and i was able to fill only tha value upto 10 length and how to fill the remaining 5 length with spaces like that for all the fileds in an Internal Table?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 17:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460743#M552053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460744#M552054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME                = FILENAME
        FILETYPE                = 'ASC'
        WRITE_FIELD_SEPARATOR   = 'X'
        TRUNC_TRAILING_BLANKS   = 'X'
&lt;/CODE&gt;&lt;/PRE&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>Thu, 28 Jun 2007 17:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460744#M552054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460745#M552055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define a new internal table with all char fields like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: Begin of ITAB_NEW occurs 0,&lt;/P&gt;&lt;P&gt;         f1(10),&lt;/P&gt;&lt;P&gt;         f2(15),&lt;/P&gt;&lt;P&gt;         f3(20),&lt;/P&gt;&lt;P&gt;         End Of ITAB_NEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the value to this  ITAB_NEW and use this ITAB to download the data to application server&lt;/P&gt;&lt;P&gt;this ll solve your space problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;vinsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 17:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460745#M552055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460746#M552056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;              I have to  download the data into Application Server , so can u tell me for Application Server is there any FM for inserting spaces into null values and also for fields whose length is not completely used?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 17:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460746#M552056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T17:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460747#M552057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the answer from Vinod Bokade is correct -:)&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>Thu, 28 Jun 2007 22:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460747#M552057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T22:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Spaces?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460748#M552058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alvaro,&lt;/P&gt;&lt;P&gt;                I had done like that only i declared character type internaltable but alos same result.&lt;/P&gt;&lt;P&gt;can u tell me how to insert spaces in to a character filed of length 20.&lt;/P&gt;&lt;P&gt;suppose if it get filled only upto 10 how to fill the other 10 with Spaces?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 23:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-spaces/m-p/2460748#M552058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T23:00:52Z</dc:date>
    </item>
  </channel>
</rss>

