| Exam Code/Number: | C_P2W_ABNJoin the discussion |
| Exam Name: | SAP Certified Development Associate - P2W for ABN |
| Certification: | SAP |
| Question Number: | 80 |
| Publish Date: | May 29, 2026 |
|
Rating
100%
|
|
How is data shared between Web Dynpro controllers?
Note: There are 2 correct answers to this question.
You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB.
Under which condition is this possible?
You call a lock module.
Which exceptions could the lock module raise when a logical lock CANNOT be set?
Note: There are 2 correct answers to this question.
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?
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?