<?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: Regarding string operations and value alignment below heading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425012#M1244911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesnt work as the spaces will be given from last character of each value in first column and not from first character.And each value in first column doesnt has same length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Mar 2009 14:03:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-22T14:03:46Z</dc:date>
    <item>
      <title>Regarding string operations and value alignment below heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425008#M1244907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a requirement of sending the data in the form of table in mail thought me program.&lt;/P&gt;&lt;P&gt;Am sending the mail content form int table.&lt;/P&gt;&lt;P&gt;The issue is the table getting displayed like this(I used internal table of strings for this)-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name            |          Old value               |       New value                              --&amp;gt;Heading string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;_________________________________________________________________________&lt;/P&gt;&lt;P&gt;Description     |          Material for production of tractors  |  Material for tractors  --&amp;gt;value string1&lt;/P&gt;&lt;P&gt;weight               |       123   | 124                                                                   --&amp;gt;value string2&lt;/P&gt;&lt;P&gt;                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value 124 should have been well below New value.&lt;/P&gt;&lt;P&gt;In short am not able to arrange the values (Because of variable length of values)well below table field so that i can distinguish  various values in same row.Please guide me for this issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sanu debu on Mar 22, 2009 1:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 12:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425008#M1244907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T12:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding string operations and value alignment below heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425009#M1244908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use UNDER option.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;write:&lt;/P&gt;&lt;P&gt;  / 5 text-001(give text ele as carrid)&lt;/P&gt;&lt;P&gt;    10 text-002(give as connid)&lt;/P&gt;&lt;P&gt;loop at itab into fs_itab.&lt;/P&gt;&lt;P&gt;write: / fs_itab-carrid under text-001,&lt;/P&gt;&lt;P&gt;           fs_itab-connid under text-002.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 12:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425009#M1244908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T12:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding string operations and value alignment below heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425010#M1244909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is to be send through mail and not to be displayed on screen.so suggested solution isl not applicable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 13:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425010#M1244909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T13:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding string operations and value alignment below heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425011#M1244910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fix the lenth of each column by declaring it as character string. Concatenate each column values &lt;STRONG&gt;respecting spaces&lt;/STRONG&gt; and append the same in your internal table before passing to the function module for sending mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 13:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425011#M1244910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding string operations and value alignment below heading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425012#M1244911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesnt work as the spaces will be given from last character of each value in first column and not from first character.And each value in first column doesnt has same length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2009 14:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-string-operations-and-value-alignment-below-heading/m-p/5425012#M1244911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-22T14:03:46Z</dc:date>
    </item>
  </channel>
</rss>

