<?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 Report Development using OOPs concept in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022557#M714577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudharshan,&lt;/P&gt;&lt;P&gt;please use these sample codes to understand about OOALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BC_ALV_GRID_CONTROL&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D100&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D210&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_HIER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BC_ALV_DEMO_HTML_D0100&lt;/P&gt;&lt;P&gt;BC_ALV_GRID_CONTROL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_D100&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_D210&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_HIER&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL_F01&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL_TOP&lt;/P&gt;&lt;P&gt;BC_ALVEXCELTOP&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D100&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D210&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_HIER&lt;/P&gt;&lt;P&gt;BC_ALVHIERTOP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For learning OOPS-ALV in every SAP their is transaction named ZALV&lt;/P&gt;&lt;P&gt;or try the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within&lt;/P&gt;&lt;P&gt;a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP&lt;/P&gt;&lt;P&gt;programs as detailed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.&lt;/P&gt;&lt;P&gt;The report checks the input value(s) semantically and provides protocol messages in case of error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to&lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:&lt;/P&gt;&lt;P&gt;(1) how to define a column for editable checkboxes for an attribute of your list&lt;/P&gt;&lt;P&gt;(2) how to evaluate the checked checkboxes&lt;/P&gt;&lt;P&gt;(3) how to switch between editable and non-editable checkboxes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV&lt;/P&gt;&lt;P&gt;Grid Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_08 This report implements an ALV Grid Control with an application specific F4 help. The following aspects&lt;/P&gt;&lt;P&gt;are dealt with:&lt;/P&gt;&lt;P&gt;(1) how to replace the standard f4 help&lt;/P&gt;&lt;P&gt;(2) how to pass the selected value to the ALV Grid Control&lt;/P&gt;&lt;P&gt;(3) how to build an f4 help, whose value range depend on a value of another cell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 11:26:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T11:26:07Z</dc:date>
    <item>
      <title>ALV Report Development using OOPs concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022556#M714576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;complete details of " ALV Report Development using OOPs concept".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022556#M714576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T10:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report Development using OOPs concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022557#M714577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudharshan,&lt;/P&gt;&lt;P&gt;please use these sample codes to understand about OOALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BC_ALV_GRID_CONTROL&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D100&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D210&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_HIER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BC_ALV_DEMO_HTML_D0100&lt;/P&gt;&lt;P&gt;BC_ALV_GRID_CONTROL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_D100&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_D210&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_HIER&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL_F01&lt;/P&gt;&lt;P&gt;BC_ALVEXCEL_SAP_TEMPL_TOP&lt;/P&gt;&lt;P&gt;BC_ALVEXCELTOP&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D100&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_D210&lt;/P&gt;&lt;P&gt;BC_ALVHIERGRID1_HIER&lt;/P&gt;&lt;P&gt;BC_ALVHIERTOP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For learning OOPS-ALV in every SAP their is transaction named ZALV&lt;/P&gt;&lt;P&gt;or try the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within&lt;/P&gt;&lt;P&gt;a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP&lt;/P&gt;&lt;P&gt;programs as detailed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.&lt;/P&gt;&lt;P&gt;The report checks the input value(s) semantically and provides protocol messages in case of error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to&lt;/P&gt;&lt;P&gt;implement the saving of the new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:&lt;/P&gt;&lt;P&gt;(1) how to define a column for editable checkboxes for an attribute of your list&lt;/P&gt;&lt;P&gt;(2) how to evaluate the checked checkboxes&lt;/P&gt;&lt;P&gt;(3) how to switch between editable and non-editable checkboxes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV&lt;/P&gt;&lt;P&gt;Grid Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_EDIT_08 This report implements an ALV Grid Control with an application specific F4 help. The following aspects&lt;/P&gt;&lt;P&gt;are dealt with:&lt;/P&gt;&lt;P&gt;(1) how to replace the standard f4 help&lt;/P&gt;&lt;P&gt;(2) how to pass the selected value to the ALV Grid Control&lt;/P&gt;&lt;P&gt;(3) how to build an f4 help, whose value range depend on a value of another cell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022557#M714577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report Development using OOPs concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022558#M714578</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;As Gokul said Refer the standard examples, that is the better way to learn the OOABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More example are below...&lt;/P&gt;&lt;P&gt;BCALV_GRID_01&lt;/P&gt;&lt;P&gt;BCALV_GRID_02&lt;/P&gt;&lt;P&gt;BCALV_GRID_03&lt;/P&gt;&lt;P&gt;BCALV_GRID_04&lt;/P&gt;&lt;P&gt;BCALV_GRID_05&lt;/P&gt;&lt;P&gt;BCALV_GRID_06&lt;/P&gt;&lt;P&gt;BCALV_GRID_07&lt;/P&gt;&lt;P&gt;BCALV_GRID_08&lt;/P&gt;&lt;P&gt;BCALV_GRID_09&lt;/P&gt;&lt;P&gt;BCALV_GRID_10&lt;/P&gt;&lt;P&gt;BCALV_GRID_11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check the below links for sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://erpgenie.com/abaptips/content/view/463/54/" target="test_blank"&gt;http://erpgenie.com/abaptips/content/view/463/54/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://erpgenie.com/abaptips/content/blogcategory/32/54/" target="test_blank"&gt;http://erpgenie.com/abaptips/content/blogcategory/32/54/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward each helpful answers.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 14:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022558#M714578</guid>
      <dc:creator>sreekanthgo</dc:creator>
      <dc:date>2007-10-30T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report Development using OOPs concept</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022559#M714579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudharshan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look at my sample reports (all of them beginning with &amp;lt;b&amp;gt;ZUS_SDN_...&amp;lt;/b&amp;gt;) mentioned in thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="393444"&gt;&lt;/A&gt;&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;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 17:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-development-using-oops-concept/m-p/3022559#M714579</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-10-30T17:35:09Z</dc:date>
    </item>
  </channel>
</rss>

