Sunteți pe pagina 1din 5

ABAP – Questions – Test 1 (as per Accenture syllabus)

1. TCode for SQL Trace?


ST05 or DB05

2. Table T000 stores what?


Client master data

3. Which of the sentences below is false?


a. ABAP is 3G language
b. ABAP is procedural
c. ABAP is built on OO concepts
d. ABAP is event driven language
Ans: C

4. Local time of the presentation server is stored in which system variable?


SY-TIMELO
Note: Application Server’s time is stored in SY-UZEIT

5. Syntax for Native SQL


Exec…End Exec

6. TCode for Data Model?


SD11

7. Difference between EXIT and STOP key words.


Answer is bit detailed. So, I have not given the answer here.

8. ABAP Memory can be used to share data between different sessions in a SAP system.
True or false?
False (Session means by default an External session) ABAP memory is used to
share data between internal sessions in an external session.

9. What is meant by Transaction Variants?


Transaction variants allow you to preset values for fields in a transaction, set field
attributes, or hide entire screens. TCode: SHD0.

10. How to catch an exception?


Catch…EndCatch

11. For what purpose HIDE is used for?


HIDE keyword is used to store the selected data (record) in the backend. This is
used in the “Interactive List”.

12. Which function code (also called as “Event” sometimes) is triggered when user double
clicks a line (also known as row or record) in a list? This function code gets triggered
even when the user selects a record in a list and clicks F8.
PICK

13. How to fetch data from a specific client?


Using the addition “CLIENT SPECIFIED <client number>” in the Select query.

14. Conversion Exits are attached at what level?


At the Domain level
15. TCode for Spool viewer and Spool Administration?
SP01 and SPAD respectively

16. Table for Language codes?


T002

17. Table for transaction codes?


TSTC

18. Table for Package Details?


TDEVC

19. Table for Message Texts?


T100

20. For what data table T001 is used?


To store the Company Code information

21. TCode for Repository Information Browser?


SE84

22. Selection Screen is displayed after the Initialization Event. True or False?
True.

23. Which of the following can not be created using SE11?


a. Views
b. Type Pools
c. Lock Objects
d. Search Help
Ans: All of the above can be created!
If the answer option included something like Function Modules, then that would have
been the odd man out.

24. Q 31> PARAMETERS <p1>.....LOWERCASE. User enters “AbAp”. What will the user
input be considered as in the runtime?
a. Everything in uppercase (ABAP)
b. Everything in lowercase (abap)
c. As it is (AbAp)
d. None of the above
Ans: C

25. Authority check is performed by ABAP using:


a. Authority-Check
b. Authority_Check_Dataset
c. System does it automatically
d. None
Ans: A

26. Selection screen is?


An interface between program and user

27. Which clause is used for Search help?


MATCHCODE OBJECT

28. Which statement is true?


a. Primary index contains all the primary fields
b. Secondary index can contain non primary fields
Ans: BOTH are true

29. Before 'For All Entries' what is most important to take care of? If not taken care of, what
happens?
Check that the internal table used in the select query (using For All Entries) is not
empty.
If not taken care of, the select query retrieves ALL records from database.

30. How many levels of secondary lists can be created?


Lists can be drilled down till 20 levels. Starting from the first list (main list) as “0”
(zero) the numbering can go up to 19.

31. What happens in the event AT SELECTION-SCREEN?


Validations

32. How many types of Messages are there?


A, X, E, W, I and S

33. Relationship between Domain and Data elements.


a. One domain can correspond to many Data Elements
b. One Data Element can have only ONE domain

34. Which statement triggers TOP-OF-PAGE event?


Both WRITE and SKIP statements

35. Which Search Help has highest precedence?


Search Help attached at Field Level

36. ABAP Programs are –


a. Client dependent
b. Client independent
Ans: B

37. What is created by the following statement: R_MANTR for MARA-MANTR?


An internal table with the fields: Sign, Option, Low, High

38. Difference between APPEND and COLLECT keywords?


Append: Always adds a row
Collect: may or may not add a row

39. Which FM is used to transfer the data from the Presentation Server to Application
Server?
GUI_UPLOAD

40. Instruction to write data to a file on application server?


TRANSFER

41. Table data are –


a. Client dependent
b. Client independent
Ans: A

42. If the value is “03” in the ACTVT field of a Authorization Object then what will the user be
allowed to do?
Display
43. How can you view the short dump (run time errors)?
Using TCode ST22

44. How can standard internal tables be accessed?


a. Sequentially
b. Directly
Ans: BOTH

45. Which system variable to get the Page Number in a list?


SY-PAGNO

46. Which system variable to get the List Number in an interactive list?
SY-LSIND

47. <> means what?


NOT EQUAL TO
One of the most stupid questions that I have ever heard of!

48. TCode for Transaction Variant?


SHD0

49. What creates data objects?


a. Data
b. Parameters
c. Constants
Ans: ALL of the above

50. TCode for processing queue files?


SM35 (Queue file => BDC Session => BDC Group => Batch Input Session)

51. Where ABAP processor does resides?


Application Server

52. What will be the output?


a. Initialization. Write: / ‘A’.
b. Top-Of-Page. Write: / ‘B’.
c. Start-Of-Selection. Write: / ‘C’.
Ans: B, C. (A will not be output!)

53. What is meant by SAP R/3?


SAP R/3 is Real time 3 tier architecture.

54. Text elements are language dependent. True or False?


True.

55. NUMC is not a numeric data type. True or False?


True.

56. What is the order of preference for F4 Help (also called as Search Help)?
Search help order: Field level -> Data Element level -> Domain level

57. What are LPOS and SPOS in F4 Help?


LPOS determines which column comes in the final hit list in which order (left to
right) and SPOS is used for restricting screen (row-wise, from top to bottom)
58. SY-LISEL (List processing, contents of selected line)

59. Lock Objects are FM

60. Field Groups

61. MARA – Hashed Table

62. EXTRACT Dataset

63.

S-ar putea să vă placă și