SAP ABAP Class CL_RSDHAF_MAPPING_TARGET_INPUT (Frontend: Mapping Target Input)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAF_MAPPING | Frontend: Mapping | 20120726 |
Properties
| Class | CL_RSDHAF_MAPPING_TARGET_INPUT | |
| Short Description | Frontend: Mapping Target Input | |
| Super Class | CL_RSDHAF_MAPPING | Frontend: Mapping |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20120726 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDHAF_MAPPING_TARGET_INPUT has no interface implemented.
Friends
Class CL_RSDHAF_MAPPING_TARGET_INPUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | Column Numbers of Operation | 20121022 | ||||
| 2 | Constant | Private | See coding | Column Numbers of Target | 20121022 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_TABLE | Table for Operation Data | 20120726 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_TABLE | Table for Target Data | 20120728 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | T_T_OPER | Operation Data | 20120727 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | T_T_TGT | Target Data | 20120727 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120726 | |
| 2 | Instance method | Public | Method | Create Mapping Proposal | 20130103 | |
| 3 | Instance method | Private | Method | Create Operation | 20120726 | |
| 4 | Instance method | Private | Method | Create Target | 20120726 | |
| 5 | Instance method | Private | Method | Delete Network Tables for Source and Operation | 20120726 | |
| 6 | Instance method | Private | Event handling method | Handle Operation Input Mapping Finished | 20120728 | |
| 7 | Instance method | Private | Method | Set Input Mapping | 20130219 |
Events
Class CL_RSDHAF_MAPPING_TARGET_INPUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_OPER | Private | See coding | Operation | 20120727 | BEGIN OF t_s_oper,
name(40) TYPE c,
info_object_type(1) TYPE c,
description(60) TYPE c,
iobjnm TYPE rsiobjnm,
dtelnm TYPE rollname,
iobjtp TYPE rsiobjtp,
non_existent TYPE rs_bool,
END OF t_s_oper
|
|
| 2 | T_S_TGT | Private | See coding | Target | 20120727 | BEGIN OF t_s_tgt,
name(40) TYPE c,
info_object_type(1) TYPE c,
description(60) TYPE c,
iobjnm TYPE rsiobjnm,
dtelnm TYPE rollname,
iobjtp TYPE rsiobjtp,
non_existent TYPE rs_bool,
END OF t_s_tgt
|
|
| 3 | T_T_OPER | Private | See coding | Operation (Table Type) | 20120727 | t_t_oper TYPE STANDARD TABLE OF t_s_oper
|
|
| 4 | T_T_TGT | Private | See coding | Target (Table Type) | 20120727 | t_t_tgt TYPE STANDARD TABLE OF t_s_tgt
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Name of a Screen Element | 20130627 | |||
| 2 | I_R_MAINTENANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAINTENANCE | Maintenance Analysis Process | 20120811 | |||
| 3 | I_R_MAPPING_OPER_INPUT | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAPPING_OPER_INPUT | Frontend: Mapping Operation Input | 20120728 |
Method CONSTRUCTOR on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method CREATE_MAPPING_PROPOSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENFORCE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | X: Enforce Creation of Mapping Proposal | 20130103 |
Method CREATE_MAPPING_PROPOSAL on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method P_CREATE_OPERATION Signature
Method P_CREATE_OPERATION on class CL_RSDHAF_MAPPING_TARGET_INPUT has no parameter.
Method P_CREATE_OPERATION on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method P_CREATE_TARGET Signature
Method P_CREATE_TARGET on class CL_RSDHAF_MAPPING_TARGET_INPUT has no parameter.
Method P_CREATE_TARGET on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method P_DELETE_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20120726 | |||
| 2 | I_TARGET | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20120726 |
Method P_DELETE_TABLES on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method P_HNDL_OPER_MAP_INPUT_FINISHED Signature
Method P_HNDL_OPER_MAP_INPUT_FINISHED on class CL_RSDHAF_MAPPING_TARGET_INPUT has no parameter.
Method P_HNDL_OPER_MAP_INPUT_FINISHED on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
Method P_SET_INPUT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PRED_ROW | Call by reference | Type reference (TYPE) | RSNG_ROWNR | Predecessor Row Number | 20130219 | |||
| 2 | I_PRED_ROW_OLD | Call by reference | Type reference (TYPE) | RSNG_ROWNR | Old Predecessor Row Number | 20130219 | |||
| 3 | I_R_DOIT | Call by reference | Object reference (TYPE REF TO) | CL_RSNETGRAPHIC_DOIT | Doit-Class of Netplan Event | 20130219 | |||
| 4 | I_R_LINK | Call by reference | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_LINK | Link Object of Netplan | 20130219 | |||
| 5 | I_SUCC_ROW | Call by reference | Type reference (TYPE) | RSNG_ROWNR | Successor Row Number | 20130219 | |||
| 6 | I_SUCC_ROW_OLD | Call by reference | Type reference (TYPE) | RSNG_ROWNR | Old Successor Row Number | 20130219 |
Method P_SET_INPUT_MAPPING on class CL_RSDHAF_MAPPING_TARGET_INPUT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |