<?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: 'comment'  keyword in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497246#M564091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the following for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_stkreq  RADIOBUTTON GROUP grp1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 5(30) text-002,&lt;/P&gt;&lt;P&gt;                  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;PARAMETER: p_stkovw  RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 5(30) text-003,&lt;/P&gt;&lt;P&gt;                  END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 14:48:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T14:48:15Z</dc:date>
    <item>
      <title>'comment'  keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497243#M564088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;           i am designing a screen shot using reports which contains some radio buttons  and checkboxes.these should be arranged side by side.while i use comment keyword and arrange the radio buttons side by side it is accepting the position and length for eg 3(10).but when i use the same keyword comment and use for the select-options it is showing some error.actually i want to place two valued fields along with some text attached to that fields and i want to place them side by side using select-options.&lt;/P&gt;&lt;P&gt;          so can anyone tell why the error is coming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        email me. my id is simhadrimahesht@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497243#M564088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: 'comment'  keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497244#M564089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Posting your code will help understand it better??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497244#M564089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'comment'  keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497245#M564090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is coming because the position and length specicifications may be over lapping.  Post the code that you have so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497245#M564090</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-19T14:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: 'comment'  keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497246#M564091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the following for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_stkreq  RADIOBUTTON GROUP grp1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 5(30) text-002,&lt;/P&gt;&lt;P&gt;                  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;PARAMETER: p_stkovw  RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 5(30) text-003,&lt;/P&gt;&lt;P&gt;                  END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497246#M564091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: 'comment'  keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497247#M564092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu cannot use Select-option and Comment in the same line (I mean between selection-screen begin of line- end of line). It is a limitation.&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 14:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-keyword/m-p/2497247#M564092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T14:48:24Z</dc:date>
    </item>
  </channel>
</rss>

