SAP ABAP Class CL_RSAWBN_TOOL (Master Class for DWB Tools)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-AWB (Application Component) Data Warehousing Workbench
     RSAWBN_CORE (Package) CORE Components of Data Warehousing Workbench
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_HCPR_WBN_TOOL RSA1 integration for HCPR 20131004
2 Inheritance (c INHERITING FROM c_ref)  CL_RSFBP_RSAWBN_TOOL AWB Tool Class Open ODS View 20130507
3 Inheritance (c INHERITING FROM c_ref)  CL_RSINSP_INSP_AWBN_TOOL Tool Class for Inspection Plan 20060823
4 Inheritance (c INHERITING FROM c_ref)  CL_RSKS_AWBN_TRCS DWB Connection for New InfoSource 20041008
5 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_DFG_AWBN_TOOL Tool Class for AWB Call 20061109
6 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_GUI_AWBN_TOOL 20060725
7 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_MAINT_AWBN_TOOL 20060728
8 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_PART_AWBN_TOOL 20060529
9 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_PC_TPL_AWBN_TOOL Tool Class for AWB Call 20080901
10 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_STATUS_AWBN_TOOL 20081114
... Click here to see Used By full list (51 items)
Properties
Class CL_RSAWBN_TOOL  
Short Description Master Class for DWB Tools    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAWBN_CORE   CORE Components of Data Warehousing Workbench 
Created 20040518   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAWBN_TOOL has no interface implemented.
Friends
Class CL_RSAWBN_TOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_NAVIGATOR Instance attribute Public Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Access to AWB Navigator 20040721
Methods
# Method Level Visibility Method type Description Created on
1 BEFORE_EXIT Instance method Public Method is called before the exit of the transaction is triggered 20040518
2 CONSTRUCTOR Instance method Public Constructor creates tool instance, saves the navigator instance 20040518
3 GET_RECALL_REQUEST Instance method Public Method provides the request of the ui that is active at the moment 20040518
4 HANDLE_REQUEST Instance method Public Method handles a request -->call UI that handles the request 20040518
5 HANDLE_REQUEST_NO_NAV Instance method Public Method handles a request, without navigation (background or popup) 20041028
6 IS_INTERNAL_NAVIGATION Instance method Public Method is the request an internal navigation 20040518
Events
Class CL_RSAWBN_TOOL has no event.
Types
Class CL_RSAWBN_TOOL has no local type.
Method Signatures

Method BEFORE_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CANCEL Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE kein normales Schießen, CANCEL Button wurde betätigt 20040622
2 Returning RE_CANCELLED Value transfer Type reference (TYPE) RS_BOOL Exit wurde von Applikation abgebrochen 20040623

Method BEFORE_EXIT on class CL_RSAWBN_TOOL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NAVIGATOR Call by reference Object reference (TYPE REF TO) IF_RSAWBN_NAVIGATOR Zugriff auf den AWB Navigator 20040518

Method CONSTRUCTOR on class CL_RSAWBN_TOOL has no exception.

Method GET_RECALL_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_R_REQUEST Value transfer Object reference (TYPE REF TO) CL_RSAWBN_REQUEST AWB Navigationsrequest 20040521

Method GET_RECALL_REQUEST on class CL_RSAWBN_TOOL has no exception.

Method HANDLE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSAWBN_REQUEST AWB Navigationsrequest 20040518
# Exception Resumable Description Created on
1 CX_RSAWBN_REQUEST_NOT_EXECUTED Exception: Request konnte nicht ausgeführt werden 20040622

Method HANDLE_REQUEST_NO_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_FOLLOW_UP_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSAWBN_REQUEST Follow up request 20041028
2 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSAWBN_REQUEST AWB Navigationsrequest 20041028
# Exception Resumable Description Created on
1 CX_RSAWBN_REQUEST_NOT_EXECUTED Exception: Request konnte nicht ausgeführt werden 20041028

Method IS_INTERNAL_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSAWBN_REQUEST AWB Navigationsrequest 20040518
2 Returning RE_IS_INT_NAV Value transfer Type reference (TYPE) RS_BOOL = 'X' if it is an internal navigation 20040518

Method IS_INTERNAL_NAVIGATION on class CL_RSAWBN_TOOL has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_HCPR_WBN_TOOL RSA1 integration for HCPR 20131004
2 Inheritance (c INHERITING FROM c_ref)  CL_RSFBP_RSAWBN_TOOL AWB Tool Class Open ODS View 20130507
3 Inheritance (c INHERITING FROM c_ref)  CL_RSINSP_INSP_AWBN_TOOL Tool Class for Inspection Plan 20060823
4 Inheritance (c INHERITING FROM c_ref)  CL_RSKS_AWBN_TRCS DWB Connection for New InfoSource 20041008
5 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_DFG_AWBN_TOOL Tool Class for AWB Call 20061109
6 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_GUI_AWBN_TOOL 20060725
7 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_MAINT_AWBN_TOOL 20060728
8 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_PART_AWBN_TOOL 20060529
9 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_PC_TPL_AWBN_TOOL Tool Class for AWB Call 20080901
10 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_STATUS_AWBN_TOOL 20081114
11 Inheritance (c INHERITING FROM c_ref)  CL_RSMIGRATE_AWBN_TOOL Workbench tool class 20081210
12 Inheritance (c INHERITING FROM c_ref)  CL_RSOBI_MF_UI_DWB SOBI Model Factory Dialog: Tool Class For DWB Connection 20051228
13 Inheritance (c INHERITING FROM c_ref)  CL_RSODSO_GUI_AWBN_TOOL Data Warehousing Workbench Tool 20130701
14 Inheritance (c INHERITING FROM c_ref)  CL_RSD_RSAWBN_MDOB AWB Tool Class InfoProvider (generic) 20060120
15 Inheritance (c INHERITING FROM c_ref)  CL_RSPC_AWB_TOOL Process Chains: Tool Class for DWB Connection 20041119
16 Inheritance (c INHERITING FROM c_ref)  CL_RSPLF_DWB_TOOL Tool Class for AWB Requests on Planning Function 20100422
17 Inheritance (c INHERITING FROM c_ref)  CL_RSPLSEQ_DWB_TOOL Tool Class for AWB Requests on Planning Sequences 20100422
18 Inheritance (c INHERITING FROM c_ref)  CL_RSPLS_DWB_TOOL Tool Class for AWB Request to ALVL 20050120
19 Inheritance (c INHERITING FROM c_ref)  CL_RSPLW_SOB_TOOL Tool class for AWB request on filter 20100730
20 Inheritance (c INHERITING FROM c_ref)  CL_RSQ_AWBN_ISET_TOOL AWB Tool Class InfoSet 20041007
21 Inheritance (c INHERITING FROM c_ref)  CL_RSSH_RSAWBN_TOOL Tool Class for Hierarchies in DWB 20041117
22 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_AWB_TOOL Tool Class for Load Monitor 20050131
23 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_RSAWBN_DTAMAINTAIN DTA Manage for New AWB 20040916
24 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_RSAWBN_IPAK InfoPackage Tool Class New AWB 20040809
25 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_RSAWBN_IPG InfoPackage Tool Class New AWB 20040816
26 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_RSAWBN_TOOL Tool Class for Calling DWB 20041007
27 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_RSAWBN_DTP DTP Tool Class Data Warehousing Workbench 20041006
28 Inheritance (c INHERITING FROM c_ref)  CL_RSAU_AWBN_TOOL Update Rule in the AWB 20041025
29 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_DEFAULT_TOOL Default Tool for Testing Navigation 20040623
30 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_DWB_MODELLING_TOOL DWB Modeling Tool 20041230
31 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_ADMINVIEW Display Tool Class Data Flow 20050113
32 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_CALL_RSOR Display Tool Class Data Flow 20050117
33 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_DATAFLOW Display Tool Class Data Flow 20040806
34 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_DATAMODEL Display Tool Class Data Flow 20040928
35 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_DTA Tool Class for DTA Objects 20050127
36 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_LOGSYS Tool Class for Source Systems 20050207
37 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_NAVSTACK Change Tool for Navigation Stack 20050111
38 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_OBJECTOVERVIEW Display Tool Class Data Flow 20040823
39 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TOOLS_OTHERS Other Functions Without Specific Tool Class 20051205
40 Inheritance (c INHERITING FROM c_ref)  CL_RSAR_AWBN_TOOL Transfer Rules in AWB 20041111
41 Inheritance (c INHERITING FROM c_ref)  CL_RSB_GUI_AWBN_DEST AWB Connection to OHD 20050826
42 Inheritance (c INHERITING FROM c_ref)  CL_RSCOPY_TOOL Data Warehousing Workbench Initial Screen 20080916
43 Inheritance (c INHERITING FROM c_ref)  CL_RSDA_DAP_DWB_TOOL DTP Tool Class Data Warehousing Workbench 20061007
44 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTREX_AWBN_TOOL Tool Binding to the Data Warehousing Workbench 20050413
45 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_AWBN_COPR_TOOL AWB Tool Class CompositeProvider 20120214
46 Inheritance (c INHERITING FROM c_ref)  CL_RSDF_GUI_RSAWBN_TOOL DWB Tool Data Flow 20091111
47 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAF_AWBN_TOOL Frontend: DWB Integration 20121205
48 Inheritance (c INHERITING FROM c_ref)  CL_RSDMD_RSAWBN_TOOL Master Data Editing in the AWB 20041110
49 Inheritance (c INHERITING FROM c_ref)  CL_RSDS_RSAWBN_TOOL Default Tool for Testing Navigation 20041007
50 Inheritance (c INHERITING FROM c_ref)  CL_RSD_RSAWBN_CREATE AWB Tool Class for Regenerating InfoProviders 20060801
51 Inheritance (c INHERITING FROM c_ref)  CL_RSD_RSAWBN_IOBJ Toolklasse InfoObject 20040823
History
Last changed by/on SAP  20140121 
SAP Release Created in 400