SAP ABAP Interface IF_ADT_MC_RES_CONTROLLER (T100 message class resource controller interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-MSG (Application Component) Message Class Editor for ABAP in Eclipse
⤷
SMESSAGE_ADT (Package) T100 Messages ADT
⤷
⤷
Properties
| Interface | IF_ADT_MC_RES_CONTROLLER | |
| Short Description | T100 message class resource controller interface |
General Data
| Package | SMESSAGE_ADT | T100 Messages ADT |
| Created | 20120709 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ADT_MC_RES_CONTROLLER has no forward declaration.
Interfaces
Interface IF_ADT_MC_RES_CONTROLLER has no interface.
Friends
Interface IF_ADT_MC_RES_CONTROLLER has no friend.
Attributes
Interface IF_ADT_MC_RES_CONTROLLER has no attribute.
Methods
Interface IF_ADT_MC_RES_CONTROLLER has no method.
Events
Interface IF_ADT_MC_RES_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MESSAGE | Public | See coding | 20120709 | tt_message TYPE STANDARD TABLE OF ty_message WITH DEFAULT KEY
|
||
| 2 | TT_MESSAGE_API | Public | See coding | 20120709 | tt_message_api TYPE STANDARD TABLE OF ty_message_api WITH DEFAULT KEY
|
||
| 3 | TT_MESSAGE_LOCK | Public | See coding | 20120709 | tt_message_lock TYPE STANDARD TABLE OF ty_message_lock WITH DEFAULT KEY
|
||
| 4 | TY_MESSAGE | Public | See coding | 20120709 | BEGIN OF ty_message,
sprsl TYPE spras,
arbgb TYPE arbgb,
msgnr TYPE msgnr,
text TYPE natxt,
END OF ty_message
|
||
| 5 | TY_MESSAGE_API | Public | See coding | 20120709 | BEGIN OF ty_message_api,
message_no TYPE symsgno,
text TYPE string,
corrno TYPE trkorr,
lock_handle TYPE string,
END OF ty_message_api
|
||
| 6 | TY_MESSAGE_LOCK | Public | See coding | 20120709 | BEGIN OF ty_message_lock,
adt_object TYPE if_adt_tools_core_types=>ty_object,
sprsl TYPE spras,
arbgb TYPE arbgb,
msgnr TYPE msgnr,
text TYPE natxt,
selfexp TYPE string,
haslongtext TYPE string,
corrno TYPE trkorr,
lock_handle TYPE string,
END OF ty_message_lock
|
||
| 7 | TY_ROOT | Public | See coding | 20120709 | BEGIN OF ty_root,
main_object TYPE if_adt_tools_core_types=>ty_main_object,
tt_message TYPE tt_message_lock,
tt_deletedmessage TYPE tt_message_lock,
END OF ty_root
|
||
| 8 | TY_ROOT_LOCK | Public | See coding | 20120709 | BEGIN OF ty_root_lock,
main_object TYPE if_adt_tools_core_types=>ty_main_object,
tt_message TYPE tt_message_lock,
END OF ty_root_lock
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |