<?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: ALV using OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228878#M1984262</link>
    <description>&lt;P&gt;Have a look to the demo programs starting with SALV_DEMO...&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2020 09:32:34 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2020-09-07T09:32:34Z</dc:date>
    <item>
      <title>ALV using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228876#M1984260</link>
      <description>&lt;P&gt;Hi experts, I have basic idea about alv report. Now I want to learn alv using OOPS concept.&lt;/P&gt;
  &lt;P&gt;Please guide me &lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228876#M1984260</guid>
      <dc:creator>former_member849899</dc:creator>
      <dc:date>2020-09-07T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228877#M1984261</link>
      <description>&lt;P&gt;Hi and welcome to
the SAP Community!&lt;/P&gt;&lt;P&gt;Thank
you for visiting SAP Community to get answers to your questions. Since you're
asking a question here for the first time, I recommend that you familiarize
yourself with &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;
(if you haven't already), as it provides tips for preparing questions that draw
responses from our members. For example, you can outline what steps you took to
find answers (and why they weren't helpful) and share screenshots of what
you've seen/done. The more details you provide, the more likely it is that
members will be able to assist you.&lt;/P&gt;&lt;P&gt;Should
you wish, you can revise your question by selecting Actions, then Edit
(although once someone answers your question, you'll lose the ability to edit
the question -- but if that happens, you can leave more details in a comment).&lt;/P&gt;&lt;P&gt;Finally,
if you're hoping to connect with readers, please consider adding a picture to
your profile. Here's how you do it: &lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;.
By personalizing your profile with a photo of you, you encourage readers to
respond.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julia
SAP Community Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228877#M1984261</guid>
      <dc:creator>former_member30</dc:creator>
      <dc:date>2020-09-07T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228878#M1984262</link>
      <description>&lt;P&gt;Have a look to the demo programs starting with SALV_DEMO...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228878#M1984262</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-09-07T09:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228879#M1984263</link>
      <description>&lt;P&gt;First learn to search the Web:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;learn alv using OOPS concept site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228879#M1984263</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-09-07T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228880#M1984264</link>
      <description>&lt;P&gt;There are lots of demo reports available for ALV. You can access them through transaction SE38. Run those programms, play around, and analyse
the coding. Use those reports as a starting point to build your own ALV reports:&lt;/P&gt;
					
						
							&lt;UL&gt;&lt;LI&gt;Demo Reports starting with SALV_DEMO* are using the "Simple ALV for simple Tables" with class CL_SALV_TABLE
Look for instance at report SALV_DEMO_TABLE_SIMPLE, which gives you three examples how to use SALV&lt;BR /&gt;In order to get actual data for the demo reports, run function module BCALV_GENERATE_ALV_T_T2 (SE37)&lt;/LI&gt;&lt;/UL&gt;
							&lt;UL&gt;&lt;LI&gt;Demo Reports starting with BCALV* are using the more sophisticated "ALV List Viewer" with class CL_GUI_ALV_GRID&lt;BR /&gt;Look for instance at report BCALV_GRID_DEMO. &lt;BR /&gt;Use report BC_DATA_GENERATORTOP (SE38) to fill the example SFLIGHT tables with data &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There are many more examples for very specic ALV functionalities. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 11:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-oops/m-p/12228880#M1984264</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-09-07T11:07:57Z</dc:date>
    </item>
  </channel>
</rss>

