SAP ABAP Class IF_RSCNV_CONST (Constant & type interface)
Properties
Class | IF_RSCNV_CONST | |
Short Description | Constant & type interface | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130208 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSCNV_CONST has no interface implemented.
Friends
Class IF_RSCNV_CONST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20130711 | ||||
2 | ![]() |
Constant | Public | See coding | 20130711 | ||||
3 | ![]() |
Constant | Public | See coding | 20130711 | ||||
4 | ![]() |
Constant | Public | See coding | 20130711 | ||||
5 | ![]() |
Constant | Public | See coding | 20130711 | ||||
6 | ![]() |
Constant | Public | See coding | 20130711 | ||||
7 | ![]() |
Constant | Public | See coding | 20130711 | ||||
8 | ![]() |
Constant | Public | See coding | 20130711 | ||||
9 | ![]() |
Constant | Public | See coding | 20130711 | ||||
10 | ![]() |
Constant | Public | See coding | 20130807 | ||||
11 | ![]() |
Constant | Public | See coding | 20130802 | ||||
12 | ![]() |
Constant | Public | See coding | 20130711 | ||||
13 | ![]() |
Constant | Public | See coding | 20130711 | ||||
14 | ![]() |
Constant | Public | See coding | 20130711 | ||||
15 | ![]() |
Constant | Public | See coding | 20130711 | ||||
16 | ![]() |
Constant | Public | See coding | 20130711 | ||||
17 | ![]() |
Constant | Public | See coding | 20130711 | ||||
18 | ![]() |
Constant | Public | See coding | 20130724 | ||||
19 | ![]() |
Constant | Public | See coding | 20130711 | ||||
20 | ![]() |
Constant | Public | See coding | 20130711 | ||||
21 | ![]() |
Constant | Public | See coding | 20130711 |
Methods
Class IF_RSCNV_CONST has no method.
Events
Class IF_RSCNV_CONST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_BATCH_BUFFER | Public | See coding | 20130808 | begin of TY_S_BATCH_BUFFER,
tabname type tabname,
batch_id type rsbtc_batch_id,
end of ty_s_batch_buffer
|
||
2 | TY_S_CHAVLCHAVL_MAP | Public | See coding | 20130801 | BEGIN OF ty_s_chavlchavl_map,
source TYPE rschavl,
target TYPE rschavl,
END OF ty_s_chavlchavl_map
|
||
3 | TY_S_CHAVLMAPPING | Public | See coding | 20130801 | BEGIN OF ty_s_chavlmapping,
id TYPE rsmrt_cnvreqno,
opno TYPE rsmrt_opno,
chavl TYPE ty_t_chavlchavl_map,
END OF ty_s_chavlmapping
|
||
4 | TY_S_PRIMARY_KEY | Public | See coding | 20130726 | BEGIN OF ty_s_primary_key,
text(3072) TYPE c,
END OF ty_s_primary_key
|
||
5 | TY_S_RR_BUFFER | Public | See coding | 20130212 | BEGIN OF ty_s_rr_buffer,
rrnm TYPE rsmrt_rrnm,
ipronm TYPE rsinfoprov,
ref TYPE REF TO cl_rscnv_rr,
END OF ty_s_rr_buffer
|
||
6 | TY_S_RR_VERS_BUFFER | Public | See coding | 20130212 | BEGIN OF ty_s_rr_vers_buffer,
rrnm TYPE rsmrt_rrnm,
ipronm TYPE rsinfoprov,
objvers TYPE rsobjvers,
ref TYPE REF TO cl_rscnv_rr_vers,
END OF ty_s_rr_vers_buffer
|
||
7 | TY_S_SIDMAPPING | Public | See coding | 20130315 | BEGIN OF ty_s_sidmapping,
id TYPE rsmrt_cnvreqno,
opno TYPE rsmrt_opno,
sid TYPE ty_t_sidsid_map,
END OF ty_s_sidmapping
|
||
8 | TY_S_SIDSID_MAP | Public | See coding | 20130415 | BEGIN OF ty_s_sidsid_map,
source TYPE rssid,
target TYPE rssid,
END OF ty_s_sidsid_map
|
||
9 | TY_S_SIDSID_MOV | Public | See coding | 20130415 | BEGIN OF ty_s_sidsid_mov,
dimidnew TYPE rsdimid,
sid TYPE rssid,
END OF ty_s_sidsid_mov
|
||
10 | TY_S_TABLE_COLUMNS | Public | See coding | 20130726 | BEGIN OF ty_s_table_columns,
column_name(255) TYPE c,
data_type_name(16) TYPE c,
offset TYPE int4,
length TYPE int4,
END OF ty_s_table_columns
|
||
11 | TY_S_TABLE_OPERATION_BUFFER | Public | See coding | 20130314 | BEGIN OF ty_s_table_operation_buffer,
tablenm TYPE rsmrt_opnm,
operations TYPE rsmrt_t_operation,
END OF ty_s_table_operation_buffer
|
||
12 | TY_T_BATCH_BUFFER | Public | See coding | 20130808 | ty_t_batch_buffer type STANDARD TABLE OF ty_s_batch_buffer with DEFAULT KEY
|
||
13 | TY_T_CHAVLCHAVL_MAP | Public | See coding | 20130801 | ty_t_chavlchavl_map TYPE HASHED TABLE OF ty_s_chavlchavl_map WITH UNIQUE KEY source
|
||
14 | TY_T_CHAVLMAPPING | Public | See coding | 20130801 | ty_t_chavlmapping TYPE HASHED TABLE OF ty_s_chavlmapping WITH UNIQUE KEY id opno
|
||
15 | TY_T_FCODE | Public | See coding | 20130211 | ty_t_fcode TYPE STANDARD TABLE OF syucomm WITH DEFAULT KEY
|
||
16 | TY_T_PRIMARY_KEY | Public | See coding | 20130726 | ty_t_primary_key TYPE STANDARD TABLE OF ty_s_primary_key
WITH DEFAULT KEY
|
||
17 | TY_T_RR_BUFFER | Public | See coding | 20130212 | ty_t_rr_buffer TYPE SORTED TABLE OF ty_s_rr_buffer WITH UNIQUE KEY rrnm ipronm
|
||
18 | TY_T_RR_VERS_BUFFER | Public | See coding | 20130212 | ty_t_rr_vers_buffer TYPE SORTED TABLE OF ty_s_rr_vers_buffer WITH UNIQUE KEY rrnm ipronm objvers
|
||
19 | TY_T_SIDMAPPING | Public | See coding | 20130315 | ty_t_sidmapping TYPE HASHED TABLE OF ty_s_sidmapping WITH UNIQUE KEY id opno
|
||
20 | TY_T_SIDSID_MAP | Public | See coding | 20130415 | ty_t_sidsid_map TYPE HASHED TABLE OF ty_s_sidsid_map WITH UNIQUE KEY source
|
||
21 | TY_T_SIDSID_MOV | Public | See coding | 20130415 | ty_t_sidsid_mov TYPE HASHED TABLE OF ty_s_sidsid_mov WITH UNIQUE KEY dimidnew
|
||
22 | TY_T_TABLE_COLUMNS | Public | See coding | 20130726 | ty_t_table_columns TYPE STANDARD TABLE OF ty_s_table_columns WITH DEFAULT KEY
|
||
23 | TY_T_TABLE_OPERATION_BUFFER | Public | See coding | 20130314 | ty_t_table_operation_buffer TYPE HASHED TABLE OF ty_s_table_operation_buffer WITH UNIQUE KEY tablenm
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |