<?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: Regarding containers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984051#M72559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A container is required to define the area of the screen where a control will be placed. It is just like how you do it in case of subscreens. You specify a subscreen area on the screen and determine at runtime which screen will be called into the subscreen area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, in case of controls like an ALV Grid, ALV Tree etc., we need to specify that a particular area on the screen will be used for displaying a control. Which control you want to place on the screen is left to you. You might want to conditionally display different ALV Grids which contain different data or even different controls in the same area on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These containers will give you the desired dynamism of placing any object you want on the &amp;lt;i&amp;gt;same&amp;lt;/i&amp;gt; screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back if you need further explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2005 08:49:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-30T08:49:15Z</dc:date>
    <item>
      <title>Regarding containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984050#M72558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;   When i am seeing the ABAP object programs they have used containers in these. When Containers are required to use Why it is required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain in detailed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 06:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984050#M72558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-30T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984051#M72559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A container is required to define the area of the screen where a control will be placed. It is just like how you do it in case of subscreens. You specify a subscreen area on the screen and determine at runtime which screen will be called into the subscreen area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, in case of controls like an ALV Grid, ALV Tree etc., we need to specify that a particular area on the screen will be used for displaying a control. Which control you want to place on the screen is left to you. You might want to conditionally display different ALV Grids which contain different data or even different controls in the same area on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These containers will give you the desired dynamism of placing any object you want on the &amp;lt;i&amp;gt;same&amp;lt;/i&amp;gt; screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back if you need further explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 08:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984051#M72559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-30T08:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding containers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984052#M72560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi krishna,&lt;/P&gt;&lt;P&gt;     containers are of 5 types &lt;/P&gt;&lt;P&gt;     1. workflow containers&lt;/P&gt;&lt;P&gt;     2. method containers&lt;/P&gt;&lt;P&gt;     3. event containers&lt;/P&gt;&lt;P&gt;     4. task containers&lt;/P&gt;&lt;P&gt;     5. role containers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they are used in SAP workflows . when we make a workflow in SAP workflow we need to process any step of workflow through a task . and the object that flows in a workflow has methods(actions which can be performed on objects) and events(status of the object). now containers are basically the parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use: they are used to pass values from workflow to task, task to method, event to workflow, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can give you more details with example if u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;kingshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 09:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-containers/m-p/984052#M72560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-30T09:04:18Z</dc:date>
    </item>
  </channel>
</rss>

