<?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 Problem with ALV using OOPs. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138187#M1620072</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 want to display the ALV in full screen using container(OOPs) .&lt;/P&gt;&lt;P&gt;I am using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lw_container TYPE REF TO cl_gui_custom_container,
        lw_grid TYPE REF TO cl_gui_alv_grid,
        g_container TYPE scrfname VALUE 'CHANGE'.


  IF lw_container IS INITIAL.
    CREATE OBJECT lw_container
      EXPORTING
        container_name = g_container.

    CREATE OBJECT lw_grid
      EXPORTING
        i_parent = lw_container.

    PERFORM fieldcat_alv_build.

    CALL METHOD lw_grid-&amp;gt;set_table_for_first_display
      EXPORTING
        i_structure_name = 'I_OUTPUT_ALV'
      CHANGING
        it_outtab        = I_OUTPUT_ALV[]
        it_fieldcatalog  = i_fieldcat[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have searched through the SDN but could not get the solution for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to make th ALV in fullscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Subha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Added code tags&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Aug 29, 2011 1:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2011 06:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-29T06:42:20Z</dc:date>
    <item>
      <title>Problem with ALV using OOPs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138187#M1620072</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 want to display the ALV in full screen using container(OOPs) .&lt;/P&gt;&lt;P&gt;I am using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lw_container TYPE REF TO cl_gui_custom_container,
        lw_grid TYPE REF TO cl_gui_alv_grid,
        g_container TYPE scrfname VALUE 'CHANGE'.


  IF lw_container IS INITIAL.
    CREATE OBJECT lw_container
      EXPORTING
        container_name = g_container.

    CREATE OBJECT lw_grid
      EXPORTING
        i_parent = lw_container.

    PERFORM fieldcat_alv_build.

    CALL METHOD lw_grid-&amp;gt;set_table_for_first_display
      EXPORTING
        i_structure_name = 'I_OUTPUT_ALV'
      CHANGING
        it_outtab        = I_OUTPUT_ALV[]
        it_fieldcatalog  = i_fieldcat[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have searched through the SDN but could not get the solution for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to make th ALV in fullscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Subha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Added code tags&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Aug 29, 2011 1:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138187#M1620072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ALV using OOPs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138188#M1620073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The container is adjusted using the screen painter. I think there are restrictions in displaying it in the full screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138188#M1620073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T06:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ALV using OOPs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138189#M1620074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the program :&lt;/P&gt;&lt;P&gt;BCALV_FULLSCREEN_GRID_EDIT.&lt;/P&gt;&lt;P&gt;BCALV_TEST_FULLSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use BCALV&lt;STRONG&gt;TEST&lt;/STRONG&gt;FULLSCREEN*  or  BCALV&lt;STRONG&gt;FULLSCREEN&lt;/STRONG&gt; --&amp;gt; also give programs related to Fullscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aravind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 07:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138189#M1620074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T07:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ALV using OOPs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138190#M1620075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you've built the fieldcatalog in the subroutine &lt;EM&gt;fieldcat_alv_build&lt;/EM&gt;, then you should not pass any value to the EXPORT'ing param &lt;EM&gt;i_structure_name&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove that param &amp;amp; check. If this doesn't help much, run an ALV consistency check &amp;amp; report your observations here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 07:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138190#M1620075</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-08-29T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ALV using OOPs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138191#M1620076</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 can increase the container size in  your screen., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;esle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of .,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating custom container, just create screen and activate it,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now instead of.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lw_container TYPE REF TO cl_gui_custom_container,
&amp;gt;         lw_grid TYPE REF TO cl_gui_alv_grid,
&amp;gt;         g_container TYPE scrfname VALUE 'CHANGE'.
&amp;gt; 
&amp;gt; 
&amp;gt;   IF lw_container IS INITIAL.
&amp;gt;     CREATE OBJECT lw_container
&amp;gt;       EXPORTING
&amp;gt;         container_name = g_container.
&amp;gt; 
&amp;gt;     CREATE OBJECT lw_grid
&amp;gt;       EXPORTING
&amp;gt;         i_parent = lw_container.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lw_container TYPE REF TO cl_gui_custom_container,
&amp;gt;         lw_grid TYPE REF TO cl_gui_alv_grid.         
&amp;gt; 
&amp;gt;     CREATE OBJECT lw_grid
&amp;gt;       EXPORTING
&amp;gt;         i_parent = cl_gui_custom_container=&amp;gt;screen0.   " standard screens  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 07:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-using-oops/m-p/8138191#M1620076</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-08-29T07:40:22Z</dc:date>
    </item>
  </channel>
</rss>

