<?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 Clearing Container data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130726#M1189340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my requirement I am having 6 fields to be filled and a search button and a container area in which appropriate search data will be filled, after filling when the user clicks on any output data that should be filled in respective fields (one of the 6fields) then once the data is copied into filed the user clicks on the clear button to search for the next field data, I am able to fill the first field but after filling the data in the field when the user clicks on the clear button the data in the container is not getting filled i have called the method &lt;STRONG&gt;refresh_table_display&lt;/STRONG&gt; below is the test code for clear ucom, let me know if I am missing any thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
when 'CLEAR'.
DATA : R_REFRESH TYPE LVC_S_STBL.
  REFRESH: IT_KNA1[], IT_FLDCAT.

R_REFRESH  = IT_KNA1.
CALL METHOD object7-&amp;gt;refresh_table_display
  EXPORTING
    is_stable      = R_REFRESH
*    i_soft_refresh =
  EXCEPTIONS
    finished       = 1
    others         = 2
        .
IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.


CALL SCREEN 2000. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 04:57:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T04:57:06Z</dc:date>
    <item>
      <title>Clearing Container data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130726#M1189340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my requirement I am having 6 fields to be filled and a search button and a container area in which appropriate search data will be filled, after filling when the user clicks on any output data that should be filled in respective fields (one of the 6fields) then once the data is copied into filed the user clicks on the clear button to search for the next field data, I am able to fill the first field but after filling the data in the field when the user clicks on the clear button the data in the container is not getting filled i have called the method &lt;STRONG&gt;refresh_table_display&lt;/STRONG&gt; below is the test code for clear ucom, let me know if I am missing any thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
when 'CLEAR'.
DATA : R_REFRESH TYPE LVC_S_STBL.
  REFRESH: IT_KNA1[], IT_FLDCAT.

R_REFRESH  = IT_KNA1.
CALL METHOD object7-&amp;gt;refresh_table_display
  EXPORTING
    is_stable      = R_REFRESH
*    i_soft_refresh =
  EXCEPTIONS
    finished       = 1
    others         = 2
        .
IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.


CALL SCREEN 2000. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130726#M1189340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Container data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130727#M1189341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u wan that on clicking the clear button the data in the container is to be cleared, then think u can call the method FREE of the class CL_GUI_CUSTOM_CONTAINER.plz chk it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130727#M1189341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Container data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130728#M1189342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply but this is not working, is there any other way to do that.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130728#M1189342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing Container data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130729#M1189343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk if this link helps:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1809329"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-container-data/m-p/5130729#M1189343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:45:02Z</dc:date>
    </item>
  </channel>
</rss>

