<?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: Table object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552136#M581265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do simple example. From&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.howforge.com/abap-4-example-code-alv-list-by-fm-reuse-alv-list-display" target="test_blank"&gt;http://www.howforge.com/abap-4-example-code-alv-list-by-fm-reuse-alv-list-display&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I copied code into my program but when I check errors (ctrl+F2) I receive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Field "&amp;#146;REUSE_ALV_LIST_DISPLAY&amp;#146;" is unknown. It is neither in one of	the specified tables nor defined by a "DATA" statement.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 12:50:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T12:50:02Z</dc:date>
    <item>
      <title>Table object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552134#M581263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. There's transaction FBL1N and FBL5N in SAP. It's output is a list of invoices. I have a question about that table in which list of invoices is displayed. Is this some kind of object like ALV_GRID? It looks like was made by WRITE statements, but it's very complex. For example we can sort content of table. And after click on some row the details about clicked invoice are shown. How can I create that object and fill it with my data? I'd be thankful for help. Greetings. P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 10:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552134#M581263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T10:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552135#M581264</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;The output is an ALV List and uses the function module  'REUSE_ALV_LIST_DISPLAY'.&lt;/P&gt;&lt;P&gt;It is called in function module FI_ITEMS_DISPLAY of program RFITEMAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some sample programs in SLIS package starting with BCALV*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552135#M581264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552136#M581265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do simple example. From&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.howforge.com/abap-4-example-code-alv-list-by-fm-reuse-alv-list-display" target="test_blank"&gt;http://www.howforge.com/abap-4-example-code-alv-list-by-fm-reuse-alv-list-display&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I copied code into my program but when I check errors (ctrl+F2) I receive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Field "&amp;#146;REUSE_ALV_LIST_DISPLAY&amp;#146;" is unknown. It is neither in one of	the specified tables nor defined by a "DATA" statement.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 12:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552136#M581265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552137#M581266</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;I copied the program and all the formatting is lost. After inserting all the line breaks I also got the same syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The quotes around the function module are bad characters. Just remove the single quote before and after the function module name and re-type the single quotes again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably have to remove and re-type all single quotes in the program. You are better off taking the BCALV* sample programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-object/m-p/2552137#M581266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:21:40Z</dc:date>
    </item>
  </channel>
</rss>

