<?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 Container Element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265011#M491405</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;What is use of container element in Work flow(swdd).I used it for small scenario,but which scenarios we use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 07:04:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T07:04:44Z</dc:date>
    <item>
      <title>Container Element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265011#M491405</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;What is use of container element in Work flow(swdd).I used it for small scenario,but which scenarios we use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265011#M491405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Container Element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265012#M491406</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;Have a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b06d453d11d189430000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b06d453d11d189430000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265012#M491406</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2007-05-29T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Container Element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265013#M491407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The container element contains all the control information required at run time in the form of constants  and object references.&lt;/P&gt;&lt;P&gt;To inform the WF which object was created in the step via the method the reference to the bus object is passed  via the binding definition from the task container to the Wf container. An appropriate element was therefore created automatically in the WF container with the correct data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265013#M491407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Container Element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265014#M491408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you create a new responsibility, with say three lines in the container element, then when the workflow is triggerred, then in such as case depending on the entries of the user against the three lines in the container element, the corresponding responsibility is triggered at run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265014#M491408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Container Element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265015#M491409</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;The main advantage of the STD_TEXT object is that it can print container elements as text symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each container element can be printed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ContainerElement&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the container element is an object, each attribute can be printed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;Object.Attribute&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to print employee data, a container element of type EmployeeT must be included. This element enables each employee data record (defined as an attribute of EmployeeT) to be printed. If the documents are country-specific, it is a good idea to define the container element as EmployeeXX (ISO country key = personnel country grouping), which includes all of the international and country-specific attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STD_TEXT can make distinctions between object attributes up to a third level, which means you must define utility objects in the container if higher levels are needed to make more distinctions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STD_TEXT cannot make distinctions for the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee.PersonnelArea.LegalPerson.ActivityText.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this reason, you must define a utility container element of the type PersonnelArea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PersonnelArea&amp;lt;==Employee.PersonnelArea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this container element, the activitytext attribute can be printed in the text as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PersonnelArea.LegalPerson.ActivityText.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the document requires additional information from other object types, you must define the elements as container elements in the standard task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-element/m-p/2265015#M491409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:38:35Z</dc:date>
    </item>
  </channel>
</rss>

