<?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: True / False in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664329#M614800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I get a certificate after correctly answering these questions?  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 18:35:58 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-08-24T18:35:58Z</dc:date>
    <item>
      <title>True / False</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664328#M614799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Which of the following statements in relation to Web Services are correct? (True / False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) As of Release 6.20, ABAP Web Services can be developed on the SAP Web &lt;/P&gt;&lt;P&gt;Application Server. T/F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) In the ABAP runtime environment, each function module and also each BAPI &lt;/P&gt;&lt;P&gt;can be switched on as a Web service. T/F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Web Services are based on open and generally accepted standards. T/F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How does the Web Service Framework support the inclusion of Web services &lt;/P&gt;&lt;P&gt;that have been provided? (True / False) &lt;/P&gt;&lt;P&gt;a) Generation of a WSDL description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) UDDI Brower for searching for suitable Web services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Generation of a client proxy on the basis of the WSDL description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Configuration of the SOAP runtime on the client side using logical ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Which components are created by the Web Service Creation Wizard when a Web service is defined? (True / False) &lt;/P&gt;&lt;P&gt;a) Virtual Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Client proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) XI Message Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Web service definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Logical port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. What advantages do Shared Objects have compared with import/export To &lt;/P&gt;&lt;P&gt;Shared memory / Buffer? (True / False) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) In Shared Objects areas, groups of object references can be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Data In shared objects areas is compressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) It is possible to access data in Shared Objects areas, without copying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) In Shared objects areas, more data -in principle -can be stored than in the &lt;/P&gt;&lt;P&gt;shared memory / buffer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. How is a Shared Objects area accessed in ABAP? Which one is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) With the help of a special database table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) With the help of a special data type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) With the help of a special class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. What does the transformation between XML and ABAP data structures involve? Which option is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Generation of ABAP proxy types from XML schemas.&lt;/P&gt;&lt;P&gt;b) Generation of XML schemas from ABAP types.&lt;/P&gt;&lt;P&gt;c) Neither generation of XML schemas from ABAP types nor generation of ABAP proxy types from XML schemas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In which cases can the ABAP statement CALL TRANSFORMATION be used? (True / False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) To transform as iXML document object into and ABAP data structure using XSLT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) To transform an XML document contained in a string into another XML document &lt;/P&gt;&lt;P&gt;using and XSLT program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) To get canonic XML display of an ABAP data structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) To transform an XML document contained in an xstring into another XLM &lt;/P&gt;&lt;P&gt;document using an ST program (Simple Transformation). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) To transform and ABAP data structure into an SML document using ST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 18:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664328#M614799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: True / False</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664329#M614800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I get a certificate after correctly answering these questions?  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 18:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664329#M614800</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-24T18:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: True / False</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664330#M614801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich,&lt;/P&gt;&lt;P&gt;Please help. Next week my certification. I am not sure about the answer. I know you are one of the bests of this development community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 18:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664330#M614801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T18:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: True / False</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664331#M614802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Hello Rich,&lt;/P&gt;&lt;P&gt;&amp;gt; Please help. Next week my certification. I am not&lt;/P&gt;&lt;P&gt;&amp;gt; sure about the answer. I know you are one of the&lt;/P&gt;&lt;P&gt;&amp;gt; bests of this development community.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Mau&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one of bests? Why do think we call him &amp;lt;b&amp;gt;Mr. ABAP&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 20:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664331#M614802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T20:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: True / False</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664332#M614803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyone would like to help me please? Reward will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2007 00:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/true-false/m-p/2664332#M614803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-26T00:01:00Z</dc:date>
    </item>
  </channel>
</rss>

