Вы находитесь на странице: 1из 9

ABAP Test 1. Full Buffering would be appropriate for A. Transaction Tables B. Small Static tables C. Internal Tables D.

Tables with generic Keys 2.What is the basic object of data Dictionary A. Domains B. Documentation C. Data Models D. Dynpro 3. Search help can not be attach to: A. Domain B. field of a table C. check table D. Type 4 .Sub query usually more efficient because: A. data is filtered in the database B. data is filtered on the network C. data is filtered in the sapgui D. data is filtered at the application server 5. It is better to buffer a table when A. When a table is read infrequently B. When a table is linked to check tables C. When a table is read frequently and the data seldom changes D. When a single record is to be picked up 6. In Inner and outter join A. buffers are always used B. Choice of buffer can be made to use C. buffers are always bypassed D. None of above 7. What is invalid attribute of a domain A. Type B. Fixed values C. Length D. Header 8. Data element is an example of A. Physical Definition B. Business Object C. Semantic Domain

D. Technical Domain 9. What is true A. A view contains data B. Views can be buffered C. Views can not be buffered D. None of above 10. What are the check tables and value tables? (Multiple Answer) A. Check table will be at field level checking. B. Value table will be at domain level checking C Value table will be at field level checking D. Check table will be at domain level checking.

11.What are presentation and application servers in SAP? (Multiple Answer) A. Application server is actually a program named Sapgui.exe. It is usually installed On a users workstation. B. Application server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output f C. Presentation server is actually a program named Sapgui.exe. It is usually installed On a users workstation. D. Presentation server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output 12.How many types of tables exist in data dictionary? (Multiple Answer) A. Transparent tables B. Internal Table C. Pool tables D. Hash Table E. Cluster tables F. Master Data Table 13. Which data type cannot be used to define parameters. A. Type N B. Type C C. Type F D. Type P 14. Transaction Codes can be assigned to even Report Programs. a) b) True False

15. Check the following ABAP Statement and verify whether the Statement is Syntactically correct or not. WRITE NAME1, NAME2, NAM3. a) b) Statement is syntactically Correct Statement is syntactically not Correct

16. Data Types Occupy Memory.

a) b)

Yes, they occupy memory even if they are not assigned to Data Objects. No, they occupy memory only when they are assigned to Data Objects.

17.Horizontal Lines can be outputted on to the screen by a) b) c) d) ULINE Command SY-VLINE Command Any of the above two Commands None of the above commands

18. Statement SKIP. will insert 2 Blank Lines. a) b) True False

19.Text Elements can be maintained for each program independently. a) b) True False

20. What will be the output of the following Statements? DATA : NAME1(8), NAME2(6). COMPUTE NAME1 = NAGARAJ. MOVE NAME1 TO NAME2. WRITE : NAME2. a) b) c) d) NAGARAJ NAGAR NAGARA None of these

21.The result of CONDENSE Statement (without NO-GAPS addition) is a) b) c) d) Right justified sequence of words separated by one blank. Left justified sequence of words separated by one blank. Right justified sequence of words without any blanks. Left justified sequence of words without any blanks.

22. Number of nesting of IF---ENDIF Statement Blocks is a) b) c) d) Limited to 20 Nesting Limited to 99 Nesting Unlimited Nesting None of the above

23.By specifying proper OCCURS parameter while defining an Internal Table one can

a) b) c) d)

Restrict number of lines to the specified OCCURS parameter. Allocate specific initial Memory for the Internal Table depending on the components and the OCCURS Restrict the number of components in the Internal Table. None of the above.

24. APPEND statement will a) b) c) d) Update a row in an Internal Table Inserts one new row even if standard key fields are already existing in the Internal Table Inserts only those rows for which standard key fields are existing and avoids duplicate Entry None of the above

25. There are ____ types of Database Tables (Table Types) in ABAP. a) b) c) d) 4 2 3 None of the above

26. Can you create a table with fields not referring to data elements? a) Yes b) No

27. Which of the following are tools to report data in ABAP? a) ALV b) ALE c) LSMW d) SmartForms 28. The AT-SELECTION-SCREEN event is triggered when a) ENTER key is hit on the selection-screen b) F8 key is hit on the selection-screen c) Any field on selection-screen is populated d) F4 key is hit on the selection-screen 29.what is T-CODE for Create Menu painter a)SE71 b)SE41 c)SE51 d)SE91 30.For an inequality check between two variables, the symbol used is: a) NE b) <>

c) >< d) NEQ

Ans B

A,B

C,B

ge the input & output for them.

nage the input & output for them. ACE

Yes A

A,B B

A,B,C

Вам также может понравиться