SAP ABAP Class IF_ABAP_CC_ATL_TYPES (Data types for ABAP Code Completion Template Processing)
Properties
| Class | IF_ABAP_CC_ATL_TYPES | |
| Short Description | Data types for ABAP Code Completion Template Processing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060612 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_ABAP_CC_ATL_TYPES has no interface implemented.
Friends
Class IF_ABAP_CC_ATL_TYPES has no friend class.
Attributes
Class IF_ABAP_CC_ATL_TYPES has no attribute.
Methods
Class IF_ABAP_CC_ATL_TYPES has no method.
Events
Class IF_ABAP_CC_ATL_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CLASS_LIST | Public | See coding | 20060614 | class_list type standard table of s_class
|
||
| 2 | COMP_LIST | Public | See coding | 20120810 | comp_list type STANDARD TABLE OF s_comp
|
||
| 3 | EXCEPTION | Public | See coding | 20060622 | begin of EXCEPTION.
types: name type string,
desc type string,
resumable type boolean,
spacer type string,
counter type i.
types: end of exception
|
||
| 4 | EXCEPTIONS | Public | See coding | 20060622 | exceptions type standard table of EXCEPTION
|
||
| 5 | MESSAGE | Public | See coding | 20060626 | begin of MESSAGE.
types: msg_format type boolean,
id type rstxp-tdid,
tdtyp type rstxp-tdtyp,
tdmessage type rstxp-tdmessage,
text type string,
opt_display_like type boolean,
opt_exception type boolean,
opt_into type boolean,
opt_with type boolean,
num_opt type i,
like_type type rstxp-tdtyp,
exception type string,
into type string,
with1 type string,
with2 type string,
with3 type string,
with4 type string.
types: end of message
|
||
| 6 | MESSAGES | Public | See coding | 20060626 | messages type standard table of message
|
||
| 7 | METHOD_LIST | Public | See coding | 20060614 | method_list type standard table of s_method
|
||
| 8 | OBJECT_INTERFACE | Public | See coding | 20060612 | BEGIN OF object_interface .
TYPES: name TYPE string,
optional TYPE boolean,
by_value type boolean,
typ_type type string,
type type string,
desc type string,
default type string,
spacer type string,
actname type string.
TYPES END OF object_interface
|
||
| 9 | OBJECT_INTERFACES | Public | See coding | 20060617 | object_interfaces TYPE standard TABLE OF object_interface
|
||
| 10 | PARAMETER | Public | See coding | 20060612 | BEGIN OF parameter .
TYPES: name TYPE string,
desc TYPE string.
TYPES END OF parameter
|
||
| 11 | PARAMETERS | Public | See coding | 20060612 | parameters TYPE standard TABLE OF parameter
|
||
| 12 | PARAM_LIST | Public | See coding | 20060614 | param_list type standard table of s_param
|
||
| 13 | S_CLASS | Public | See coding | 20060614 | begin of s_class.
types: clsname type seoclsname,
descript type SEODESCR.
types end of s_class
|
||
| 14 | S_COMP | Public | See coding | 20120810 | begin of s_comp,
name type string,
spacer type string,
end of s_comp
|
||
| 15 | S_METHOD | Public | See coding | 20060614 | begin of s_method.
types: method type seocmpname,
descript type SEODESCR.
types end of s_method
|
||
| 16 | S_PARAM | Public | See coding | 20060614 | begin of s_param.
types: parameter type SEOSCONAME,
descript type seodescr,
mtdtype type seomtdtype,
typtype type seotyptype,
type type RS38L_TYP.
types end of s_param
|
||
| 17 | S_TYPE | Public | See coding | 20060624 | begin of s_type.
types: tname type string,
ttype type string,
trole type string,
spacer type string,
tdesc type string.
types end of s_type
|
||
| 18 | TYPE_LIST | Public | See coding | 20060624 | type_list type standard table of s_type
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |