<?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: Output issue internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831109#M1784032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;I think it's not possible to accomplish that with that way. Why don't use just one column for ACTIF and PASSIF both and other for MTA/MTP value? Then you would get something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACT_PAS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTA_MTP&lt;/P&gt;&lt;P&gt;A3500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 322780213&lt;/P&gt;&lt;P&gt;A3900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 121378 -&lt;/P&gt;&lt;P&gt;P1010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12303 -&lt;/P&gt;&lt;P&gt;P1200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1369044&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 13:59:05 GMT</pubDate>
    <dc:creator>vladimir_erakovic</dc:creator>
    <dc:date>2013-11-05T13:59:05Z</dc:date>
    <item>
      <title>Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831105#M1784028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with an internal table after the followinf loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt; wa_bilan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;AT&lt;/SPAN&gt; wt_data &lt;SPAN class="L0S52"&gt;ASSIGNING&lt;/SPAN&gt; &amp;lt;fs_data&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF&lt;/SPAN&gt; &amp;lt;fs_data&amp;gt;-y_rmaccnt(&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;) = &lt;SPAN class="L0S33"&gt;'A'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-actif = &amp;lt;fs_data&amp;gt;-y_rmaccnt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-mta = &amp;lt;fs_data&amp;gt;-deb_cre_lc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ELSEIF&lt;/SPAN&gt; &amp;lt;fs_data&amp;gt;-y_rmaccnt(&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;) = &lt;SPAN class="L0S33"&gt;'P'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-passif = &amp;lt;fs_data&amp;gt;-y_rmaccnt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-mtp = &amp;lt;fs_data&amp;gt;-deb_cre_lc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND&lt;/SPAN&gt; wa_bilan&amp;nbsp; &lt;SPAN class="L0S52"&gt;TO&lt;/SPAN&gt; wt_bilan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt; wa_bilan .&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode, my internal table looks as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.hostingpics.net/viewer.php?id=717481CopiedeSanstitre.png" title="http://www.hostingpics.net/viewer.php?id=717481CopiedeSanstitre.png"&gt;http://www.hostingpics.net/viewer.php?id=717481CopiedeSanstitre.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do to display it as follwing (all in the same line):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.hostingpics.net/viewer.php?id=703578Sanstitre.png" title="http://www.hostingpics.net/viewer.php?id=703578Sanstitre.png"&gt;http://www.hostingpics.net/viewer.php?id=703578Sanstitre.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : Sorry i can't display directly the pictures on my question&lt;/P&gt;&lt;P&gt;&lt;IMG alt="http://www.hostingpics.net/viewer.php?id=717481CopiedeSanstitre.png" class="jive-image" src="http://www.hostingpics.net/viewer.php?id=717481CopiedeSanstitre.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831105#M1784028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T13:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831106#M1784029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that I can't see these.&amp;nbsp; I suppose that many can't.&amp;nbsp; Perhaps you could just talk us through the descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831106#M1784029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831107#M1784030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;Try below logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Assuming it_final is your final internal table.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;ASSIGNING &lt;/SPAN&gt;&amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;&amp;lt;wa_final_temp&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;&amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wa_final_temp&amp;gt; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;wa_final_temp&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;actif&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&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;&amp;nbsp; &amp;lt;wa_final_temp&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mta&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;&amp;lt;wa_final_temp&amp;gt; &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final_temp&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&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;&amp;nbsp; &amp;lt;wa_final&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_final_temp &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831107#M1784030</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-05T13:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831108#M1784031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Neal,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The display is as following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 2.75pt;" width="320"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;ACTIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;MTA&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;PASSIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;MTP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;24&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like it as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 2.75pt;" width="320"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;ACTIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;MTA&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;PASSIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;MTP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;A300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;P300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 3.5pt 0 3.5pt;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; text-align: center;"&gt;&lt;SPAN style="color: black;"&gt;24&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, if you want to see the picture just copy/past the url in your browser. I have an issue with my computer this is why I couldn’t upload the pictures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831108#M1784031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831109#M1784032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;I think it's not possible to accomplish that with that way. Why don't use just one column for ACTIF and PASSIF both and other for MTA/MTP value? Then you would get something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACT_PAS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTA_MTP&lt;/P&gt;&lt;P&gt;A3500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 322780213&lt;/P&gt;&lt;P&gt;A3900&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 121378 -&lt;/P&gt;&lt;P&gt;P1010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12303 -&lt;/P&gt;&lt;P&gt;P1200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1369044&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831109#M1784032</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-11-05T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831110#M1784033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not working. I get short dump GETWA_NOT_ASSIGNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831110#M1784033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831111#M1784034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I absolutly need this output. I think it possible but i have to find the way to do it &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831111#M1784034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831112#M1784035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok let me think. Is there any connection between &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;ACTIF and PASSIF&lt;/SPAN&gt;? How to know in which row to add which value? Or it doesn't matter, they just going one after another?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831112#M1784035</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-11-05T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831113#M1784036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dispatch is like following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actif = Assets (first digit is A)&lt;/P&gt;&lt;P&gt;Passif = Liabilities (first digit P)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831113#M1784036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831114#M1784037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;Check below sample code:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col3 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_final_temp &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_final &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_final_temp &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;t_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Before Aligning'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ULINE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col1&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col2&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it_final_temp[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_final[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DELETE &lt;/SPAN&gt;it_final_temp &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;col3 &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DELETE &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;col3 &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_final_temp&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_final_temp &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_final_temp &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_final_temp&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ULINE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'After Aligning'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ULINE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col1&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col2&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;col3&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/314778" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831114#M1784037</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-05T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831115#M1784038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but is there a logic between them, like a100 goes with p100 or a320 goes with p320? What define one complete entry? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831115#M1784038</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-11-05T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831116#M1784039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;I think now you can make required modifications in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like below:&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;AT &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;INTO &lt;/SPAN&gt;wa_final&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;: &lt;/SPAN&gt;wa_final_temp&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;CONCATINATE: 'P' wa_final-ACTIF+1(3) INTO lv_key. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;CONDENSE lv_key.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;TABLE &lt;/SPAN&gt;it_final_temp &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;INTO &lt;/SPAN&gt;wa_final_temp WITH KEY passif = lv_key&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-style: inherit; font-family: inherit;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; wa_final&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;col3 &lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;wa_final_temp&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;col3&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;MODIFY &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;FROM &lt;/SPAN&gt;wa_final &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;INDEX &lt;/SPAN&gt;sy&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's clear now...&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831116#M1784039</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-05T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831117#M1784040</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;Must be required linkage between ACTIF and PASSIF.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to fill your internal table with the below condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A (100 ) = P(100).&lt;/P&gt;&lt;P&gt;A(200) = P(200)&lt;/P&gt;&lt;P&gt;A(300) = P(300).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Acitf&lt;/P&gt;&lt;P&gt;P- Passif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which database tables are you using to extract the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831117#M1784040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831118#M1784041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your very helpful answers.&lt;/P&gt;&lt;P&gt;I tried the following code based on your explanations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;LOOP&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;AT&lt;/SPAN&gt; wt_bilan &lt;SPAN class="L1S52"&gt;INTO&lt;/SPAN&gt; wa_bilan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt;: wa_bilan_temp.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*CONCATeNATE: 'P' wa_bilan-ACTIF+1(3) INTO lv_key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*CONDENSE lv_key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;READ&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TABLE&lt;/SPAN&gt; wt_bilan_temp &lt;SPAN class="L1S52"&gt;INTO&lt;/SPAN&gt; wa_bilan_temp &lt;SPAN class="L1S52"&gt;INDEX&lt;/SPAN&gt; sy-tabix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc = &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-passif = wa_bilan_temp-passif.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bilan-mtp = wa_bilan_temp-mtp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;MODIFY&lt;/SPAN&gt; wt_bilan &lt;SPAN class="L1S52"&gt;FROM&lt;/SPAN&gt; wa_bilan &lt;SPAN class="L1S52"&gt;INDEX&lt;/SPAN&gt; sy-tabix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDLOOP&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks to work fine. But i didn't get the :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*CONCATeNATE: 'P' wa_bilan-ACTIF+1(3) INTO lv_key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*CONDENSE lv_key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;The code works whithout those lines, could you explain please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;Amine&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831118#M1784041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T15:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831119#M1784042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is collect statement an option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831119#M1784042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831120#M1784043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Amine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As everyone is asking for the link between two fields without it it wont work. Because you wont know which pasif to assign which activ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nabheet&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831120#M1784043</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-05T15:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831121#M1784044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;I have written those statements assuming:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 2.75pt; border: 0px; font-size: 12px; background-color: #ffffff; color: #333333;" width="320"&gt;&lt;TBODY style="font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;ACTIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTA&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;PASSIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-right-width: 1pt; border-bottom-width: 1pt; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;24&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if value of field ACTIF is 'A100' then value of PASSIF should be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASSIF = 1st character (P) + last 3 characters of field ACTIF.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P + 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear now.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let me know if you need more clarification.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831121#M1784044</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-05T15:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831122#M1784045</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;Try with the below temporary code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES: &lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_test ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; actif&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;5&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;),&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; passif&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;5&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;),&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mta&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;),&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mtp&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;),&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_test.&lt;BR /&gt; .&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA : &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_test &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;HEADER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA :&amp;nbsp; &lt;/SPAN&gt;it_temp &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_test &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;HEADER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;actif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'A100'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mta&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'10'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;actif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'A200'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mta&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'15'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;actif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'A300'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mta&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'30'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'P100'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'10'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'P200'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'28'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'P300'.&lt;/SPAN&gt;&lt;BR /&gt; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'24'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;BR /&gt; it_temp[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_final[].&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DELETE &lt;/SPAN&gt;it_final[] &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;passif &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; actif &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_final.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_temp &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;KEY &lt;/SPAN&gt;passif+1&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;actif+1&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_temp&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;passif.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_temp&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtp.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;it_final &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;passif mtp.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;it_final.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Kiran.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831122#M1784045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831123#M1784046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Ok, but it was only an example.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thee is no link between Actif and Passif&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Data could be as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 2.75pt; border: 0px; font-size: 12px; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); width: 320px;"&gt;&lt;TBODY style="font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;ACTIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTA&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;PASSIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P999&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P4444&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831123#M1784046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-05T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output issue internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831124#M1784047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for your clarification.&lt;/P&gt;&lt;P&gt;Question: &lt;/P&gt;&lt;P&gt;Does first value of PASSIF needs to be added to the first row(not heading line) of below table and second value of PASSIF to 2nd line so on? If this is the case use my first logic else there should be some link to how to assign values of PASSIF and MTP to the initial rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 2.75pt; border: 0px; font-style: inherit; font-size: 12px; font-family: inherit; background-color: #ffffff; color: #333333;"&gt;&lt;TBODY style="font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;ACTIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTA&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;PASSIF&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;MTP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A100&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A200&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;A300&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P999&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;P4444&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center" style="margin-bottom: 0.0001pt; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border: 1pt solid windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;P align="center"&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding: 0 3.5pt; border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-right-color: windowtext; border-bottom-color: windowtext; font-style: inherit; font-family: inherit;" valign="bottom" width="80"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly confirm.&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 15:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-issue-internal-table/m-p/9831124#M1784047</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-05T15:43:32Z</dc:date>
    </item>
  </channel>
</rss>

