Question 1) if your requirements cannot be filled by Customizing or personalization, you
can either start a development project or use a complementary software product (CSP)
solution if available.
a) True
b)False
Question 2) you should go for modifications only if
   a)Customizing or personalization cannot satisfy your requirements
   b)Similar enhancement or exits are not planned
   c)It would not make sense to copy the SAP object to the customer namespace
Questions 3) select the correct answer(s)
   a) An append structure is a structure that can be assigned to one tables and there can
       be several append structures for a table.
   b) Append structure allow you to attach field to table without having to modify the
       table itself.
   c) CI includes allow you to use same structure in multiple tables.
Questions 4) select the correct answer(s)
   a) Program exits allow customer to implement additional logic in application
       function.
   b) Customer exits are planned by SAP
   c) Menu exits allow you to attach your own functions to menu options in sap menu
       and screen exits allow you to make use of sections of main screen that have been
       reserved by SAP programmers(subscreen area).
   d) We should always go for customer development before enhancement
Questions 5) select the correct answer(s)
   a) BAdi take into account the changes to the software delivery process
   b) Customer exit take into account the changes to the software delivery process
   c) Both BAdi and customer exit take into account the changes to the software delivery
       process
   d) None of them take into account the changes to the software delivery process
Questions 6) select the correct answer(s)
   a) Changing an original is called repair
   b) Changing the original is called correction
   c) When you change an sap repository object you must provide the workbench
       organizer
  d) SSCR and value request .
Questions 7) select the correct answer(s)
   a) Explicit enhancement points are insertion options that are prepared by SAP while
       implicit enhancement points are present by default without any particular
       preparation by SAP.
   b) The idea of the switch Framework is that customers receive all industry solutions
       as a complete package and they can activate those they want to use.
   c) An enhancement point is an option that allows you to add source code, variable
       declarations and parameter declarations to SAP programs, function modules and
       classes without having to make a modification.
Questions 8) several components are created when you define a Classical BAdi. They
are-
   a) The interface
   b) The generate class that implements the interface
   c) Function modules that implemented in the class.
Question 9) you want to add some fields to a standard SAP table using the append
technique. What do you have to keep in mind about this technique? There is more than
one correct answer to this question.
a) An append structure can be assigned to more than one table.
b) The fields of an append structure must start with ZZ or YY.
c) Append structures are not possible for tables containing a long field.
d) Append structures must be compared with the SAP original in a release upgrade.
e) The name of the append structure must start with ZZ or YY.