<?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 comment..getting error...! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064644#M1176759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I splitted the perticuler text, &lt;/P&gt;&lt;P&gt;&amp;gt; and displyed in two lines...as its not possible with in the frame.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ---Naveen Inuganti&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, Naveen you can Splite the Lable on two line using Frame too, Please test the following Sample Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE ftext.
SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS p1 TYPE c AS CHECKBOX USER-COMMAND aaa.
SELECTION-SCREEN: COMMENT 10(31) text1.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS p2 TYPE c AS CHECKBOX USER-COMMAND aaa.
SELECTION-SCREEN: COMMENT 10(31) text2.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK a.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-name = 'P2'.
      screen-active = '0'.
      screen-invisible = '1'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

INITIALIZATION.
  ftext = 'Frame'.
  text1 = 'Line 1 Lable'.
  text2 = 'Line 2 Lable'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Feb 2009 09:58:27 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-02-01T09:58:27Z</dc:date>
    <item>
      <title>selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064626#M1176741</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;My code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN COMMENT 80(2) text-027&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Which I am getting with above syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;The specified offset "80" is too large (maximum:79)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: How to slove this? and here I need that text 27 is in greater than 80th position only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064626#M1176741</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-29T06:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064627#M1176742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;give the selection screen parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064627#M1176742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064628#M1176743</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;The maximum length to display text on the selection screen is 80 chars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064628#M1176743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064629#M1176744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parameter is one check box , here i am trying to display the text for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we can'nt able to adjust the screen offset here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064629#M1176744</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-29T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064630#M1176745</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;You can specify the width of your selection screen. &lt;/P&gt;&lt;P&gt;Add the LINE-SIZE option to your REPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064630#M1176745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064631#M1176746</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;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(33) text-s04.            " Specify source of input file
PARAMETERS: p_floc TYPE pp0c-test AS CHECKBOX DEFAULT c_x.    
SELECTION-SCREEN COMMENT 38(15) text-s05.           " SAP file server
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064631#M1176746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064632#M1176747</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;Also let me know how to draw a horizontal line in the selection screen block?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.Inuganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064632#M1176747</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-29T06:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064633#M1176748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN ULINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064633#M1176748</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-29T06:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064634#M1176749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;selectionscreen comment 38(15) text025&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not 38!&lt;/P&gt;&lt;P&gt;I need it in 80th position, Is it posible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064634#M1176749</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-29T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064635#M1176750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is possible only upto 79.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT 79(2) text-027
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064635#M1176750</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-29T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064636#M1176751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is not possible to display the text after the 79th coloumn. Either print before 79th coloumn or in the next line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064636#M1176751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064637#M1176752</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;check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
PARAMETERS: c1 as checkbox.
SELECTION-SCREEN COMMENT 79(2) text-027.
SELECTION-SCREEN END OF BLOCK b1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if you use comment statement with in the frame then you can't exceed 79.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: c1 as checkbox.
SELECTION-SCREEN COMMENT 83(2) text-027.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if you use comment statement with in line then you can't exceed 83.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for horizontal line&lt;/P&gt;&lt;P&gt;with in frame&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN ULINE /79(2).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with in line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN ULINE /83(2).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064637#M1176752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064638#M1176753</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;It is possible.&lt;/P&gt;&lt;P&gt;The following code worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  YTEST_JAN29                             .

CALL SELECTION-SCREEN 100.
        "Calling screen 100

SELECTION-SCREEN BEGIN OF SCREEN 100 TITLE TEXT-001.

   SELECTION-SCREEN COMMENT 80(10) T006.

SELECTION-SCREEN END OF SCREEN 100.


INITIALIZATION.

  T006 = 'Bookin'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you cant specify 80 when you use a comment stmt inside the Block.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN Begin Of BLOCK blk1 WITH FRAME TITLE T002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          SELECTION-SCREEN COMMENT 80(10) T007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN End Of BLOCK blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064638#M1176753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T06:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064639#M1176754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Avi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;DEL&gt;selectionscreen comment 38(15) text025&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; not 38!&lt;/P&gt;&lt;P&gt;&amp;gt; I need it in 80th position, Is it posible?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ---Naveen Inuganti.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, Naveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test the following code it is working with 80th Position&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Here you can use MAX of 83rd Position&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS afix_am TYPE c AS CHECKBOX.
SELECTION-SCREEN: COMMENT 80(31) text-002.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will Solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Jan 29, 2009 11:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 06:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064639#M1176754</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-01-29T06:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064640#M1176755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The maximum length to display text on the selection screen is 80 chars.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;No, You can exceed this limit.I'm able to display the screen text upto 83.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I think it is possible only upto 79.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version you are in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; So we can'nt able to adjust the screen offset here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, you can set offset upto 83 position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just run this below code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT test.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 83(2) text-005."I have 'To' in text-005 and make sure length is 2
PARAMETERS: p_li AS CHECKBOX DEFAULT 'X'.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; if you use comment statement with in the frame then you can't exceed 79.&lt;/P&gt;&lt;P&gt;&amp;gt; if you use comment statement with in line then you can't exceed 83.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's true.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 07:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064640#M1176755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T07:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064641#M1176756</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;Thank you Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to get the required text in more than 79th position , I have REMOVE the BLOCK of the (i.e. FRAME)&lt;/P&gt;&lt;P&gt;my selection screen!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to say I am unhappy to remove that Block , after you people's Great research and Help... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 07:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064641#M1176756</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-29T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064642#M1176757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 07:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064642#M1176757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T07:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064643#M1176758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I splitted the perticuler text, &lt;/P&gt;&lt;P&gt;and displyed in two lines...as its not possible with in the frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Naveen Inuganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 08:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064643#M1176758</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-02-01T08:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064644#M1176759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I splitted the perticuler text, &lt;/P&gt;&lt;P&gt;&amp;gt; and displyed in two lines...as its not possible with in the frame.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ---Naveen Inuganti&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, Naveen you can Splite the Lable on two line using Frame too, Please test the following Sample Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE ftext.
SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS p1 TYPE c AS CHECKBOX USER-COMMAND aaa.
SELECTION-SCREEN: COMMENT 10(31) text1.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS p2 TYPE c AS CHECKBOX USER-COMMAND aaa.
SELECTION-SCREEN: COMMENT 10(31) text2.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK a.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-name = 'P2'.
      screen-active = '0'.
      screen-invisible = '1'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

INITIALIZATION.
  ftext = 'Frame'.
  text1 = 'Line 1 Lable'.
  text2 = 'Line 2 Lable'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 09:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064644#M1176759</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-01T09:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen comment..getting error...!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064645#M1176760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize I'm 7 1/2 years too late to help Naveen, but for those who later do a search on this issue, I found a work-around that's satisfying my purposes, allows me to position the text where I want it, and allows me to keep the BLOCK definitions as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My COMMENT line is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;COMMENT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;79&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;39&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;text&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;025&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;I've set the offset at the maximum allowed for me to keep my BLOCK statements (79).&amp;nbsp; The text I'm displaying in text-025 is 12 characters, but the Text Symbols dialog allows one to put leading spaces in front of the text; so in the Text box of the Text Symbols dialog I put 27 leading spaces, then my 12 characters of text, for a length of 39.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 15:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-getting-error/m-p/5064645#M1176760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-23T15:03:00Z</dc:date>
    </item>
  </channel>
</rss>

