SAP AMDP POLYMORPHISM ABEXA
Get Example source ABAP code based on a different SAP table
ABAP_AMDP - AMDP Methods in Interfaces and Superclasses
This example demonstrates how AMDP methods are implemented from interfaces and superclasses.
ABAP_SOURCE_CODE
DEMO CL_DEMO_AMDP_POLYMORPHISM
ABAP_DESCRIPTION
An interface
The interface method is implemented once as an AMDP method and once as a regular method in the classes
This class demonstrates how objects are created using either the AMDP method or the regular method and called polymorphically, depending on the current database.