Sie sind auf Seite 1von 1

Pavan praveen praveen.srrec@gmail.com ABAP CERTIFICATION QUESTIONS 1.

If a table does not have MANDT as part of the primary ey, it is ____.A: A st ructureB: InvalidC: Client-independentD: Not mandatory2. In regard to CALL, whic h of the following is NOT a valid statement?A: CALL FUNCTIONB: CALL SCREENC: CAL L TRANSACTIOND: CALL PROGRAM3. Name the type of ABAP Dictionary table that has t hese characteristics:Same number of fields as the database tableSame name as dat abase tableMaps 1:1 to database tableA: PooledB: ClusterC: TransparentD: View4. An event starts with an event eyword and ends with:A: Program execution.B: ENDOF-EVENT.C: Another event eyword.D: END-EVENT.5. What is the system field for t he current date?A: SY-DATUMB: SY-DATEC: SY-DATIDD: SY-SDATE6. The following code indicates:SELECT fld1 fld2 FROM tab1 APPENDING TABLE itabWHERE fld1 IN sfld1.A: Add rows to the existing rows of itab.B: Add rows to itab after first deleting any existing rows of itab. Pavan praveen praveen.srrec@gmail.com C: Select rows from tab1 for matching itab entries.D: Nothing, this is a syntax error.7. You may change the following data object as shown below so that it equa ls3.14.CONSTANTS: PI type P decimals 2 value '3.1'.PI = '3.14'.A: TrueB: False8. The SAP service that ensures data integrity by handling loc ing is called:A: Up dateB: DialogC: Enqueue/DequeueD: Spool9. Which of these sentences most accurate ly describes the GET VBAK LATE.event?A: This event is processed before the secon d time the GET VBAK event isprocessed.B: This event is processed after all occur rences of the GET VBAK event arecompleted.C: This event will only be processed a fter the user has selected a basic listrow.D: This event is only processed if no records are selected from table VBAK.10. Which of the following is not a true s tatement in regard to a hashedinternal table type?A: Its ey must always be UNIQ UE.B: May only be accessed by its ey.C: Response time for accessing a row depen ds on the number of entries inthe table.D: Declared using internal table type HA SHED TABLE.11. TO include database-specific SQL statements within an ABAP progra m,code them between:A: NATIVE SQL_ENDNATIVE.B: DB SQL_ENDDB.C: SELECT_ENDSELECT. D: EXEC SQL_ENDEXEC. Pavan praveen praveen.srrec@gmail.com 12. To measure how long a bloc of code runs, use the ABAP statement:A: GET TIME .B: SET TIME FIELD .C: GET RUN TIME FIELD .D: SET CURSOR FIELD .13. When a seco ndary list is being processed, the data of the basic list isavailable by default .A: TrueB: False14. Given:DATA: BEGIN OF itab OCCURS 10,qty type I,END OF itab.D O 25 TIMES. itab-qty = sy-index. APPEND itab. ENDDO.LOOP AT itab WHERE qty > 10. WRITE: /1 itab-qty.ENDLOOP.This will result in:A: Output of only those itab rows with a qty field less than 10B: Output of the first 10 itab rows with a qty fie ld greater than 10C: A syntax errorD: None of the above15. After a DESCRIBE TABL E statement SY-TFILL will containA: The number of rows in the internal table.B: The current OCCURS value.C: Zero, if the table contains one or more rows.D: The length of the internal table row structure.16. You may declare your own internal table type using the TYPES eyword.A: TrueB: False17. After adding rows to an i nternal table with COLLECT, you should avoidadding more rows with APPEND.A: True

Das könnte Ihnen auch gefallen