Ansicht
Dokumentation

ABENAMDP_CLASSES - AMDP CLASSES

ABENAMDP_CLASSES - AMDP CLASSES

ABAP Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

- Classes

An AMDP class is a global class in the class library that implements one or more of the following tag interfaces:

The names of the interfaces all start with IF_AMDP_MARKER and a suffix indicates the database system for which the ABAP Managed Database Procedures can be implemented in AMDP methods of the class.

An AMDP class can contain both regular methods and AMDP methods. It can contain one or more AMDP methods for each database system specified by a tag interface.

Example

Simple example for an AMDP class. The class CL_DEMO_AMDP_SCARR implements the interface IF_AMDP_MARKER_HDB and contains an AMDP method SELECT_SCARR that gets data from the database table SCARR:

The following program section calls the method and produces the result.






Fill RESBD Structure from EBP Component Structure   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1369 Date: 20240425 Time: 183032     sap01-206 ( 22 ms )