<?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: parameter declaration in the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753006#M1114730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to use structure type SOLI.&lt;/P&gt;&lt;P&gt;Hope magic Works!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Purvesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 12:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T12:36:39Z</dc:date>
    <item>
      <title>parameter declaration in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753005#M1114729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am here with a problem this time ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a need to declare a selection screen parameter which can fit 300 characters.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upto my knowledge we cannot do it ...however if any one could help me if they have done it already...thanks a lot ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case if we go into the issue why 300 characters ... here it is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 15 paramters with character size 20 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have to add up all the parameter values( will be text) and store it in one parameter ( so 15 parameters * 20 size each) gives up 300 characters need to be fit in the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is any other solution plzzz do reply me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance ...&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;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753005#M1114729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: parameter declaration in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753006#M1114730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to use structure type SOLI.&lt;/P&gt;&lt;P&gt;Hope magic Works!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Purvesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753006#M1114730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: parameter declaration in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753007#M1114731</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;We can do it but is it correct way or not you try it.&lt;/P&gt;&lt;P&gt;You create one data element with Domain char300 and assign that data element to the parameter in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: y_v_p TYPE ychae300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: y_v_p TYPE LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Santosh Marupally on Oct 31, 2008 1:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753007#M1114731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: parameter declaration in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753008#M1114732</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 declare STRING if you are not in 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS : P_A TYPE STRING.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajvansh Ravi on Oct 31, 2008 1:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 12:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753008#M1114732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: parameter declaration in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753009#M1114733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks guys for alla ur time and help got resolved by type char1024&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-declaration-in-the-selection-screen/m-p/4753009#M1114733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T13:52:59Z</dc:date>
    </item>
  </channel>
</rss>

