<?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 Align strings below each other in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721464#M33690</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am using open datasets to transfer a dynamic internal table into the folder.&lt;/P&gt;
  &lt;P&gt;However the fields are not properly aligned with each other like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/243337-screenshot-1.png" /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Open datasets...

TRANSFER HEADER TO LVS_DOWNLOAD_PATH.

Loop at table1 into table2. 
CONCATENATE V_STRING &amp;lt;FS_FIELD&amp;gt; INTO DATA(V_STRING) SEPARATED BY '|'.
 TRANSFER V_STRING TO LVS_DOWNLOAD_PATH.
ENDLOOP.
CLOSE DATASET LVS_DOWNLOAD_PATH.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Can sb help me align them properly.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Nov 2018 13:06:19 GMT</pubDate>
    <dc:creator>former_member2492</dc:creator>
    <dc:date>2018-11-12T13:06:19Z</dc:date>
    <item>
      <title>Align strings below each other</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721464#M33690</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am using open datasets to transfer a dynamic internal table into the folder.&lt;/P&gt;
  &lt;P&gt;However the fields are not properly aligned with each other like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/243337-screenshot-1.png" /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Open datasets...

TRANSFER HEADER TO LVS_DOWNLOAD_PATH.

Loop at table1 into table2. 
CONCATENATE V_STRING &amp;lt;FS_FIELD&amp;gt; INTO DATA(V_STRING) SEPARATED BY '|'.
 TRANSFER V_STRING TO LVS_DOWNLOAD_PATH.
ENDLOOP.
CLOSE DATASET LVS_DOWNLOAD_PATH.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Can sb help me align them properly.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 13:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721464#M33690</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2018-11-12T13:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Align strings below each other</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721465#M33691</link>
      <description>&lt;P&gt;Try to use CL_ABAP_CHAR_UTILITIES classe's: HORIZONTAL_TAB attribute for separating adjacent rows and CR_LF for a new line (row) insert at the end of each row.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 13:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721465#M33691</guid>
      <dc:creator>former_member2222</dc:creator>
      <dc:date>2018-11-12T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Align strings below each other</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721466#M33692</link>
      <description>&lt;P&gt;so I tried :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE header V_STRING INTO data(L_STRING) SEPARATED BY cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and it puts all in a horizontal line.&lt;/P&gt;&lt;P&gt;Please tell me how it should be correct in this case&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/align-strings-below-each-other/m-p/721466#M33692</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2018-11-12T14:22:45Z</dc:date>
    </item>
  </channel>
</rss>

