SAP ABAP Interface IF_RSCNV_CONST (Constant & type interface)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSCNV (Package) Package for Metadata Remodeling
⤷
⤷
Properties
| Interface | IF_RSCNV_CONST | |
| Short Description | Constant & type interface |
General Data
| Package | RSCNV | Package for Metadata Remodeling |
| Created | 20130208 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ICON | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSCNV_CONST has no interface.
Friends
Interface IF_RSCNV_CONST has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_C_APPL_LOG | Constant | Public | See coding | 20130711 | ||||
| 2 | N_C_CLASSNM_IPRO | Constant | Public | See coding | 20130711 | ||||
| 3 | N_C_CLASSNM_OPERATION | Constant | Public | See coding | 20130711 | ||||
| 4 | N_C_CREATE_MODE | Constant | Public | See coding | 20130711 | ||||
| 5 | N_C_DETLEVEL | Constant | Public | See coding | 20130711 | ||||
| 6 | N_C_DIMENSION | Constant | Public | See coding | 20130711 | ||||
| 7 | N_C_FCODE | Constant | Public | See coding | 20130711 | ||||
| 8 | N_C_FIELDTP | Constant | Public | See coding | 20130711 | ||||
| 9 | N_C_FILLING_METHOD | Constant | Public | See coding | 20130711 | ||||
| 10 | N_C_METHOD | Constant | Public | See coding | 20130807 | ||||
| 11 | N_C_MISC | Constant | Public | See coding | 20130802 | ||||
| 12 | N_C_OPERATION | Constant | Public | See coding | 20130711 | ||||
| 13 | N_C_PARAM | Constant | Public | See coding | 20130711 | ||||
| 14 | N_C_SCREEN_INFO | Constant | Public | See coding | 20130711 | ||||
| 15 | N_C_STATUS | Constant | Public | See coding | 20130711 | ||||
| 16 | N_C_STATUS_ICON | Constant | Public | See coding | 20130711 | ||||
| 17 | N_C_STEP | Constant | Public | See coding | 20130711 | ||||
| 18 | N_C_STEPNO | Constant | Public | See coding | 20130724 | ||||
| 19 | N_C_TEMP_NAME | Constant | Public | See coding | 20130711 | ||||
| 20 | N_C_TREE_COLUMN | Constant | Public | See coding | 20130711 | ||||
| 21 | N_C_TREE_NODE | Constant | Public | See coding | 20130711 |
Methods
Interface IF_RSCNV_CONST has no method.
Events
Interface 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 | 740 |