Which of the following features do you have to consider when you use shared objects? (Choose three.)
Which objects can share data through context mapping?
Compared to a predefined ABAP type what additional properties can be assigned to a domain? (Choose three.)
To which context object is the attribute LEAD_SELECTION_INDEX related?
You have 2 objects: O1 of type class C1 and O2 of type class C2. Class C2 is a subclass of class C1.Which of the following statements implements an up cast?
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 t001 WITH NON-UNIQUE DEFAULT KEY.CONSTANTS gc_const TYPE | VALUE 1.ENDCLASS.Which components of the class can static method static1 address directly? (Choose two.)