SAP ABAP Class CL_RSL_UTIL_COPY_RKF_CKF (Copy of RKF and CKF to Copr)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_UTILITIES (Package) Services for the Workspaces
⤷
⤷
Properties
| Class | CL_RSL_UTIL_COPY_RKF_CKF | |
| Short Description | Copy of RKF and CKF to Copr | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_UTILITIES | Services for the Workspaces |
| Created | 20110927 | 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 CL_RSL_UTIL_COPY_RKF_CKF has no interface implemented.
Friends
Class CL_RSL_UTIL_COPY_RKF_CKF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSLTIPNAME | TransientProvider | 20110930 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20110927 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TN_T_BUFFER | 20120706 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TN_T_SELECTION | Selected RKF and CKF | 20110930 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20110927 | ||
| 2 | Static method | Public | Method | 20120710 | ||
| 3 | Instance method | Public | Method | copy rkf and ckf from base prov to CompositeProvider | 20110930 | |
| 4 | Instance method | Public | Method | update rkf and ckf from base prov to compositeProvider | 20120711 | |
| 5 | Static method | Public | Method | 20110927 | ||
| 6 | Instance method | Public | Method | get name proposal | 20110930 | |
| 7 | Instance method | Public | Method | set selected rkf and ckf | 20110929 |
Events
Class CL_RSL_UTIL_COPY_RKF_CKF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_BUFFER | Private | See coding | 20120706 | BEGIN OF tn_s_buffer,
infoprov TYPE rsinfoprov,
copr TYPE rsltipname,
copy_ref TYPE REF TO cl_rsl_util_copy_rkf_ckf,
END OF tn_s_buffer
|
||
| 2 | TN_S_SELECTION | Public | See coding | 20110930 | BEGIN OF tn_s_selection.
INCLUDE TYPE rsl_s_selected_rkf_ckf.
TYPES: new_name TYPE rszcompid,
txtlg TYPE rstxtlg,
is_rkf TYPE rs_bool,
END OF tn_s_selection
|
||
| 3 | TN_T_BUFFER | Private | See coding | 20120706 | tn_t_buffer TYPE STANDARD TABLE OF tn_s_buffer
|
||
| 4 | TN_T_SELECTION | Public | See coding | 20110930 | tn_t_selection TYPE STANDARD TABLE OF tn_s_selection
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COPR | Call by reference | Type reference (TYPE) | RSLTIPNAME | Transienter Provider | 20110930 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20110927 |
Method CONSTRUCTOR on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
Method DELETE_SINGLE_KF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20120710 | |||
| 2 | I_COMPUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20120710 |
Method DELETE_SINGLE_KF on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
Method EXECUTE_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20120706 |
Method EXECUTE_COPY on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
Method EXECUTE_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20120711 |
Method EXECUTE_UPDATE on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COPR | Call by reference | Type reference (TYPE) | RSLTIPNAME | Transienter Provider | 20110930 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20110927 | |||
| 3 | R_R_COPY_RKFCKF | Value transfer | Object reference (TYPE REF TO) | CL_RSL_UTIL_COPY_RKF_CKF | Copy of RKF and CKF to Copr | 20110930 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120706 |
Method GET_NAME_PROPOSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PROPOSAL | Call by reference | Type reference (TYPE) | TN_T_SELECTION | 20110930 | ||||
| 2 | I_PREFIX | Call by reference | Type reference (TYPE) | RSLWSPPFX | Workspace Präfix | 20120719 | |||
| 3 | I_T_RKF_CKF | Call by reference | Type reference (TYPE) | RSL_T_SELECTED_RKF_CKF | Selektierte RKF und CKF | 20110930 |
Method GET_NAME_PROPOSAL on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
Method SET_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RSL_T_RETMSG | Meldungstabelle TLOGO Framework | 20110930 | |||
| 2 | I_T_SELECTION | Call by reference | Type reference (TYPE) | TN_T_SELECTION | Selektierte RKF und CKF | 20110929 |
Method SET_SELECTED on class CL_RSL_UTIL_COPY_RKF_CKF has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |