<?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: Multiple Choice1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517640#M569669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RP. I am already practicing at sapdomain but need help with the above questions.&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>Mon, 09 Jul 2007 21:22:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T21:22:05Z</dc:date>
    <item>
      <title>Multiple Choice1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517638#M569667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help with the following please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What technique would you use to fix the 10 leftmost columns on a list when scrolling to the right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Set Left Scroll-Boundary Column 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Set Right Scroll-Boundary Column 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Scroll List PS+&amp;lt;10&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Scroll List Left&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When does the system reset the formatting on a Write statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) When explicitly changed using the Format statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) At any New Event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Using the Reset option of the Format statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) All of the above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Which type is not a valid GUI Status type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Online (Dialog) Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) List Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Dialog Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Context Menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. What does the following code achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-Screen on value-request for sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) When the user presses F4, Screen 100 is displayed in addition to the normal help screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) When the user presses F1, Screen 100 is displayed instead of the normal possible values search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) When the user presses F4, Screen 100 is displayed instead of the normal possible values search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) When the user presses F1, Screen 100 is displayed in addition to the normal help screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Which of the following are valid logical database types? More than one answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Complex Data Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Node&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Program A issues the following statement SUBMIT PROGRAM B. What takes place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Program B becomes active in the same internal session of Program A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Program A becomes active in the same internal session of Program B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Program B runs in a new internal session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) User Context is flushed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. What is the code required in order to scroll the 3rd detail list to page 5 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Scroll LIST 3 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Scroll LIST Index 3 to Page 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Scroll LIST sy-index 3 to Page 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Scroll LIST sy-lsind 3 to Page 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. For called program components that are of type transaction or report, what is true about the roll area (assuming processing will resume in the calling program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) They run in their own roll area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) They run in the roll area of the caller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Share the same roll area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. What is not a valid functional area type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) LDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Sequential Data Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Search Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Joined Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Which is not a valid option of the Write Statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) NO-GAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Centered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) No-Zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f) As RadioBox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. What are the 3 main sub objects of a LDB? More than one answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Selection Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) DB Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. What is needed to ensure a check field is verified against the referenced key field of the check table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) same data element is required for check field and referenced field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) same domain is required for check field and referenced field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) same data type only is required for check field and referenced field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) all key fields MUST have domain equality between check table andn foreign key table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13. What is true about the primary index of a table? More than one answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) The key fields of the table make up the primary index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) The primary index ID is designated by the Database Adminstrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) The developer designates the fields to be used as the primary index&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) The primary index is automatically created when the table is activated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14. Which of the following gets stored as a Runtime Object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Aggregate Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Fixed Values belonging to a domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15. Identify the different type categories in the ABAP dictionary. More than one answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Data Elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Data definitions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Table Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Data Models&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;16. What is true about views? More than one answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) A view is automatically created on the database upon activation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) A view contains data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Maintenance Views are not updateable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Views can be buffered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 19:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517638#M569667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T19:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Choice1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517639#M569668</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;If you want to train for certification, go to &lt;A href="http://www.sapdomain.com/" target="test_blank"&gt;http://www.sapdomain.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you will answer some questions and get the correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        RP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 19:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517639#M569668</guid>
      <dc:creator>rodrigo_paisante3</dc:creator>
      <dc:date>2007-07-09T19:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Choice1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517640#M569669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RP. I am already practicing at sapdomain but need help with the above questions.&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>Mon, 09 Jul 2007 21:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517640#M569669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T21:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Choice1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517641#M569670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.A&lt;/P&gt;&lt;P&gt;2.C&lt;/P&gt;&lt;P&gt;3.B&lt;/P&gt;&lt;P&gt;4.C&lt;/P&gt;&lt;P&gt;5.AE&lt;/P&gt;&lt;P&gt;6.C &lt;/P&gt;&lt;P&gt;7.Not clear with your question&lt;/P&gt;&lt;P&gt;8.A&lt;/P&gt;&lt;P&gt;9.Dont know what you are exactly asking for?&lt;/P&gt;&lt;P&gt;10.B&lt;/P&gt;&lt;P&gt;11.BDE&lt;/P&gt;&lt;P&gt;12.D&lt;/P&gt;&lt;P&gt;13.AD&lt;/P&gt;&lt;P&gt;14.A&lt;/P&gt;&lt;P&gt;15.ABCD&lt;/P&gt;&lt;P&gt;16.CD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 21:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517641#M569670</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-07-09T21:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Choice1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517642#M569671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Hakim. Points awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 00:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choice1/m-p/2517642#M569671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T00:42:34Z</dc:date>
    </item>
  </channel>
</rss>

