C_P2W_ABN Exam Question 11

What can be part of the signature of an instance constructor?
Note: There are 2 correct answers to this question.
  • C_P2W_ABN Exam Question 12

    You write the following ABAP statement:
    SELECT SINGLE carrid, connid, cityfrom, cityto
    FROM spfli
    INTO @gs_spfli
    WHERE carrid = @pa_car
    AND connid = @pa_con.
    How are the selected fields placed into target structure gs_spfli?
  • C_P2W_ABN Exam Question 13

    Which of the following program types can contain screens?
    Note: There are 3 correct answers to this question.
  • C_P2W_ABN Exam Question 14

    You have been asked to review the following expression, which processes character strings:
    result = find(val = 'abapABAP'
    sub = 'A'
    Occ = 2
    case = 'X'.....).
    What is the expected value of result?
  • C_P2W_ABN Exam Question 15

    What is data binding?