<?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: Problem in Screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335171#M1032795</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;Change the screen filed length 4 char to 30 char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;SEK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 14:48:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T14:48:55Z</dc:date>
    <item>
      <title>Problem in Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335169#M1032793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abappers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen field which is a drop down box and refers to the dictionary element Infotype which is of 4 characters in length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of showing Infotypes in that box i have to show infotype text.&lt;/P&gt;&lt;P&gt;I select the Infotype text against the infotype from table T582S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I move the Infotype text into drop down box, it only shows the first four characters of the text as it is of 4 char length only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display the whole Infotype text into that same drop down box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 14:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335169#M1032793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T14:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335170#M1032794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens because system assume that the first four characters are the Key in the dropdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before moving the description to the table of the dropdown box, concatenate the values with the description and append into the table for dropdown box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display keys along with the values in the drop down box:&lt;/P&gt;&lt;P&gt;Go to Customize Local Layouts (very last button , next to help on any screen)&lt;/P&gt;&lt;P&gt;Select Options&lt;/P&gt;&lt;P&gt;Select Experts tab&lt;/P&gt;&lt;P&gt;select the checkbox "Show Keys in All Drop Down list"&lt;/P&gt;&lt;P&gt;select the checkbox "Sort Item by Key". This will help you when you have more values in the dropdown.&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;Naimesh Patel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 14:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335170#M1032794</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-26T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335171#M1032795</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;Change the screen filed length 4 char to 30 char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;SEK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 14:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335171#M1032795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335172#M1032796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What table you are talking about.&lt;/P&gt;&lt;P&gt;I am concatenating the two variables into the third one and passes it to the screen element.&lt;/P&gt;&lt;P&gt;But it is showing the Infotype(INFTY) now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 15:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-screen-fields/m-p/4335172#M1032796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T15:48:08Z</dc:date>
    </item>
  </channel>
</rss>

