<?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 FOR A PARAMETER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132918#M1365709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto -&amp;gt; Text elements -&amp;gt; Selection texts&lt;/P&gt;&lt;P&gt;Change comment, save and activate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2009 10:29:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-08T10:29:40Z</dc:date>
    <item>
      <title>COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132914#M1365705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a different comment for a parameter, when I make this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: ENAME TYPE P0001-ENAME MODIF ID PR1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen this field is named like "Ename", I want the comment "NAME", when I make this, I still can't read "Name", and still reading ENAME can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN COMMENT 2(10) TEXT-201 FOR FIELD ENAME MODIF ID PR1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&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;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132914#M1365705</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2009-09-08T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132915#M1365706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETERS: ENAME TYPE P0001-ENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se38 menu , Goto - Text elements -Selection texts.&lt;/P&gt;&lt;P&gt;Here you can give any  text for your variable ENAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132915#M1365706</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-09-08T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132916#M1365707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&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 2(10) TEXT-201 FOR FIELD ENAME MODIF ID PR1.&lt;/P&gt;&lt;P&gt;  PARAMETERS: ENAME TYPE P0001-ENAME MODIF ID PR1.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN : end of LINE.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132916#M1365707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132917#M1365708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!&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;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132917#M1365708</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2009-09-08T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132918#M1365709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto -&amp;gt; Text elements -&amp;gt; Selection texts&lt;/P&gt;&lt;P&gt;Change comment, save and activate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132918#M1365709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T10:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132919#M1365710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , why are you doing COMMENT. It can be achived by Selection texts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the name of the parameter is very big,&lt;/P&gt;&lt;P&gt;Then use as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of block b1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT :1(20) text-t01.&lt;/P&gt;&lt;P&gt;PARAMETERS :gc_text1(30) TYPE c .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132919#M1365710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: COMMENT FOR A PARAMETER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132920#M1365711</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;Parameters: ENAME  type p0001-ename modif id PR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu items, GOTO&lt;DEL&gt;&amp;gt;Text elements&lt;/DEL&gt;&amp;gt;Selection texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Selection texts give the Text as NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-for-a-parameter/m-p/6132920#M1365711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T10:34:46Z</dc:date>
    </item>
  </channel>
</rss>

