<?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: Show same field two times using a single internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449028#M1413417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tripod  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about the &lt;STRONG&gt;Select Query&lt;/STRONG&gt; Please be more clear with your Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jan 2010 11:54:38 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2010-01-16T11:54:38Z</dc:date>
    <item>
      <title>Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449027#M1413416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am preparing an ALV report. In this I need to show both customer &amp;amp; vendor information for same company code (ex: 0001).&lt;/P&gt;&lt;P&gt;Both customer name and vendor names field is NAME1 but tables are different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF IT_FINAL OCCURS 0,&lt;/P&gt;&lt;P&gt;          BUKRS TYPE BSEG-BUKRS,&lt;/P&gt;&lt;P&gt;          LIFNR TYPE LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;          NAME1 TYPE LFA1-NAME1,&lt;/P&gt;&lt;P&gt;          HKONT TYPE BSEG-HKONT,&lt;/P&gt;&lt;P&gt;          BELNR TYPE BSEG-BELNR,&lt;/P&gt;&lt;P&gt;          BUDAT TYPE BSAK-BUDAT,&lt;/P&gt;&lt;P&gt;          DMBTR TYPE BSEG-DMBTR,&lt;/P&gt;&lt;P&gt;          WAERS TYPE BKPF-WAERS,&lt;/P&gt;&lt;P&gt;         KUNNR TYPE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;         NAME2 TYPE KNA1-NAME1,&lt;/P&gt;&lt;P&gt;         BUKRS1 TYPE BSEG-BUKRS,&lt;/P&gt;&lt;P&gt;         HKONT1 TYPE BSEG-HKONT,&lt;/P&gt;&lt;P&gt;         BELNR1 TYPE BSEG-BELNR,&lt;/P&gt;&lt;P&gt;         BUDAT1 TYPE BSAK-BUDAT,&lt;/P&gt;&lt;P&gt;         DMBTR1 TYPE BSEG-DMBTR,&lt;/P&gt;&lt;P&gt;         WAERS1 TYPE BKPF-WAERS,&lt;/P&gt;&lt;P&gt;   END OF IT_FINAL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When vendors data are showing in the report, customer data are not coming.&lt;/P&gt;&lt;P&gt;Please tell me how can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tripod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 11:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449027#M1413416</guid>
      <dc:creator>former_member308418</dc:creator>
      <dc:date>2010-01-16T11:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449028#M1413417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Tripod  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about the &lt;STRONG&gt;Select Query&lt;/STRONG&gt; Please be more clear with your Question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 11:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449028#M1413417</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-01-16T11:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449029#M1413418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tell me is it possible to use same fields for both customer and vendor in same ALV report in the same grid? &lt;/P&gt;&lt;P&gt;If possible then how. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tripod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 12:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449029#M1413418</guid>
      <dc:creator>former_member308418</dc:creator>
      <dc:date>2010-01-16T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449030#M1413419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;In your case, if its not coming then wee need to look at the way u r populating ur final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please explain the process u hv followed so that we may help u further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 12:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449030#M1413419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-16T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449031#M1413420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just declare two fields in internal table say NAME1(customer), NAME2(Vendor).&lt;/P&gt;&lt;P&gt;Refer both to the dictionary types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While selecting the query use aliases like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select name1 from kna1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select name1 as name2 from lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2010 12:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449031#M1413420</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-16T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show same field two times using a single internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449032#M1413421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks a lot. My problem has been solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2010 04:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-same-field-two-times-using-a-single-internal-table/m-p/6449032#M1413421</guid>
      <dc:creator>former_member308418</dc:creator>
      <dc:date>2010-01-17T04:28:14Z</dc:date>
    </item>
  </channel>
</rss>

