<?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: How to implement a dropdown listbox using screen painter. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092065#M101046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot for posting it. It has worked for me.&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;sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 11:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-13T11:51:36Z</dc:date>
    <item>
      <title>How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092056#M101037</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 am trying to define and use a dropdown listbox on screen created with screen painter. I have no previous experience with the screen painter so it's have been difficult for me to do it. I have been reading previous post in this forum on that topic and try to use some of the examples given, but none of them seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to use the example of the program DEMO_DROPDOWN_LIST_BOX but the listbox remains empty. It seems to me that all of the examples given assumes that there is something else that I should know but in this case (believe me) I don't have an idea of what it is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the example using the function 'F4IF_INT_TABLE_VALUE_REQUEST' and the program gives no error but the listbox doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does I get the values of the listbox?&lt;/P&gt;&lt;P&gt;How I can fill the listbox with them?&lt;/P&gt;&lt;P&gt;I just need a generic example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Orlando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2005 20:59:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092056#M101037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-17T20:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092057#M101038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  You initially have to convert the field to list box in the Screen Painter. You can do it by changing the attributes of the field(check attributes box, by double clickin on the field in SE51). Now in the POV (Process on Value event) populate the records for the Field. Now you run the program to view the list box with values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2005 21:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092057#M101038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-17T21:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092058#M101039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did convert the field to a listbox but the example I found it uses a &amp;lt;b&amp;gt;'Process on Value-Request'&amp;lt;/b&amp;gt; not &amp;lt;b&amp;gt;'Process on Value Event'&amp;lt;/b&amp;gt; as you told me. What's the difference beetwen them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that I have created that process, What do I do next? Exactly how I get the values in the listbox? Is necesary to call a particular function to do that? If so wich one?&lt;/P&gt;&lt;P&gt;Does I have to create an external table and fill the values prior to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I have too many questions and fewer answers. &lt;/P&gt;&lt;P&gt;Anyway I really appreciate your help.&lt;/P&gt;&lt;P&gt;Thanks very much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orlando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2005 21:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092058#M101039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-17T21:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092059#M101040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi O. Rivera,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I assume that you have created the &lt;/P&gt;&lt;P&gt;   field on the screen (and assigned as LISTBOX)&lt;/P&gt;&lt;P&gt;   Suppose the field name is MYLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (We will take an example &lt;/P&gt;&lt;P&gt;   to show BUKRS from T001.&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Goto PAI of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. After PAI, write this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;  FIELD mylist MODULE abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Double click on abc&lt;/P&gt;&lt;P&gt;   and create a new module abc.&lt;/P&gt;&lt;P&gt;  like this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODULE abc INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;         bukrs LIKE t001-bukrs,&lt;/P&gt;&lt;P&gt;         END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM t001 INTO CORRESPONDING FIELDS OF TABLE itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      retfield        = 'BUKRS'&lt;/P&gt;&lt;P&gt;      value_org       = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab       = itab&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      parameter_error = 1&lt;/P&gt;&lt;P&gt;      no_values_found = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " abc  INPUT&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Activate Everything and execute.&lt;/P&gt;&lt;P&gt;6. I just now tried this at my end&lt;/P&gt;&lt;P&gt;   and it works perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Just go thru the code&lt;/P&gt;&lt;P&gt;   and u will understand the workings behind it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 07:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092059#M101040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T07:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092060#M101041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this Demo &amp;lt;b&amp;gt;RSDEMO_DROPDOWN_LISTBOX&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;using VRM_SET_VALUES you can do that ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;****dropdown list data
DATA: NAME  TYPE VRM_ID,
      LIST  TYPE VRM_VALUES,
      VALUE LIKE LINE OF LIST.


  VALUE-KEY = '1'.
  VALUE-TEXT = 'List'.
  APPEND VALUE TO LIST.
  VALUE-KEY = '2'.
  VALUE-TEXT = 'Sell'.
  APPEND VALUE TO LIST.
  VALUE-KEY = '3'.
  VALUE-TEXT = 'List w/ Sell'.
  APPEND VALUE TO LIST.
  VALUE-KEY = '4'.
  VALUE-TEXT = 'Sell w/ List'.
  APPEND VALUE TO LIST.
   CLEAR VALUE.


 NAME = 'IT_TC-ITEM'.
  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      ID     = NAME
      VALUES = LIST.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 07:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092060#M101041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T07:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092061#M101042</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;Pls reward points if any answers &lt;/P&gt;&lt;P&gt;have been helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 10:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092061#M101042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092062#M101043</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;Try with FM VRM_SET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 10:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092062#M101043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T10:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092063#M101044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vara,&lt;/P&gt;&lt;P&gt;Other day i had SAP2007A B1 certification exam and i found tonne's of question related to Screen Painter as am a QA tester no knowledge on this topic so am just wondering from where should i get detail explanation what is Screen Painter...How it works and why we implement and all...Any help would certainly be appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akhtar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 18:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092063#M101044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092064#M101045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried dudlas code snippet..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only see one value in my drop down lust...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't know why..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 12:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092064#M101045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement a dropdown listbox using screen painter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092065#M101046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot for posting it. It has worked for me.&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;sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-a-dropdown-listbox-using-screen-painter/m-p/1092065#M101046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-13T11:51:36Z</dc:date>
    </item>
  </channel>
</rss>

