<?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: Long Text for Parameter at selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726541#M316668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should a data element CHAR120, why don't you use that to refer the parameter to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : P_TEXT TYPE CHAR120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you looking for 50 char lenght, and you don't find a standard data element, you can create a data element of length 50 and use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 03:28:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T03:28:36Z</dc:date>
    <item>
      <title>Long Text for Parameter at selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726540#M316667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    Pls let me know how to give the long text for Parameter at Selection Screen. As per the standard, we can give upto 30char lenght as a text for a Parameter. But my requirement is to give upto 50char lenght text for a Parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Pls help to suggest me to fulfill the requirement and let me know if more information is needed to help me out.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Rgds,&lt;/P&gt;&lt;P&gt;Sudhakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726540#M316667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Long Text for Parameter at selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726541#M316668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should a data element CHAR120, why don't you use that to refer the parameter to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : P_TEXT TYPE CHAR120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you looking for 50 char lenght, and you don't find a standard data element, you can create a data element of length 50 and use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726541#M316668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Long Text for Parameter at selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726542#M316669</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;Use SELECTION-SCREEN COMMENT..&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(60) TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_MATNR LIKE MARA-MATNR.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text element you can give more than 30 characters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Narendran Muthukumaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-for-parameter-at-selection-screen/m-p/1726542#M316669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:32:16Z</dc:date>
    </item>
  </channel>
</rss>

