You want to define an ABAP Managed Database Procedure (AMDP) . Which are requirements in the definition part of the class?
There are 2 correct answers to this question.
The AMDP method has at least one exporting parameter.
The AMDP method is defined as a a static method.
The class implements interface if_amdp_marker_hdb.
All parameters of the AMDP method are passed by value.
Submit