SAP ABAP Class CL_RSDHAF_PROC_OUT_MAPPING (Frontend: Procedure Output Mapping)
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 | 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_PROC_OUT_MAPPING_OM | Frontend: Procedure Output Mapping in Object Model | 20121011 |
Properties
Class | CL_RSDHAF_PROC_OUT_MAPPING | |
Short Description | Frontend: Procedure Output Mapping | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSDHA | |
Program status | ||
Category | 0 | |
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20121011 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
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 | ![]() |
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_PROC_OUT_MAPPING has no friend class.
Attributes
Methods
Events
Class CL_RSDHAF_PROC_OUT_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_OUTPUT_MAPPING | Public | See coding | Output Mapping (Structure) | 20121011 | BEGIN OF tn_s_output_mapping,
status TYPE icon_text,
position TYPE i,
column TYPE if_rsdham_proc_metadata=>tn_db_column,
is_keyfigure TYPE if_rsdham_field_descr=>tn_is_keyfigure,
ref_input_column TYPE if_rsdham_proc_metadata=>tn_db_column,
ref_iobjnm TYPE rsiobjnm,
celltab TYPE lvc_t_styl,
END OF tn_s_output_mapping
|
|
2 | TN_T_OUTPUT_MAPPING | Public | See coding | Output Mapping (Table Type) | 20121011 | tn_t_output_mapping TYPE STANDARD TABLE OF tn_s_output_mapping WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method CLEAN_UP on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | ABAP-Systemfeld: Aktuelle Dynpro-Nummer | 20130111 | ||
2 | ![]() |
I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20130111 |
Method CONSTRUCTOR on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_BEFORE_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_UCOMM | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_BEFORE_USER_COMMAND on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_HANDLE_AFTER_REFRESH Signature
Method O_HANDLE_AFTER_REFRESH on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method O_HANDLE_AFTER_REFRESH on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_HANDLE_DATA_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
2 | ![]() |
E_ONF4 | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
3 | ![]() |
E_ONF4_AFTER | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
4 | ![]() |
E_ONF4_BEFORE | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
5 | ![]() |
E_UCOMM | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_DATA_CHANGED on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_HANDLE_DATA_CHANGED_FINISHED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GOOD_CELLS | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
2 | ![]() |
E_MODIFIED | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_HANDLE_ONF4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_EVENT_DATA | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
2 | ![]() |
ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
3 | ![]() |
ET_BAD_CELLS | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
4 | ![]() |
E_DISPLAY | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
5 | ![]() |
E_FIELDNAME | Value transfer | Attribute reference (LIKE) | 20121011 | ||||
6 | ![]() |
E_FIELDVALUE | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_ONF4 on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_INITIALIZE_ALV Signature
Method O_INITIALIZE_ALV on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method O_INITIALIZE_ALV on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_SET_CELLS Signature
Method O_SET_CELLS on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method O_SET_CELLS on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method O_VALUE_HELP_INPUT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_INPUT_FIELD | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Input Field Name | 20121011 |
Method O_VALUE_HELP_INPUT_FIELD on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method REFRESH_TABLE_DISPLAY Signature
Method REFRESH_TABLE_DISPLAY on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method REFRESH_TABLE_DISPLAY on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method SET_BW_PROP Signature
Method SET_BW_PROP on class CL_RSDHAF_PROC_OUT_MAPPING has no parameter.
Method SET_BW_PROP on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method SET_PROC_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_PROC_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAM_PROC_METADATA | Object Model: Procedure Metatdata | 20121012 |
Method SET_PROC_METADATA on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
Method SET_WORKMODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WORKMODE | Call by reference | Type reference (TYPE) | IF_RSDHAF_MAINT_TYPES=>TN_WORKMODE | Working Mode | 20121012 |
Method SET_WORKMODE on class CL_RSDHAF_PROC_OUT_MAPPING has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |