<?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 Abap reporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498655#M841553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys Iam at the begining stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam practing abap reporting. Currently Iam using selection-screen statements and parameters statements. Iam trying to insert a comment using selection screen comment statement, but Iam not getting the output as desired.When I discard the comment statement Iam getting the desired output. How can I use the comment statement with the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2008 14:00:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-09T14:00:56Z</dc:date>
    <item>
      <title>Abap reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498655#M841553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys Iam at the begining stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam practing abap reporting. Currently Iam using selection-screen statements and parameters statements. Iam trying to insert a comment using selection screen comment statement, but Iam not getting the output as desired.When I discard the comment statement Iam getting the desired output. How can I use the comment statement with the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 14:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498655#M841553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Abap reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498656#M841554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't say what changes between your desired and not-desired outputs... but it could be you haven't defined the text symbol for the comment... if this is so, have a read of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba7a135c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba7a135c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where they show you a couple of ways of defining the text... one uses "text-001" (which you can define by double clicking on it, entering the text you want, then activating the texts), and one uses in-line "comm1" and "comm2" that are defined in the initialization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 01:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498656#M841554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T01:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Abap reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498657#M841555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You should use comment with position.&lt;/P&gt;&lt;P&gt;Try it&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 10(15) TEXT-001 &lt;/P&gt;&lt;P&gt;                   FOR FIELD PARM. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN POSITION POS_LOW. &lt;/P&gt;&lt;P&gt;  PARAMETERS PARM LIKE SAPLANE-PLANETYPE. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN PUSHBUTTON POS_HIGH(8) PUSHY &lt;/P&gt;&lt;P&gt;                   USER-COMMAND ABCD. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN ULINE (5). &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /12(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498657#M841555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Abap reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498658#M841556</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;See the example code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /2(50) TEXT-001 MODIF ID SC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /10(30) COMM1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: R1 RADIOBUTTON GROUP RAD1,&lt;/P&gt;&lt;P&gt;R2 RADIOBUTTON GROUP RAD1,&lt;/P&gt;&lt;P&gt;R3 RADIOBUTTON GROUP RAD1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /1(50).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /10(30) COMM2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: S1 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S2 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S3 RADIOBUTTON GROUP RAD2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /1(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMM1 ='Radio Button Group 1'.&lt;/P&gt;&lt;P&gt;COMM2 ='Radio Button Group 2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'SC1'.&lt;/P&gt;&lt;P&gt;SCREEN-INTENSIFIED = '1'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 05:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-reporting/m-p/3498658#M841556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T05:50:22Z</dc:date>
    </item>
  </channel>
</rss>

