Siemens Written Test Questions

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

SIEMENS ABAP TEST Date: 12-12-05 There are 35 questions and time given is 30 minutes.

Wrong answer carries 0.25 negative marking Questions. 1. Smartform is a a) Client dependent with work bench correction b) Client independent with work bench correction c) Client dependent with out workbench correction. d) Client independent with out workbench correction. 2. Which of the following is not possible in smart forms? a) Labels b) All the script control commands c) a & b d) None of the above 3. Can u debug the Smartform? a) Yes b) No 4. Can we use multiple main windows in smart forms? a) Yes b) No c) Depends on requirement 5. Type of windows not possible in scripts? a) Main b) Variable c) Address d) Constant 6. Which of the following is correct? a) Write:/ All the best (001) b) All the best 001 c) All the best (001) d) All the best<001> 7. How do you add field to a table in SAP? a) Append structure b) Include structure c) . d) .. 8. If you modify a table when itll be effective? a) Immediately after activation b) Next time u logon. c) After activating the ABAP program D). 9. What will take care when u r working with open Sql? a) Database interface

b) ABAP program c) .. 10. When can we fetch the data using OPEN SQL? a) When the table is available in data dictionary b) 11. Variants are: a) Client dependent b) Client independent c) .. d) 12. Which method is not possible in LSMW? a) Direct b) Recording c) Business object d) Call transaction 13. Which is not a data transfer method in SAP? a) Session b) Direct input c) Call transaction d) File transfer 14. Data element is a a) Semantic domain b) Business context c) Technical domain d) Physical attributes 15. When we press F1 a) Documentation from data element b) Search help documentation c) .. d) . 16. After passing the loop which system variable will be incremented: a) Sy-index b) sy-tabix c) sy-linct d) sy-lilli 17. system variable which holds the current line number a) sy-index b) sy-tabix c) sy-linct d) sy-lilli e) none of the above 18. which of the following is true? a) one message type can assign to multiple idoc types b) one message type only one idoc type c) none of the above 19. which of the following is correct about the process code?

a) process code is only for the outbound side. b) Process code is only for the inbound side. c) It determines the function module and processing d) . 20. if a fuction module is called the function group is loaded into internal session a) only once b) once c) depends d) none of the above 21. which of the following is correct? a) move : 1 to a,b,c,d. b) move 1 to : a, b, c, d. c) . d) 22. which of the following is correct? Data: itab1 type table of I with header line. Data: itab2 type table of I with header line. Itab1 = Itab2. a) syntax error b) contents of header itabl are moved to itab2. c) Header Contents of itab2 are moved to itab1. d) goes to short dump. e) None of the above. 23. select * from mara into wa. endselect. write: wa-matnr, wa-mtart. As a result only one record was printed? a) No stop statement is used b) no/ or new-page statement is used c) wa and table structure is different d) select single should always be used 24. what is true? a) one class can extend one class b) one class can extend many classes c) one class can implement many interfaces but can extend to one class. d) . 25. when an index is created , what is true? a) an index is a copy of database table with primary key fields. b) It can be access only the primary key fields but not other fields. 26. In which event we can have page header in detailed list? a) top of page b) top of page during line selection c) .. d) .. 27. when we use LEAVE TO LIST PROCESSING, how can you came back to calling screen

a) exit b) back c) not possible d) specify RETURN in addition 28. CALL SCREEN .. question was wrong 29. what processes the application toolbar elements? a) function keys b) function code c) fast path 30. what is the use of the domain? a) It specifies the value range for the input field b) . 31. how do we edit the function module exit? a) in CMOD we can modify the exit b) . c) .. 32. what is the new field validation for the screen fields. a) chain / end chain b) loop / end loop c) protect / end protect d) screen - evtrc. 33. which of the following is true about the LDB? a) dynamic selection screen b) no authorization checks 34. in which event validations for selection screen fields are carried out? a) at line selection b) at selection screen c) . d) .. 35. how to process in the same list level, <sy> = <sy> - 1. what is <sy>? a) sy-lsind b) sy-tabix c) sy-lilli d) sy-lsli

You might also like