Which of the following rules must you follow when you create a static constructor? Note: There are 3 correct answers to this question
Answer : A, C, D
You have created a screen on which the user enters data that is to be inserted into table Tl. How do you ensure that the content of field F in Table Tl is checked against table T2?
Answer : D
An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?
Answer : D
You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method. READ TABLE ct_struc INDEX 1. What are the possible type definitions for parameter ct_itab?
Note: There are 2 correct answers to this question.
Answer : A, B, D
You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB Under which conditions is this possible? Note: There are 2 correct answers to this question.
Answer : B, C
Which of the following actions can you perform in both the ABAP Editor and in the ABAP Debugger?
Answer : C
How do you create lock objects and lock modules for use in ABAP programs that's access the database?
Answer : D