<?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 side by side.....!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797712#M653161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Normally u have an internal table like this.&lt;/P&gt;&lt;P&gt;  BNK        NET        VAL &lt;/P&gt;&lt;P&gt;  so it always print one by one down like this&lt;/P&gt;&lt;P&gt;  001          20            32 &lt;/P&gt;&lt;P&gt;  002         23             44 &lt;/P&gt;&lt;P&gt;  003         00             00 &lt;/P&gt;&lt;P&gt;  Now for your requriement u define a internal table like this.&lt;/P&gt;&lt;P&gt;    BNK1   NET1     VAL1    BNK2     NET2      VAL2  BNK3      NET3      VAL3&lt;/P&gt;&lt;P&gt;  then have your entries like this.&lt;/P&gt;&lt;P&gt;  001          20            32     002         23             44    003         00             00 &lt;/P&gt;&lt;P&gt;                 21            32                    24             44                  01             00 &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  And if you dont know how many values u will have sideways like BNK1, BNK2, .... then obviously u have to declare a structure and use a field symbol to hold the values for your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 05:26:05 GMT</pubDate>
    <dc:creator>former_member283648</dc:creator>
    <dc:date>2007-09-17T05:26:05Z</dc:date>
    <item>
      <title>Output side by side.....!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797709#M653158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we show output side by side? In ALV or Classic we pass the values of internal table and it shows output row wise,is it possible to show it side by side?&lt;/P&gt;&lt;P&gt;Selection Screen should be on BNK. If user inputs BNK : 001-012 the all three sets of value i.e BNK VAK NET should be displayed for 12 BNK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BNK  VAL  NET    BNK  VAL  NET   BNK  VAL NET &lt;/P&gt;&lt;P&gt;001    20     20       002    10    15     003    25    45&lt;/P&gt;&lt;P&gt;         10      05                20    25              12    03&lt;/P&gt;&lt;P&gt;                                      05    20              23    25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will Field Symbol does anything here??can anyone give some idea or any examlpe program????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797709#M653158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Output side by side.....!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797710#M653159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you create an internal table of the type you want.&lt;/P&gt;&lt;P&gt;So before displaying the output you can rearrange the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797710#M653159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Output side by side.....!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797711#M653160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may not understand properly.What happens in general,If my internal table have data looping it while dispaly it will dispaly one by one down-wisw. i have to show it side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BNK NET VAL    I  BNK     NET    VAL      I    BNK  NET    VAL&lt;/P&gt;&lt;P&gt;001   20    32      I  002        23      44        I     003   00        00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797711#M653160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Output side by side.....!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797712#M653161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Normally u have an internal table like this.&lt;/P&gt;&lt;P&gt;  BNK        NET        VAL &lt;/P&gt;&lt;P&gt;  so it always print one by one down like this&lt;/P&gt;&lt;P&gt;  001          20            32 &lt;/P&gt;&lt;P&gt;  002         23             44 &lt;/P&gt;&lt;P&gt;  003         00             00 &lt;/P&gt;&lt;P&gt;  Now for your requriement u define a internal table like this.&lt;/P&gt;&lt;P&gt;    BNK1   NET1     VAL1    BNK2     NET2      VAL2  BNK3      NET3      VAL3&lt;/P&gt;&lt;P&gt;  then have your entries like this.&lt;/P&gt;&lt;P&gt;  001          20            32     002         23             44    003         00             00 &lt;/P&gt;&lt;P&gt;                 21            32                    24             44                  01             00 &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  And if you dont know how many values u will have sideways like BNK1, BNK2, .... then obviously u have to declare a structure and use a field symbol to hold the values for your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797712#M653161</guid>
      <dc:creator>former_member283648</dc:creator>
      <dc:date>2007-09-17T05:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output side by side.....!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797713#M653162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i thought of field symbol. Can u send me some example code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-side-by-side/m-p/2797713#M653162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T05:41:13Z</dc:date>
    </item>
  </channel>
</rss>

