SAP IF_AMDP_BASE OO Class - Interface for Fundamental AMDP Functions
IF_AMDP_BASE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_AMDP_BASE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of IF_AMDP_BASE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
IF_AMDP_BASE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_ABAP_LANGUAGE_VERSION | Instance Attribute | LIKE | Private | ||
| CO_AMDP_ID_KIND | Instance Attribute | LIKE | Private | ||
| CO_BODY_MAP_KIND | Constant | Type of the mapping entry | LIKE | Public | |
| CO_CDS_CLIENT_CURRENT | Instance Attribute | LIKE | Private | ||
| CO_CHANGING_PARM_IN_SUFFIX | Instance Attribute | LIKE | Private | ||
| CO_CHANGING_PARM_IN_SUFFIX_LN | Instance Attribute | LIKE | Private | ||
| CO_CONN_AMDP_ADBC | Instance Attribute | Database Connection for ADBC Statements ( | LIKE | Private | |
| CO_CONN_AMDP_CDS | Instance Attribute | Database connection for CDS synchronization | LIKE | Private | |
| CO_CONN_AMDP_SYNC | Instance Attribute | Database Connection for Synchronization at Runtime | LIKE | Private | |
| CO_CONN_STD_DB_PREFIX | Instance Attribute | LIKE | Private | ||
| CO_DBLANG_TST_AFLLANG | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_CDS_SFUNC | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_DDL_OBJECT | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_DDL_PROTOTYPE | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_EXT_OBJ | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_FUNC | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_FUNCTION | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_GRAPH_WS | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_PROC | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_PROCEDURE | Instance Attribute | Database Procedure | LIKE | Private | |
| CO_DBOBJ_KIND_SFUNC | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_KIND_SYNONYM | Instance Attribute | Database Synonym | LIKE | Private | |
| CO_DBOBJ_KIND_TABLE | Instance Attribute | Database Table | LIKE | Private | |
| CO_DBOBJ_KIND_TABLE_TYPE | Instance Attribute | Table Type | LIKE | Private | |
| CO_DBOBJ_KIND_VIEW | Instance Attribute | Database View | LIKE | Private | |
| CO_DBOBJ_ROLE_BADI_DISPATCH | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_ROLE_COMP_TABLE | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_ROLE_COMP_VIEW | Instance Attribute | Compensation View | LIKE | Private | |
| CO_DBOBJ_ROLE_DDL_OBJECT | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_ROLE_PROCEDURE | Instance Attribute | Database Procedure | LIKE | Private | |
| CO_DBOBJ_ROLE_STUB | Instance Attribute | Stub Procedure | LIKE | Private | |
| CO_DBOBJ_ROLE_STUB_STMT_TRC | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_ROLE_STUB_V2 | Instance Attribute | LIKE | Private | ||
| CO_DBOBJ_ROLE_SYNC | Instance Attribute | Transfer Table for Synchronization | LIKE | Private | |
| CO_DBOBJ_ROLE_TABLE_TYPE | Instance Attribute | Table Type | LIKE | Private | |
| CO_DBOBJ_ROLE_TFT | Instance Attribute | Transfer Table | LIKE | Private | |
| CO_DBOBJ_ROLE_USING | Instance Attribute | Object specified in the USING clause | LIKE | Private | |
| CO_DBPROC_NAME_LENG_MAX | Instance Attribute | LIKE | Private | ||
| CO_DBSYS_HDB | Instance Attribute | DB Name | LIKE | Private | |
| CO_FAKE_TRMSG_DBLANG | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_BADI_IMPL | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_BADI_METH | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_HIERARCHY | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_PROJ_VIEW | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_SFUNC | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_TFUNC | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_VIEW | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_CDS_VIEW_NTT | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_DBTYPE | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_DDL_OBJECT | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_FUNC | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_METH | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_NAME | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_SFUNC | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_SFUNC_INDIR | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_TFUNC_BOTH | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_TFUNC_INDIR | Instance Attribute | LIKE | Private | ||
| CO_KRN_USED_KIND_VIEW | Instance Attribute | LIKE | Private | ||
| CO_LEN_NAMESPACE_NODDIC | Instance Attribute | LIKE | Private | ||
| CO_METH_ADDITION | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_BADI_DISP | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_BADI_DISPATCH | Instance Attribute | Method for DB Procedure | LIKE | Private | |
| CO_METH_KIND_DDL_PROTOTYPE | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_FUNC | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_FUNCTION | Instance Attribute | Method for DB Function | LIKE | Private | |
| CO_METH_KIND_GRAPH_WS | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_PROC | Instance Attribute | LIKE | Private | ||
| CO_METH_KIND_PROCEDURE | Instance Attribute | Method for DB Procedure | LIKE | Private | |
| CO_METH_KIND_SFUNC | Instance Attribute | LIKE | Private | ||
| CO_NAMESPACE_NODDIC | Instance Attribute | LIKE | Private | ||
| CO_PARAM_KIND_CHANGING | Instance Attribute | LIKE | Private | ||
| CO_PARAM_KIND_EXPORTING | Instance Attribute | LIKE | Private | ||
| CO_PARAM_KIND_IMPORTING | Instance Attribute | LIKE | Private | ||
| CO_PARAM_KIND_RETURNING | Instance Attribute | LIKE | Private | ||
| CO_PARAM_NAME_CONNECTION | Instance Attribute | LIKE | Private | ||
| CO_TOKEN_WITH_NAMESPACE | Instance Attribute | LIKE | Private | ||
| CO_USED_KIND_BADI_METHOD | Instance Attribute | Method in USING Clause | LIKE | Private | |
| CO_USED_KIND_DBTYPE | Instance Attribute | Table in USING Clause | LIKE | Private | |
| CO_USED_KIND_FUNCTION | Instance Attribute | LIKE | Private | ||
| CO_USED_KIND_METHOD | Instance Attribute | Method in USING Clause | LIKE | Private |
IF_AMDP_BASE types
AMDP_ID_FOR_SYNT_CHK -Links to Related Class(s)
IF_AMDP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects