| Exam Code/Number: | C_P2W_ABNJoin the discussion |
| Exam Name: | SAP Certified Development Associate - P2W for ABN |
| Certification: | SAP |
| Question Number: | 80 |
| Publish Date: | Jul 22, 2026 |
|
Rating
100%
|
|
A user runs an ABAP program, enters an incorrect value on the selection screen, and chooses Execute.
Which event block must send the error message in order to display the selection screen again?
Your program performs a database update by calling function modules in an update task.
Which ABAP statements can be used in the program to discard all update requests for the current SAP logical unit of work (LUW)?
Note: There are 3 correct answers to this question.
A class is defined as follows:
CLASS my class DEFINITION. PUBLIC SECTION.
METHODS do something. EVENTS state_changed. CLASS-METHODS static1.
PRIVATE SECTION.
TYPES t_table TYPE STANDARD TABLE OF 1001 WITH NON-UNIQUE DEFAULT KEY. CONSTANTS gc_const TYPE I VALUE 1.
ENDCLASS.
Which components of the class can static method static1 address directly?
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?
What transactions can be used to carry out modification adjustments after a system upgrade? Note: There are 2 correct answers to this question.