<?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: UI dynamic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035574#M418077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I found certain links which might be answering your question. I couldn't find any documents which supports creation of screen elements dynamically. But using the container control of the screen painter, it is possible to display dynamically created controls of the screen into the container area using the HTML. This is called Dynamic documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Dynamic documents allow you to create an area on a screen containing various graphical elements. You create them in your program using ABAP statements ( so it is possible to make decisions on what to display dynamically ), from which the system generates the required HTML code. The finished HTML document is then displayed at runtime. &lt;/P&gt;&lt;P&gt;Dynamic documents are displayed using SAP container control.&lt;/P&gt;&lt;P&gt;A dynamic document can contain the following:&lt;/P&gt;&lt;P&gt;&amp;#149;	Text &lt;/P&gt;&lt;P&gt;&amp;#149;	Links &lt;/P&gt;&lt;P&gt;&amp;#149;	Pushbuttons &lt;/P&gt;&lt;P&gt;&amp;#149;	Input fields &lt;/P&gt;&lt;P&gt;&amp;#149;	Dropdown list boxes &lt;/P&gt;&lt;P&gt;&amp;#149;	Icons &lt;/P&gt;&lt;P&gt;&amp;#149;	Pictures &lt;/P&gt;&lt;P&gt;&amp;#149;	Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/f5/edd938d8dbe93de10000000a11405a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/f5/edd938d8dbe93de10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have done my best which might be of some use to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveenan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 06:31:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T06:31:50Z</dc:date>
    <item>
      <title>UI dynamic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035572#M418075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create UI elements dinamically in the PBO ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 09:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035572#M418075</guid>
      <dc:creator>david_fryda2</dc:creator>
      <dc:date>2007-03-25T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: UI dynamic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035573#M418076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you specify what you want to create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can place all elements on the screen at 1st and can display or hide as and when required. or we can also create sub screens which can be hidden or visible based on condition. I think this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Pl. motivate by rewarding points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 05:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035573#M418076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T05:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: UI dynamic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035574#M418077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I found certain links which might be answering your question. I couldn't find any documents which supports creation of screen elements dynamically. But using the container control of the screen painter, it is possible to display dynamically created controls of the screen into the container area using the HTML. This is called Dynamic documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Dynamic documents allow you to create an area on a screen containing various graphical elements. You create them in your program using ABAP statements ( so it is possible to make decisions on what to display dynamically ), from which the system generates the required HTML code. The finished HTML document is then displayed at runtime. &lt;/P&gt;&lt;P&gt;Dynamic documents are displayed using SAP container control.&lt;/P&gt;&lt;P&gt;A dynamic document can contain the following:&lt;/P&gt;&lt;P&gt;&amp;#149;	Text &lt;/P&gt;&lt;P&gt;&amp;#149;	Links &lt;/P&gt;&lt;P&gt;&amp;#149;	Pushbuttons &lt;/P&gt;&lt;P&gt;&amp;#149;	Input fields &lt;/P&gt;&lt;P&gt;&amp;#149;	Dropdown list boxes &lt;/P&gt;&lt;P&gt;&amp;#149;	Icons &lt;/P&gt;&lt;P&gt;&amp;#149;	Pictures &lt;/P&gt;&lt;P&gt;&amp;#149;	Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/f5/edd938d8dbe93de10000000a11405a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/f5/edd938d8dbe93de10000000a11405a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have done my best which might be of some use to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveenan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035574#M418077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: UI dynamic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035575#M418078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies!&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;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ui-dynamic/m-p/2035575#M418078</guid>
      <dc:creator>david_fryda2</dc:creator>
      <dc:date>2007-03-26T06:50:33Z</dc:date>
    </item>
  </channel>
</rss>

