Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130102 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAF_MAPPING_OPER_INPUT | Frontend: Mapping Operation Input | 20120725 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAF_MAPPING_TARGET_INPUT | Frontend: Mapping Target Input | 20120726 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAF_TARGET_NONE | Frontend: Output Structure for Result None | 20121207 |
Properties
Class | CL_RSDHAF_MAPPING | |
Short Description | Frontend: Mapping | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSDHA | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20120725 | 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) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
7 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
8 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
9 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
10 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130102 |
Friends
Class CL_RSDHAF_MAPPING has no friend class.
Attributes
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | MAPPING_CHANGED_FINISHED | Instance Event (0) |
Public (2) |
Mapping Changed Finished | 20120728 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_FORMULA | Protected | See coding | Formula Fields | 20130118 | BEGIN OF tn_s_formula,
name TYPE if_rsdham_field_descr=>tn_name,
formula_string TYPE string,
END OF tn_s_formula
|
|
2 | TN_TH_FORMULA | Protected | See coding | Formula Fields (Table Type) | 20130118 | tn_th_formula TYPE HASHED TABLE OF tn_s_formula WITH UNIQUE KEY name
|
|
3 | TY_S_SEARCH_ATTR | Protected | See coding | Search Table | 20120725 | BEGIN OF ty_s_search_attr,
search_term TYPE rsawbn_search_term,
t_search_table TYPE ty_t_search_table,
END OF ty_s_search_attr
|
|
4 | TY_S_SEARCH_TABLE | Protected | See coding | Search Table | 20120725 | BEGIN OF ty_s_search_table,
r_table TYPE REF TO if_rsnetgraphic_table,
t_search_fieldnm TYPE cl_rsawbn_ser_search=>ty_t_fieldname,
END OF ty_s_search_table
|
|
5 | TY_T_SEARCH_TABLE | Protected | See coding | Search Table | 20120725 | ty_t_search_table TYPE STANDARD TABLE OF ty_s_search_table WITH NON-UNIQUE DEFAULT KEY
|
|
6 | T_SX_LINK | Protected | See coding | Link Operation - Target | 20120725 | BEGIN OF t_sx_link ,
successor TYPE rsng_rownr,
predecessor TYPE rsng_rownr,
r_link TYPE REF TO if_rsnetgraphic_link,
END OF t_sx_link
|
|
7 | T_T_LINK | Protected | See coding | Link Operation - Target | 20120725 | t_t_link TYPE STANDARD TABLE OF t_sx_link WITH NON-UNIQUE DEFAULT KEY
|
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 | 20120725 | ||
2 | ![]() |
I_R_MAINTENANCE | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAF_MAINTENANCE | 20120811 |
Method CONSTRUCTOR on class CL_RSDHAF_MAPPING has no exception.
Method CREATE_AND_SEND_DATA Signature
Method CREATE_AND_SEND_DATA on class CL_RSDHAF_MAPPING has no parameter.
Method CREATE_AND_SEND_DATA on class CL_RSDHAF_MAPPING has no exception.
Method FREE_IT Signature
Method FREE_IT on class CL_RSDHAF_MAPPING has no parameter.
Method FREE_IT on class CL_RSDHAF_MAPPING has no exception.
Method LINK_GUI_CONTAINER_TO_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Dynpro Number | 20130627 | ||
2 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | SYREPID | Report Name | 20130627 |
Method LINK_GUI_CONTAINER_TO_SCREEN on class CL_RSDHAF_MAPPING has no exception.
Method O_ACCESS_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Function Code | 20120725 |
Method O_ACCESS_FCODE on class CL_RSDHAF_MAPPING has no exception.
Method O_ADD_BUTTONS_TO_TOOLBAR Signature
Method O_ADD_BUTTONS_TO_TOOLBAR on class CL_RSDHAF_MAPPING has no parameter.
Method O_ADD_BUTTONS_TO_TOOLBAR on class CL_RSDHAF_MAPPING has no exception.
Method O_CHANGE_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MAPPING | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Feldmapping (Tabelle) | 20130128 | ||
2 | ![]() |
E_MAINTENANCE_EXECUTED | Call by reference | Type reference (TYPE) | RS_BOOL | X: Maintenance executed | 20130125 | ||
3 | ![]() |
I_CATEGORY | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_CATEGORY | Kategorie Analyse-Element | 20130129 | ||
4 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_NAME | Feldname (logischer Name) | 20130123 | ||
5 | ![]() |
I_R_FORMULAS | Call by reference | Object reference (TYPE REF TO) | CL_RSDHA_FORMULAS | Formulas | 20130123 |
Method O_CHANGE_FORMULA on class CL_RSDHAF_MAPPING has no exception.
Method O_CLEAR Signature
Method O_CLEAR on class CL_RSDHAF_MAPPING has no parameter.
Method O_CLEAR on class CL_RSDHAF_MAPPING has no exception.
Method O_CREATE_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ICON | Call by reference | Type reference (TYPE) | ICON_L4 | 20120725 | |||
2 | ![]() |
I_PREDROW | Call by reference | Type reference (TYPE) | INT2 | 20120725 | |||
3 | ![]() |
I_R_PREDTAB | Call by reference | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_TABLE | 20120725 | |||
4 | ![]() |
I_R_SUCCTAB | Call by reference | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_TABLE | 20120725 | |||
5 | ![]() |
I_SUCCROW | Call by reference | Type reference (TYPE) | INT2 | 20120725 | |||
6 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | RSNG_TEXT | 20120725 | |||
7 | ![]() |
I_TOOLTIP | Call by reference | Type reference (TYPE) | RSNG_TOOLTIP | 20120725 | |||
8 | ![]() |
I_VISIBLE | Call by reference | Type reference (TYPE) | RSNPG_BOOL | RSNPG_C_TRUE | 20120725 |
Method O_CREATE_LINK on class CL_RSDHAF_MAPPING has no exception.
Method O_CREATE_MAPPING_LINKS Signature
Method O_CREATE_MAPPING_LINKS on class CL_RSDHAF_MAPPING has no parameter.
Method O_CREATE_MAPPING_LINKS on class CL_RSDHAF_MAPPING has no exception.
Method O_CREATE_MAPPING_PROPOSAL Signature
Method O_CREATE_MAPPING_PROPOSAL on class CL_RSDHAF_MAPPING has no parameter.
Method O_CREATE_MAPPING_PROPOSAL on class CL_RSDHAF_MAPPING has no exception.
Method O_CREATE_NETPLAN Signature
Method O_CREATE_NETPLAN on class CL_RSDHAF_MAPPING has no parameter.
Method O_CREATE_NETPLAN on class CL_RSDHAF_MAPPING has no exception.
Method O_CREATE_SPLITTER_AND_TOOLBAR Signature
Method O_CREATE_SPLITTER_AND_TOOLBAR on class CL_RSDHAF_MAPPING has no parameter.
Method O_CREATE_SPLITTER_AND_TOOLBAR on class CL_RSDHAF_MAPPING has no exception.
Method O_DELETE_ALL_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_UPDATE_MODEL_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | X: Model data is updated | 20120728 |
Method O_DELETE_ALL_MAPPINGS on class CL_RSDHAF_MAPPING has no exception.
Method O_DELETE_INVALID_MAPPINGS Signature
Method O_DELETE_INVALID_MAPPINGS on class CL_RSDHAF_MAPPING has no parameter.
Method O_DELETE_INVALID_MAPPINGS on class CL_RSDHAF_MAPPING has no exception.
Method O_DELETE_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_LINK | Call by reference | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_LINK | 20120726 |
Method O_DELETE_LINK on class CL_RSDHAF_MAPPING has no exception.
Method O_FCODE_HIGHLIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIGHLIGHT | Call by reference | Type reference (TYPE) | RS_BOOL | 20120725 |
Method O_FCODE_HIGHLIGHT on class CL_RSDHAF_MAPPING has no exception.
Method O_FCODE_SEARCH Signature
Method O_FCODE_SEARCH on class CL_RSDHAF_MAPPING has no parameter.
Method O_FCODE_SEARCH on class CL_RSDHAF_MAPPING has no exception.
Method O_FCODE_SEARCH_NEXT Signature
Method O_FCODE_SEARCH_NEXT on class CL_RSDHAF_MAPPING has no parameter.
Method O_FCODE_SEARCH_NEXT on class CL_RSDHAF_MAPPING has no exception.
Method O_GET_SRC_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_FIELD | Value transfer | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD | Target Fields | 20120727 |
Method O_GET_SRC_FIELDS on class CL_RSDHAF_MAPPING has no exception.
Method O_GET_TGT_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_FIELD | Value transfer | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD | Source Fields | 20120727 |
Method O_GET_TGT_FIELDS on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_CHECK_BOX_CLICKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COL | Value transfer | Attribute reference (LIKE) | 20120806 | ||||
2 | ![]() |
ROW | Value transfer | Attribute reference (LIKE) | 20120806 | ||||
3 | ![]() |
R_DOIT | Value transfer | Attribute reference (LIKE) | 20120806 | ||||
4 | ![]() |
R_TABLE | Value transfer | Attribute reference (LIKE) | 20120806 | ||||
5 | ![]() |
STATE | Value transfer | Attribute reference (LIKE) | 20120806 |
Method O_HANDLE_CHECK_BOX_CLICKED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_CTXMNUREQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BACKGROUND | Call by reference | Attribute reference (LIKE) | 20130912 | ||||
2 | ![]() |
ROWINDEX | Call by reference | Attribute reference (LIKE) | 20130912 | ||||
3 | ![]() |
R_CTXMNU | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
4 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
5 | ![]() |
R_TABLE | Value transfer | Attribute reference (LIKE) | 20120725 |
Method O_HANDLE_CTXMNUREQ on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_CTXMNUSEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BACKGROUND | Call by reference | Attribute reference (LIKE) | 20130912 | ||||
2 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
3 | ![]() |
ROWINDEX | Call by reference | Attribute reference (LIKE) | 20130912 | ||||
4 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
5 | ![]() |
R_TABLE | Call by reference | Attribute reference (LIKE) | 20130912 |
Method O_HANDLE_CTXMNUSEL on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_DAP_CHANGED_FINISHED Signature
Method O_HANDLE_DAP_CHANGED_FINISHED on class CL_RSDHAF_MAPPING has no parameter.
Method O_HANDLE_DAP_CHANGED_FINISHED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_DATA_CHANGED_FINISHED Signature
Method O_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_MAPPING has no parameter.
Method O_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_DROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BACKGROUND | Value transfer | Attribute reference (LIKE) | 20130106 | ||||
2 | ![]() |
R_DRAGDROPOBJECT | Value transfer | Attribute reference (LIKE) | 20130106 | ||||
3 | ![]() |
R_TABLE | Value transfer | Attribute reference (LIKE) | 20130106 | ||||
4 | ![]() |
XPOS | Value transfer | Attribute reference (LIKE) | 20130106 | ||||
5 | ![]() |
YPOS | Value transfer | Attribute reference (LIKE) | 20130106 |
Method O_HANDLE_DROP on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_DROPDOWN_CLICKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
2 | ![]() |
POSX | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
3 | ![]() |
POSY | Value transfer | Attribute reference (LIKE) | 20120725 |
Method O_HANDLE_DROPDOWN_CLICKED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_KEY_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXTENDED_KEY | Call by reference | Attribute reference (LIKE) | 20130219 | ||||
2 | ![]() |
KEY | Call by reference | Attribute reference (LIKE) | 20130219 |
Method O_HANDLE_KEY_DOWN on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_LINK_CREATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PRED_ROW | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
2 | ![]() |
R_DOIT | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
3 | ![]() |
R_NEWLINK | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
4 | ![]() |
R_PREDTAB | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
5 | ![]() |
R_SUCCTAB | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
6 | ![]() |
SUCC_ROW | Value transfer | Attribute reference (LIKE) | 20120725 |
Method O_HANDLE_LINK_CREATED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_LINK_PRED_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PREDROW | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
2 | ![]() |
R_DOIT | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
3 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
4 | ![]() |
R_PREDTAB | Value transfer | Attribute reference (LIKE) | 20120729 |
Method O_HANDLE_LINK_PRED_CHANGED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_LINK_SUCC_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DOIT | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
2 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
3 | ![]() |
R_SUCCTAB | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
4 | ![]() |
SUCCROW | Value transfer | Attribute reference (LIKE) | 20120729 |
Method O_HANDLE_LINK_SUCC_CHANGED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_OBJDBLCLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COL | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
2 | ![]() |
ROW | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
3 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20121223 | ||||
4 | ![]() |
R_TABLE | Value transfer | Attribute reference (LIKE) | 20121223 |
Method O_HANDLE_OBJDBLCLICK on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_OBJECT_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROW | Value transfer | Attribute reference (LIKE) | 20120729 | ||||
2 | ![]() |
R_LINK | Value transfer | Attribute reference (LIKE) | 20120725 | ||||
3 | ![]() |
R_TABLE | Value transfer | Attribute reference (LIKE) | 20120729 |
Method O_HANDLE_OBJECT_SELECTED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_TOOLBAR_CLICKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20120725 |
Method O_HANDLE_TOOLBAR_CLICKED on class CL_RSDHAF_MAPPING has no exception.
Method O_HANDLE_WORKMODE_CHANGED Signature
Method O_HANDLE_WORKMODE_CHANGED on class CL_RSDHAF_MAPPING has no parameter.
Method O_HANDLE_WORKMODE_CHANGED on class CL_RSDHAF_MAPPING has no exception.
Method O_HIGHLIGHT_COMPOUNDED_LINKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_LINK | Call by reference | Object reference (TYPE REF TO) | IF_RSNETGRAPHIC_LINK | 20120725 |
Method O_HIGHLIGHT_COMPOUNDED_LINKS on class CL_RSDHAF_MAPPING has no exception.
Method O_INITIALIZE Signature
Method O_INITIALIZE on class CL_RSDHAF_MAPPING has no parameter.
Method O_INITIALIZE on class CL_RSDHAF_MAPPING has no exception.
Method O_INIT_SEARCH_TABLE Signature
Method O_INIT_SEARCH_TABLE on class CL_RSDHAF_MAPPING has no parameter.
Method O_INIT_SEARCH_TABLE on class CL_RSDHAF_MAPPING has no exception.
Method O_MAINTAIN_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MAPPING | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Feldmapping (Tabelle) | 20130125 | ||
2 | ![]() |
E_MAINTENANCE_EXECUTED | Call by reference | Type reference (TYPE) | RS_BOOL | X: Maintenance executed | 20130125 | ||
3 | ![]() |
E_NEW_NAME | Call by reference | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_NAME | New Formula Name | 20130128 | ||
4 | ![]() |
I_CATEGORY | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_CATEGORY | Kategorie Analyse-Element | 20130129 | ||
5 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Function code | 20130118 | ||
6 | ![]() |
I_R_FORMULAS | Call by reference | Object reference (TYPE REF TO) | CL_RSDHA_FORMULAS | Formulas | 20130123 |
Method O_MAINTAIN_FORMULA on class CL_RSDHAF_MAPPING has no exception.
Method O_SET_DISPLAYONLY Signature
Method O_SET_DISPLAYONLY on class CL_RSDHAF_MAPPING has no parameter.
Method O_SET_DISPLAYONLY on class CL_RSDHAF_MAPPING has no exception.
Method O_UPDATE_OBJECT_VERSION Signature
Method O_UPDATE_OBJECT_VERSION on class CL_RSDHAF_MAPPING has no parameter.
Method O_UPDATE_OBJECT_VERSION on class CL_RSDHAF_MAPPING has no exception.
Method O_ZOOM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | 20120725 |
Method O_ZOOM on class CL_RSDHAF_MAPPING has no exception.
Method P_HANDLE_SIZE_CONTROL Signature
Method P_HANDLE_SIZE_CONTROL on class CL_RSDHAF_MAPPING has no parameter.
Method P_HANDLE_SIZE_CONTROL on class CL_RSDHAF_MAPPING has no exception.
Event Signatures
Event MAPPING_CHANGED_FINISHED Signature
Event MAPPING_CHANGED_FINISHED on class CL_RSDHAF_MAPPING has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 731 |