SAP ABAP Class CL_RSAN_WBH_ABSTRACT_ANALYSIS (Control to Edit an Analysis Source Definition)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_WBH (Package) APD - Tool - User Interface - Main Control

⤷

⤷

Properties
Class | CL_RSAN_WBH_ABSTRACT_ANALYSIS | |
Short Description | Control to Edit an Analysis Source Definition | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSAN_WB | |
Program status | ||
Category | 0 | |
Package | RSAN_WBH | APD - Tool - User Interface - Main Control |
Created | 20030731 | SAP |
Last change | 20130531 | 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 | ![]() |
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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no interface implemented.
Friends
Class CL_RSAN_WBH_ABSTRACT_ANALYSIS 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) | AS4FLAG | 'X'=Display mode | 20030731 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSAN_FCT_APPL_TYPE | Actual Attach Application Type | 20030819 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_DSGN_MAIN_CTRL | Control for source maintenance | 20030731 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSAN_MDLH_ABSTRACT_ANALYSIS | Actual Attached Model Header | 20030819 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Set Data to Be Displayed | 20030731 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20030731 |
3 | ![]() |
Instance method | Public | Method | Release Resources | 20030731 |
4 | ![]() |
Instance method | Public | Method | Execute Menu Action on Model | 20030731 |
5 | ![]() |
Instance method | Public | Method | Get Fcodes That Are Not Allowed (For Use in PBO) | 20030731 |
6 | ![]() |
Instance method | Public | Method | Set display or maintenance mode | 20030731 |
7 | ![]() |
Instance method | Private | Event handling method | Event Handler for Authorization State Request | 20030731 |
8 | ![]() |
Instance method | Private | Event handling method | Event Handler for Execution Request (i.e. Im. Result Creat.) | 20031003 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | REQUEST_AUTHORIZATION_STATE | Instance Event (0) |
Public (2) |
Request Authorization State for Simulation Functionality | 20030731 |
2 | REQUEST_EXECUTION | Instance Event (0) |
Public (2) |
Request Execution for Im. Result Functionality | 20031003 |
Types
Class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no local type.
Method Signatures
Method ATTACH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MDLH | Value transfer | Object reference (TYPE REF TO) | CL_RSAN_MDLH_ABSTRACT_ANALYSIS | 20030825 | |||
2 | ![]() |
I_APPL_TYPE | Value transfer | Type reference (TYPE) | RSAN_WB_APPL_TYPE | 'GENERIC' | 20030811 |
Method ATTACH_DATA on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20030731 | ||
2 | ![]() |
I_DISPLAY | Value transfer | Type reference (TYPE) | AS4FLAG | ' ' | 'X'=Display, ' '=Modify | 20030731 |
Method CONSTRUCTOR on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method FREE Signature
Method FREE on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no parameter.
Method FREE on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method MENU_ACTION_EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | RSANW_FCODE | Function code | 20030731 | ||
2 | ![]() |
R_ERROR | Value transfer | Type reference (TYPE) | AS4FLAG | 20030923 |
Method MENU_ACTION_EXECUTE on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method MENU_GET_INACTIVE_FCODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FCODES | Call by reference | Type reference (TYPE) | RSANW_T_FCODE | Table of inactive function codes | 20030731 |
Method MENU_GET_INACTIVE_FCODES on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method SET_MAINTENANCE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DISPLAY | Call by reference | Type reference (TYPE) | AS4FLAG | 'X'=Display, ' '=Modify | 20030731 |
Method SET_MAINTENANCE_MODE on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method _ON_REQ_AUTHORIZATION_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_STATE | Value transfer | Attribute reference (LIKE) | 20030731 |
Method _ON_REQ_AUTHORIZATION_STATE on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Method _ON_REQ_EXECUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Attribute reference (LIKE) | 20031003 |
Method _ON_REQ_EXECUTION on class CL_RSAN_WBH_ABSTRACT_ANALYSIS has no exception.
Event Signatures
Event REQUEST_AUTHORIZATION_STATE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IR_STATE | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_RSAN_WBH_AUTHORITY_STATE | Authorization state for authorization check request | 20030731 |
Event REQUEST_EXECUTION Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IS_CONTEXT | Exporting | Value transfer | Type reference (TYPE) | RSANW_S_EXECUTION_CONTEXT | 20031003 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 350 |