SAP IF_AMDP_DBG_ADT_CH_TYPES OO Class - AMDP Debugger - Types for Content Handler
IF_AMDP_DBG_ADT_CH_TYPES 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_DBG_ADT_CH_TYPES 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_DBG_ADT_CH_TYPES 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_DBG_ADT_CH_TYPES types
TT_DBG_BREAKPOINT_CONDITIONS -TT_DBG_BREAKPOINT_REQ -
TT_DBG_BREAKPOINT_RES -
TT_DBG_CALLSTACK -
TT_DBG_EXCEPTIONS -
TT_DBG_ITAB_LINE_DESCR_NATIVE -
TT_DBG_RESPONSE -
TT_DBG_RES_ITAB_DATA -
TT_DBG_SCALAR_VALUE_RES -
TT_DBG_START_PARAMETERS -
TT_DBG_VAR_DESCR -
TY_DBG_ABAP_POSITION -
TY_DBG_BREAKPOINT_CONDITION -
TY_DBG_BREAKPOINT_REQ -
TY_DBG_BREAKPOINT_RES -
TY_DBG_CALLSTACK_ENTRY -
TY_DBG_EXCEPTION -
TY_DBG_ITAB_LINE_DESCR_NATIVE -
TY_DBG_NATIVE_POSITION -
TY_DBG_REQ_SYNC_BREAKPOINTS -
TY_DBG_RESPONSE -
TY_DBG_RESPONSE_VALUES -
TY_DBG_RES_GET_ITAB_DESC -
TY_DBG_RES_GET_SCALAR_VALUES -
TY_DBG_RES_ITAB_CELL -
TY_DBG_RES_ITAB_LINE -
TY_DBG_RES_LOOKUP -
TY_DBG_RES_LOOKUP_ITEM -
TY_DBG_RES_ON_BREAK -
TY_DBG_RES_ON_TOGGLE_BPS -
TY_DBG_RES_SET_SCALAR_VALUES -
TY_DBG_RES_SYNC_BREAKPOINTS -
TY_DBG_SCALAR_VALUE_RES -
TY_DBG_START_PARAMETER -
TY_DBG_VAR_DESCR -
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