<?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: ABAP list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526627#M1070013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a program which modify a purchase order with BAPI_PO_CHANGE and the result (stored into an internal table) i want to output the result as ABAP list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 10:06:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T10:06:50Z</dc:date>
    <item>
      <title>ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526624#M1070010</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;there is a function module or something which write an abap list according to some parameters like no of columns, etc ?&lt;/P&gt;&lt;P&gt;Writting an abap list with write instruction it is not so easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526624#M1070010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T09:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526625#M1070011</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;first tel me wat's ur requirement clearly. ABAP list means wat to display.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526625#M1070011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526626#M1070012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;DEL&gt;deleted code as it is not the requirement&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: gautham chakraverthi on Oct 3, 2008 3:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526626#M1070012</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-03T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526627#M1070013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a program which modify a purchase order with BAPI_PO_CHANGE and the result (stored into an internal table) i want to output the result as ABAP list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526627#M1070013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526628#M1070014</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;if u want to display normal output of a report like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: ur itab contains fields, EMPID, NAME, SALARY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;WRITE: ITAB-EMPID, ITAB-NAME, ITAB-SALARY.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in TOP-OF-PAGE event u display the titles like ur wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;And one more way is u can diaply ALV list foramt by using FM.&lt;/P&gt;&lt;P&gt;REUSE_ALV_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this first u have to create fieldcataulog and u have to pass ur ITAB to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526628#M1070014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526629#M1070015</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;You just want to display the internal table on screen?&lt;/P&gt;&lt;P&gt;Then use function module REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526629#M1070015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526630#M1070016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanx my friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i don't want to be forced to look for FM REUSE_ALV_LIST_DISPLAY documentation, this FM has a parameter where i can specify output type : ABAP list, SAP List Viewer, ...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 11:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526630#M1070016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526631#M1070017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; many thanx my friends,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; because i don't want to be forced to look for FM REUSE_ALV_LIST_DISPLAY documentation, this FM has a parameter where i can specify output type : ABAP list, SAP List Viewer, ...?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thank you again.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't want to be forced to look at the documentation? And how are you supposed to use that function in your program? By asking us to look at the documentation and write the program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 11:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526631#M1070017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T11:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526632#M1070018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no Maen Anachronos  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output the result is last step in my project... For me it would  take much more time to search in FM REUSE_ALV_LIST_DISPLAY  documentation and if someone know the answer i think that it would save a lot of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I had to look for FM REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 11:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526632#M1070018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T11:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526633#M1070019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'   THIS IS FOR GRID DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'   THIS IS FOR LIST DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV HAS MORE FUNCTIONALITY LIKE YOU ADD LOGO,COLOR SELECTED LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD OR DELETE  PF-STATUS ITEMS...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERACTIVE ALV LIKE BASIC AND SECONDARY LISTS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 04:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-list/m-p/4526633#M1070019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T04:29:55Z</dc:date>
    </item>
  </channel>
</rss>

