<?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 report example in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245423#M1985587</link>
    <description>&lt;P&gt;You can check out this thread similar question I see - &lt;A href="https://answers.sap.com/questions/4401178/abap-oo-example.html"&gt;https://answers.sap.com/questions/4401178/abap-oo-example.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;thanmd&lt;/P&gt;</description>
    <pubDate>Sun, 06 Sep 2020 05:39:52 GMT</pubDate>
    <dc:creator>shivamshukla12</dc:creator>
    <dc:date>2020-09-06T05:39:52Z</dc:date>
    <item>
      <title>ABAP report example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245422#M1985586</link>
      <description>&lt;P&gt;hi everybody ;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;I am a student and I want to train on making  alv reports, but I do not know the reporting requirements in real work i want alv report requirement.
thanks; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 06 Sep 2020 04:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245422#M1985586</guid>
      <dc:creator>former_member683694</dc:creator>
      <dc:date>2020-09-06T04:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP report example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245423#M1985587</link>
      <description>&lt;P&gt;You can check out this thread similar question I see - &lt;A href="https://answers.sap.com/questions/4401178/abap-oo-example.html"&gt;https://answers.sap.com/questions/4401178/abap-oo-example.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;thanmd&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 05:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245423#M1985587</guid>
      <dc:creator>shivamshukla12</dc:creator>
      <dc:date>2020-09-06T05:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP report example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245424#M1985588</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You should also check the new ALV IDA ( Integrated Data Access)  framework. You can find ample examples and demo reports under package "SALV_IDA_TEST" .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan Bhamidipati&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 12:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245424#M1985588</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2020-09-06T12:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP report example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245425#M1985589</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 &lt;STRONG&gt;SALV_DEMO*&lt;/STRONG&gt; are using the &lt;STRONG&gt;"Simple ALV for simple Tables" &lt;/STRONG&gt;with class CL_SALV_TABLE&lt;BR /&gt;Look for instance at report &lt;STRONG&gt;SALV_DEMO_TABLE_SIMPLE&lt;/STRONG&gt;, 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 &lt;EM&gt;BCALV_GENERATE_ALV_T_T2&lt;/EM&gt; (SE37)&lt;/LI&gt;&lt;LI&gt;Demo Reports starting with &lt;STRONG&gt;BCALV*&lt;/STRONG&gt; are using the more sophisticated &lt;STRONG&gt;"ALV List Viewer" &lt;/STRONG&gt;with class CL_GUI_ALV_GRID&lt;BR /&gt;Look for instance at report &lt;STRONG&gt;BCALV_GRID_DEMO&lt;/STRONG&gt;. &lt;BR /&gt;Use report &lt;EM&gt;BC_DATA_GENERATORTOP&lt;/EM&gt; (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 specific ALV functionalities.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 04:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245425#M1985589</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-09-07T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP report example</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245426#M1985590</link>
      <description>&lt;P&gt;You could also try Core Data Services CDS + UI Annotations for Fiori Elements, I think it has more future than SAPGUI based stuff.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report-example/m-p/12245426#M1985590</guid>
      <dc:creator>Szczerbowski</dc:creator>
      <dc:date>2020-09-07T13:23:46Z</dc:date>
    </item>
  </channel>
</rss>

