<?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: selection screen-increaseing variable name length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133892#M1189946</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;Selction-screen element's label you can have max "30 Char" .&lt;/P&gt;&lt;P&gt;so goto&lt;DEL&gt;&amp;gt;selection texts&lt;/DEL&gt;&amp;gt; &amp;lt;give the max 30 char label&amp;gt;&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;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 07:33:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-23T07:33:29Z</dc:date>
    <item>
      <title>selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133885#M1189939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i inrease the number of characters in variable name of selection screen.... default is 8..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133885#M1189939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133886#M1189940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't increase the number of characters.&lt;/P&gt;&lt;P&gt;8 is the maximum number not a default number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133886#M1189940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133887#M1189941</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;U can't increase the length of the variable more than 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133887#M1189941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133888#M1189942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;srry...actually its the label... can the lenght of the label be changed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133888#M1189942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133889#M1189943</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;use the below statements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(33) text-s06.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_ifile TYPE rlgrap-filename OBLIGATORY.   "Input file name&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133889#M1189943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133890#M1189944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, you can change it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133890#M1189944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133891#M1189945</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;u can use comment in selectio screen&lt;/P&gt;&lt;P&gt;PARAMETERS : px_freml AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 5(27) text-100 FOR FIELD px_freml.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133891#M1189945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133892#M1189946</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;Selction-screen element's label you can have max "30 Char" .&lt;/P&gt;&lt;P&gt;so goto&lt;DEL&gt;&amp;gt;selection texts&lt;/DEL&gt;&amp;gt; &amp;lt;give the max 30 char label&amp;gt;&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;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 07:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133892#M1189946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen-increaseing variable name length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133893#M1189947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neha is right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 13:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-increaseing-variable-name-length/m-p/5133893#M1189947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-10T13:53:42Z</dc:date>
    </item>
  </channel>
</rss>

