<?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: Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950255#M944447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to make an HTML-Viewer and place an Document (CL_DD_*) on it. With this you can make an HTML-Dokument with an Input-Field and you can use a button with an event-Handler to get the Data!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 14:25:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T14:25:51Z</dc:date>
    <item>
      <title>Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950252#M944444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am programming an ABAP Objects program. I am using one dynpro with a customer control. there i place several splitter controls. on one control i will place an input field like parameter in an &lt;STRONG&gt;SELECTION-SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just have found an class namend &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CL_AL_PARAMETER_WITH_SV&lt;/STRONG&gt;        Parameter with a single value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this class doesn't have a parent control so i can't place it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me! this is very important for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950252#M944444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950253#M944445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;You might not assign selection screen to custom container. Subscreen may be helpful your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below classes may be helpful for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_JS_SELECTION                Selection Screen Definition with Ranges&lt;/P&gt;&lt;P&gt;CL_JS_SELECTION_BASE           Base Class for Selection Screen Definition&lt;/P&gt;&lt;P&gt;CL_JS_SELECTION_PARAMETERS     Selection Screen Definition for Parameters&lt;/P&gt;&lt;P&gt;CL_UI_SELECTION                UI for  CL_JS_SELECTION&lt;/P&gt;&lt;P&gt;CL_ALINK_SELECTION_SCREEN      Selection Screens for KPro&lt;/P&gt;&lt;P&gt;CL_UC_SSCR_GENERATE            Selection Screen Generation&lt;/P&gt;&lt;P&gt;CL_UC_SSCR_GENERATE_GUI        Selection Screen Display in the Workbench&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 09:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950253#M944445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T09:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950254#M944446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boobalan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you didn't understand my situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a customer control. &lt;/P&gt;&lt;P&gt;On this i placed a splitter container.&lt;/P&gt;&lt;P&gt;this Container has several containers you can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now i want to place an Input Field (like you get when you use PARAMETERS in an normal Report) on the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i can't use subscreens!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps you know an other solution...&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;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 10:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950254#M944446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950255#M944447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to make an HTML-Viewer and place an Document (CL_DD_*) on it. With this you can make an HTML-Dokument with an Input-Field and you can use a button with an event-Handler to get the Data!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 14:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-needed-like-abap-parameter-and-select-options-on-selection-screen/m-p/3950255#M944447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T14:25:51Z</dc:date>
    </item>
  </channel>
</rss>

