<?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 CL_GUI_CONTAINER_BAR - Input Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232273#M1718693</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'm designing a cockpit and I am using the container bar class.&lt;/P&gt;&lt;P&gt;I've searched and have went trough the examples in SAP but I couldn't find what I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to put some input fields in there, instead of buttons or text ?&lt;BR /&gt;I would like to have one of the options to be by date and as it is selected opens the area with a input field instead of text or icons as we can see on the examples on SAP - RSBPT_CONTAINER_BAR*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 10:47:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-11T10:47:06Z</dc:date>
    <item>
      <title>CL_GUI_CONTAINER_BAR - Input Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232273#M1718693</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'm designing a cockpit and I am using the container bar class.&lt;/P&gt;&lt;P&gt;I've searched and have went trough the examples in SAP but I couldn't find what I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to put some input fields in there, instead of buttons or text ?&lt;BR /&gt;I would like to have one of the options to be by date and as it is selected opens the area with a input field instead of text or icons as we can see on the examples on SAP - RSBPT_CONTAINER_BAR*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 10:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232273#M1718693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T10:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_CONTAINER_BAR - Input Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232274#M1718694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps the example report on&lt;/P&gt;&lt;P&gt; https&lt;SPAN class="L0S55"&gt;://www&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;sdn&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;sap&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;com/irj/scn/go/portal/prtroot/docs/library/uuid/e5cd7674&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0e01&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0010&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;f1b3&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;f05f516d97d8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;can help you to find a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Dagmar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232274#M1718694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_CONTAINER_BAR - Input Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232275#M1718695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dagmar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen that one, but it only has buttons and text.&lt;/P&gt;&lt;P&gt;I would like to put a select-options so they can put a date.&lt;/P&gt;&lt;P&gt;I havent seen anything with that, I assume that is not possible.&lt;BR /&gt;I will go for creating another screen with the inputs that I need and call it as a popup so they can make their inputs and return to the previous screen.&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 15:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-container-bar-input-fields/m-p/9232275#M1718695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T15:20:06Z</dc:date>
    </item>
  </channel>
</rss>

