<?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: clear dropdown listbox in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665725#M1288506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the F4 help..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"clear and refresh below internal table according to your condition

loop at i_evp.
   wa-key = i_evp-name.
   wa-text = i_evp-name.  append wa to itab.
endloop.

  CALL FUNCTION 'VRM_SET_VALUES'
       EXPORTING
            id              = 'P0001-ZZ_CHEVP'
            values          = itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;clear the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 16:52:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T16:52:50Z</dc:date>
    <item>
      <title>clear dropdown listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665724#M1288505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;i have one listbox for operations within order, if order is there then it shows it's operations in listbox and in other case if order is not there then also it shows previous valus and space value. so how to clear previous values from listbox when order not there.&lt;/P&gt;&lt;P&gt;waiting for reply..&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 16:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665724#M1288505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: clear dropdown listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665725#M1288506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the F4 help..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"clear and refresh below internal table according to your condition

loop at i_evp.
   wa-key = i_evp-name.
   wa-text = i_evp-name.  append wa to itab.
endloop.

  CALL FUNCTION 'VRM_SET_VALUES'
       EXPORTING
            id              = 'P0001-ZZ_CHEVP'
            values          = itab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;clear the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 16:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665725#M1288506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T16:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: clear dropdown listbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665726#M1288507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VRM_SET_VALUES     &lt;/P&gt;&lt;P&gt; The function module VRM_SET_VALUES is used to fill the value list associated with a List Box .This FM uses types which are declared in type group VRM. So &lt;/P&gt;&lt;P&gt;we should declare TYPE-POOLS VRM before using this FM.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Some important types declared in the VRM type group are&lt;/P&gt;&lt;P&gt;VRM_ID&lt;/P&gt;&lt;P&gt;   It refers to the name of the input/output field associated with list box&lt;/P&gt;&lt;P&gt;VRM_VALUES&lt;/P&gt;&lt;P&gt;  It refers to the internal table consisting of two fields TEXT(80C) and KEY(40)C&lt;/P&gt;&lt;P&gt;that will be used to create the list values.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;      ID                =  name of screen element ,it is of TYPE VRM_ID&lt;/P&gt;&lt;P&gt;      VALUES      =  internal table containing values,of TYPE VRM_VALUES  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 17:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-dropdown-listbox/m-p/5665726#M1288507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T17:38:00Z</dc:date>
    </item>
  </channel>
</rss>

