SAP ABAP Class CL_USMDZ3_FSI_SP_GUI_WD (Controller for Classification)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-APP-FIN (Application Component) MDG for Financials
     USMDZ3 (Package) User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_USMDZ3_COMMON_GUI_WD Common Controller Functionality 20080731
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USMD_EVENT_WD FinBasis Workbench: Communication Web Dynpro - FPM 20080428
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USMD_UI_DATAPROVIDER Data Provider for UI Model 20080506
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USMD_VIEW_WD FinBasis Workbench: Communication WebDynpro - Data Class 20080428
Properties
Class CL_USMDZ3_FSI_SP_GUI_WD  
Short Description Controller for Classification    
Super Class CL_USMDZ3_COMMON_GUI_WD Common Controller Functionality 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMDZ3   User Interface 
Created 20080428   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_USMDZ_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 USMD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 USMD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_USMD_EVENT_WD FinBasis Workbench: Communication Web Dynpro - FPM 20080428
2 IF_USMD_UI_DATAPROVIDER Data Provider for UI Model 20080506
3 IF_USMD_VIEW_WD FinBasis Workbench: Communication WebDynpro - Data Class 20080428
Friends
Class CL_USMDZ3_FSI_SP_GUI_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DR_S_SUBMPACK_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20080506
2 DS_UI_CONTEXT Instance attribute Private Type reference (TYPE) USMD_S_UI_CONTEXT UI Context 20080428
3 DT_ATTRIBUTES Instance attribute Private Type reference (TYPE) USMD_TS_FIELD Fld Names 20080506
4 DT_ENTITY_DATA Instance attribute Private Type reference (TYPE) USMD_TS_ENTITY_DATA UI Data 20080428
5 DT_KEY_FIELD Instance attribute Private Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20080428
6 DV_EDIT Instance attribute Private Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080428
7 DV_INITIALIZED Instance attribute Private Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080428
8 DV_SUBMPACK Instance attribute Private Type reference (TYPE) USMDZ1_SUBMPACK Submission Package 20080428
9 D_CONTEXT_CREATED Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_false 20080506
10 GC_ATTNAME_RO Constant Public Type reference (TYPE) STRING 'READ_ONLY' 20080428
11 GC_ATTNAME_SUBMPACK Constant Public Type reference (TYPE) STRING 'SUBMPACKAGE' 20080428
12 GC_ATTNAME_SUBMPACK_TEXT Constant Public Type reference (TYPE) STRING 'SUBMPACK_TXTSH' 20080428
13 GC_ENTITY Constant Public Type reference (TYPE) USMD_ENTITY IF_USMDZ_CONSTANTS=>GC_ENTITY_FSI Entity Type 20080428
14 GC_NODENAME_SUBMPACK_DATA Instance attribute Private Type reference (TYPE) STRING 'SUBMPACK_DATA' 20080729
15 GC_SUBMFSI Constant Public Type reference (TYPE) USMD_FIELDNAME 'SUBMPFSI' Financial MDM: Field Name 20080428
16 GC_SUBMPACK Constant Public Type reference (TYPE) USMD_ENTITY IF_USMDZ_CONSTANTS=>GC_ENTITY_SUBMPACK Entity Type 20080428
17 GC_UINODE_PARENT Constant Private Type reference (TYPE) USMD_UINODE 'V_SUBMPACK_GENERAL' UI Element 20080506
18 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_USMDZ3_FSI_SP_GUI_WD Controller for Classification 20080428
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Get Instance 20080428
2 GET_SUBMPACK Instance method Public Method Get Submission Package 20080428
3 IS_INITIALIZED Instance method Public Method Check for Initialization 20080428
4 SET_BADI_DATA Instance method Public Method Set BAdI Data 20080428
5 SET_EDIT_MODE Instance method Public Method Set Edit Mode 20080428
Events
Class CL_USMDZ3_FSI_SP_GUI_WD has no event.
Types
Class CL_USMDZ3_FSI_SP_GUI_WD has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_USMDZ3_FSI_SP_GUI_WD Controller für Classification 20080428

Method GET_INSTANCE on class CL_USMDZ3_FSI_SP_GUI_WD has no exception.

Method GET_SUBMPACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUBMPACK Value transfer Type reference (TYPE) USMDZ1_SUBMPACK Submission Package 20080428

Method GET_SUBMPACK on class CL_USMDZ3_FSI_SP_GUI_WD has no exception.

Method IS_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INITIALIZED Value transfer Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080428

Method IS_INITIALIZED on class CL_USMDZ3_FSI_SP_GUI_WD has no exception.

Method SET_BADI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_CONTEXT Call by reference Type reference (TYPE) USMD_S_UI_CONTEXT 20080428
2 Importing IT_DATA Call by reference Type reference (TYPE) USMD_TS_ENTITY_DATA 20080428
3 Importing IT_KEY_FIELD Call by reference Type reference (TYPE) USMD_TS_VALUE 20080428

Method SET_BADI_DATA on class CL_USMDZ3_FSI_SP_GUI_WD has no exception.

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EDIT Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080428

Method SET_EDIT_MODE on class CL_USMDZ3_FSI_SP_GUI_WD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604