Sap Abap(Engineering > Computer Science And Engineering ) Questions and Answers

Question 1. In regard to the INITIALIZATION event, which of the following is NOT a true statement?
  1.    Executed before the selection screen is displayed
  2.    You should use SET PF-STATUS here
  3.    You can assign different values to PARAMETERS and SELECT-OPTIONS here
  4.    Executed one time when you start the report
Explanation:-
Answer: Option B. -> You should use SET PF-STATUS here





Question 2. In an ABAP program, which of the following Processing blocks are not allowed?
  1.    Subroutine and Function Modules
  2.    Methods
  3.    Event Block
  4.    Program Symbols
Explanation:-
Answer: Option D. -> Program Symbols





Question 3. What table is used to store all the Message Class Texts?
  1.    T001
  2.    T100
  3.    T000
  4.    T010
Explanation:-
Answer: Option B. -> T100





Question 4. Data element is an example of
  1.    Physical Definition
  2.    Business Object
  3.    Semantic Domain
  4.    Technical Domain
Explanation:-
Answer: Option B. -> Business Object





Question 5. Identify a layout that is not part of the Webdynpro Layout types
  1.    Flow Layout
  2.    Row Layout
  3.    Grid Layout
  4.    Tree Layout
Explanation:-
Answer: Option D. -> Tree Layout





Question 6. The message types are one of the following:
  1.    A
  2.    s
  3.    w
  4.    All of the above
Explanation:-
Answer: Option D. -> All of the above





Question 7. Sub query usually more efficient because
  1.    data is filtered in the database
  2.    data is filtered on the network
  3.    data is filtered in the sapgui
  4.    data is filtered at the application server
Explanation:-
Answer: Option A. -> data is filtered in the database





Question 8. Data element is an example of
  1.    Physical Definition
  2.    Business Object
  3.    Semantic Domain
  4.    Technical Domain
Explanation:-
Answer: Option C. -> Semantic Domain





Question 9. The statement INITIALIZATION
  1.    Sets a variable to value NULL
  2.    Sets a variable to a initial value specified in the statement
  3.    Is executed before the selection screen is displayed on the screen
  4.    Is executed after the selection screen is displayed on the screen
Explanation:-
Answer: Option C. -> Is executed before the selection screen is displayed on the screen





Question 10. Which attribute is invalid for a domain?
  1.    Type
  2.    Fixed values
  3.    Length
  4.    Header
Explanation:-
Answer: Option D. -> Header