<?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 Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847066#M1133623</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 think you are taking 30 characters in your text element. Just increase it to 40 or something.&lt;/P&gt;&lt;P&gt;Just see this code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:chck1 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(50) text-p02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:chck2 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(50) text-p02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 09:19:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-04T09:19:55Z</dc:date>
    <item>
      <title>Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847062#M1133619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a checkbox for which i need to add the text "Include Special stock Consignment (cust.)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from the selection-text i am able to add the text "Include Special stock Consignm".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to add the whole text to the checkbox? I tried using SELECTION-SCREEN COMMENT stmt, but i did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847062#M1133619</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-12-04T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847063#M1133620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use the following code.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:c_chck as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(70) text-004 FOR FIELD c_chck.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt; and put ur text inside the text element 004.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847063#M1133620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847064#M1133621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END   OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION pos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT fmt name. &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;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847064#M1133621</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2008-12-04T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847065#M1133622</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;Have the whole statement Include Special stock Consignment (cust.).... in two selection text, say text-001 and text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate both these into a string variable and use that to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847065#M1133622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847066#M1133623</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 think you are taking 30 characters in your text element. Just increase it to 40 or something.&lt;/P&gt;&lt;P&gt;Just see this code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:chck1 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(50) text-p02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:chck2 as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(50) text-p02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847066#M1133623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847067#M1133624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code:&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(50) C1.&lt;/P&gt;&lt;P&gt;PARAMETER: a type c.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;C1 =  'Include Special stock Consignment (cust.)'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847067#M1133624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847068#M1133625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Just see this example,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:c_chck as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(70) &lt;STRONG&gt;text-004&lt;/STRONG&gt; FOR FIELD c_chck.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just double click on above bold text symbol "text-004" and then you write the text what ever you want but max no of character are 68.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/4847068#M1133625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:49:09Z</dc:date>
    </item>
  </channel>
</rss>

