<?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: Error in drop-down list. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625928#M873543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a look at the MIGO transaction. I saw the drop-down lists without a blank line. So, I am assuming that it is possible to have it without blank lines.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divyaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 11:21:16 GMT</pubDate>
    <dc:creator>former_member202335</dc:creator>
    <dc:date>2008-04-17T11:21:16Z</dc:date>
    <item>
      <title>Error in drop-down list.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625926#M873541</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 have created a drop-down list in my screen and the list is supposed to display 4 values. However, in addition to those 4 values, I also get a blank value in the end. I have not been able to figure out why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list is being populated using the following code: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Load PT status to screen.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      SELECT status status_txt&lt;/P&gt;&lt;P&gt;        FROM zptp_rcd_status&lt;/P&gt;&lt;P&gt;        INTO CORRESPONDING FIELDS OF TABLE p_status_filter&lt;/P&gt;&lt;P&gt;        WHERE sprsl = sy-langu&lt;/P&gt;&lt;P&gt;        AND   status &amp;lt;&amp;gt; zrcd_pt_st_completed&lt;/P&gt;&lt;P&gt;        AND   status &amp;lt;&amp;gt; zrcd_pt_st_reversed.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        MESSAGE e024.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Error getting purchase ticket status&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ENDIF.&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  = 'STATUS'&lt;/P&gt;&lt;P&gt;          value_org = 'S'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          value_tab = p_status_filter&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS    = 1.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        MESSAGE e024.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Error getting purchase ticket status&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the internal table p_status_filter and it contains only the 4 values that are supposed to be displayed (No blank lines). Also, it doesn't contain a header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, drop-down list in the UI has the following screen attributes: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name       ZPTP_RCD_PT_HEADER-STATUS&lt;/P&gt;&lt;P&gt;Type         I/O&lt;/P&gt;&lt;P&gt;Line          1 &lt;/P&gt;&lt;P&gt;Column     115&lt;/P&gt;&lt;P&gt;Deflg          20&lt;/P&gt;&lt;P&gt;VisLg         22&lt;/P&gt;&lt;P&gt;Height         1&lt;/P&gt;&lt;P&gt;Scrollable    not checked&lt;/P&gt;&lt;P&gt;Format        numc&lt;/P&gt;&lt;P&gt;Input           checked&lt;/P&gt;&lt;P&gt;Output        checked&lt;/P&gt;&lt;P&gt;Output only unchecked&lt;/P&gt;&lt;P&gt;Dict Field    checked&lt;/P&gt;&lt;P&gt;Dict Modified X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know on the possible causes for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Divyaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 09:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625926#M873541</guid>
      <dc:creator>former_member202335</dc:creator>
      <dc:date>2008-04-17T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in drop-down list.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625927#M873542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is always a blank line when you have a drop down list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625927#M873542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in drop-down list.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625928#M873543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a look at the MIGO transaction. I saw the drop-down lists without a blank line. So, I am assuming that it is possible to have it without blank lines.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divyaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 11:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625928#M873543</guid>
      <dc:creator>former_member202335</dc:creator>
      <dc:date>2008-04-17T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in drop-down list.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625929#M873544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The way to remove the blank value is make the field compulsory. I discovered this accidentally recently.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Divyaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 04:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-drop-down-list/m-p/3625929#M873544</guid>
      <dc:creator>former_member202335</dc:creator>
      <dc:date>2008-05-26T04:24:38Z</dc:date>
    </item>
  </channel>
</rss>

