Sei sulla pagina 1di 8

1. What does the following statement mean Write Hello(001) a. b. c. d.

This is not a valid statement Write out 'Hello' and the contents of text element 001 Add the variable 'Hello' to message 001 If Text Element 001 is not in your login language, then 'Hello' is displayed

Answer D 2. What determines the language the text elements will be displayed a. b. c. d. The logon screen The user master record The logon language The text symbols

Answer C 3. What access methods are available for accessing internal tables. (More than one answer is correct) a. b. c. d. e. Sorted Standard Hased Key Index

Answer D E 4. What kind of internal table is best suited for single record access by key a. b. c. d. standard sorted hashed keyed

Answer C 5. If you want the debugger to stop when the value of fielda changes. Which option would you set in the debugger. a. b. c. d. WatchPoint Fields Object Overview

Answer A

6. What program type can be run directly a. b. c. d. Interface pool Executable Runnable Module pool

Answer B 7. Mark the valid statement for reading an entry from an internal table of type sorted. a. b. c. d. Read Table itab with sorted key k1 Read Table itab by binary key k1 Read Table itab with Table Key K1 Read Table itab by key K1

Answer C 8. Identify the characteristics of a BAPI (More than one answer is correct) a. b. c. d. e. It is an interface It is impemented as a function Can only be use inside SAP Can be a method of an object It is an Object

Answer A B D 9. When does the ABAP runtime system send a selection screen to the presentation server a. b. c. d. When the user presses the exit key At the End-of-Selection event At the beginning of program processing When the processing block has ended

Answer C 10. What are field symbols used for? a. b. c. d. for referencing an address of a field for graphic symbols on screens and lists for referencing multiple fields at the same time for re-assigning field types

Answer A

11. Identify the valid statement

a. b. c. d.

Constants: C1(4) type D Constants: C1(4) type C value 'ABCD'. Constants: C1(4) type C like mytab-booking. Constants: C1(4) type C

Answer B 12. Identify the includes that would get generated if your program name is SAPMZMYPROGRAM a. b. c. d. e. SAPMZMYPROGRAM MZMYPROGRAMINCLUDE MZMYPROGRAMTOP MZMYPROGRAMDATA SAPMZMYPROGRAMTOP

Answer E 13. Select the valid types of user dialogs (More than one answer is correct) A. B. C. D. E. Lists Selection Screen Screens Logical Database Business Objects

Answer A B C 14. What operations are allowed when processing sets of records in internal tables (More than one answer is correct) a. b. c. d. Append Read Delete Update

Answer A C 15. When do Repository objects get linked to the correction and transport system. a. When they are generated b. When they are assigned to a transportable development class c. When they are activated d. When they are executed Answer B

16. When are objects passed from the task to the change request? a. When the object is deleted b. When you release the task c. When you change development class Answer B 17. Which tool is used to manage and organize development objects a. WorkBench Organizer b. Information System c. Repository Browser d. Customizing Organizer Answer A. 18. Which tool is used to manage and organize development objects a. b. c. d. Information System Customizing Organizer WorkBench Organizer Repository Browser

Answer C 19. What types can be assigned to a data object in an ABAP program (More than one answer is correct) a. b. c. d. built in ABAP types Interface Parameters ABAP Dictionary object Formal Parameters

Answer A C 20. What is the default length for Integer Data Types a. b. c. d. 4 size must be specified 1 2

Answer A

21. What is true of passing by value and result in the following code. Perform calculate_sales using amount. FORM calculate_sales changing value(f_amount) (More than one answer is correct) a. b. c. d. Formal parameter is not copied to memory space of actual parameter The address of the actual parameter is passed to the formal parameter Formal Parameter f_amount is allocated its own memory space Formal parameter is copied to memory space of actual parameter at the end of the form

Answer C D 22. What is true about an Authorization (More than one answer is correct) a. It is attached to profiles b. Defines permissable values for each authorization field listed in the authorization object c. An authorization is defined in the program attributes Answer A B 23. Which addition to the Parameters statement is not valid a. b. c. d. Like Type Default Value

Answer D 24. Identify the characteristics of a BAPI (More than one answer is correct) a. b. c. d. e. Can be a method of an object It is an Object It is implemented as a function Can only be use inside SAP It is an interface

Answer A C E 25. Which object type is a requirement for the ALV gird control a. CL_GUI_CONTAINER_ALV b. CL_GUI_CUSTOM _CONTAINER c. CL_GUI_ALVGRID_CONTAINER Answer C

26. Which statement is valid for processing internal tale itab. Data:itab type table of zmytab with header a. Loop at itab where id = A.Endloop. b. Loop at itab.Endtab. c. Loop where itab-id = A.Endloop. d. Loop at itab where itab-id = A.Endloop Answer D 27. Where are authorization managed for given user a. b. c. d. in the USER01 table In the users own data In the auth table In the user master record

Answer A 28. Which data types allow a length specification? (More than one answer is correct) a. b. c. d. e. I N O X P

Answer D 29. What access is available for hash tables? a. Hashed b. Keyed c. Indexed d. Sorted Answer B C 30. What is a mandatory rule when programming the authority-check statement in an ABAP program? a. The Authority-check object must be in your profile b. If you do not want to carry out a check for a field, it must contain the value "DUMMY" c. Fields of the Authority-check are optional Answer B

31. What is the effect of sorting a sorted internal table a. b. c. d. Program abend Breaks the sort sequence Syntax error Uses linear search rather than binary

Answer B 32. Where can watch points be set (More than one answer is correct) a. b. c. d. only the current program named programs locally only called programs

Answer C D 33. How much memory is reserved for the data object input_record in the following statement Types: begin of rec_type, flag type c, count(3) type c, today type d, end of rec_type. Data: input_record type rec_type. a. b. c. d. 4 bytes 5 bytes 0 bytes 12 bytes

Answer B

34. At what point does the standard selection screen ( as a result of a selection-options) get displayed a. b. c. d. Prior to Initialization event After Initialization event Before the Report Statement At Start-of-Selection event

Answer D

34. What interface parameter would you check to determine the success of a BAPI call a. Exceptions Parameter 'RETURN' b. Export Parameter 'sy-subrc' c. Export Parameter 'RETURN' d. Dictionary Structure BAPIRET2 Answer B 35. What is true about the SAP Repository (More than one answer is correct) a. It stores development objects b. Objects created using the IMG are stored in the repository c. Objects in the repository can be viewed across clients d. It stores client-specific objects Answer A

Potrebbero piacerti anche