SAP ABAP Class CL_UC_ASSETLIAB_GUI (Master Data: Assets/Liabilities)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCMA (Package) SEM-BCS: Assets/Liabilities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_ACCOUNT_GUI Assignment Screen 20041013
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI Internal View of GUI Object 20041011
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_GUI_EXT External View at GUI Object 20041011
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20041011
Properties
Class CL_UC_ASSETLIAB_GUI  
Short Description Master Data: Assets/Liabilities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCMA   SEM-BCS: Assets/Liabilities 
Created 20041011   SAP 
Last change 20050220   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UC_CUST_ACCOUNT_GUI Assignment Screen 20041013
2 IF_UC_CUST_GUI Internal View of GUI Object 20041011
3 IF_UC_CUST_GUI_EXT External View at GUI Object 20041011
4 IF_UG_WB_COMMUNICATION Workbench: Events and Methods for Communication with the WB 20041011
Friends
Class CL_UC_ASSETLIAB_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DD_DISPLAY Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041011
2 DD_DNUM_AFD Instance attribute Private Type reference (TYPE) DYNPRONR Screen Number 20041203
3 DD_IS_EDIT Instance attribute Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20041011
4 DD_LOAD Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041013
5 DF_AFD_MAINTENANCE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041203
6 DF_ASSET_IPA Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041110
7 DO_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20041014
8 DO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20041014
9 DO_CUST Instance attribute Private Object reference (TYPE REF TO) CL_UC_ASSETLIAB Master Data: Assets/Liabilities 20041013
10 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20041013
11 DS_DATA Instance attribute Private Type reference (TYPE) UCMA_S_ASSET_PROP Properties of Role "Asset" 20041013
12 DT_ACC_GUI_OBJ Instance attribute Private Type reference (TYPE) GTX_ACCOUNT_GUI 20041013
13 DT_ADD_GUI Instance attribute Private Type reference (TYPE) UGMD_YT_GUICLASS GUI Classes and Their Instances 20041206
14 DT_ALTYPE Instance attribute Private Type reference (TYPE) VRM_VALUES 20041206
15 DT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20041013
16 DT_R_DATA Instance attribute Private Type reference (TYPE) UGMD_TS_CHAR_VALUE_GUI Master Data: Generic GUI Communication 20041013
17 DT_SCRAP Instance attribute Private Type reference (TYPE) UCMA_T_ASSET_SCRAP Properties of Role "Asset" 20041014
18 GC_MAX_LINES Constant Private Type reference (TYPE) I 35 20041011
19 GC_MIN_LINES Constant Private Type reference (TYPE) I 35 20041011
20 GC_PROGRAM Constant Private Type reference (TYPE) SCRHPROG 'SAPLUCMA_02' Program Name 20041011
21 GC_SCREEN Constant Private Type reference (TYPE) SCRHDNUM '1000' Screen Number 20041011
22 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UC_CUST_GUI Internal View of GUI Object 20041011
Methods
# Method Level Visibility Method type Description Created on
1 AFD_CALL_PBO_BEFORE Instance method Public Method CALL_PBO_BEFORE for Entry of Additional Financial Data 20041203
2 CONSTRUCTOR Instance method Public Constructor Constructor 20041011
3 GET_ADD_DATA Instance method Public Method Get model and dt_ffix 20041013
4 GET_ADD_TABS Instance method Public Method Do tabs exist for validity/custom attributes? 20041203
5 GET_DISPLAY_MODE Instance method Public Method Get Display Mode 20041011
6 GET_GUI_DATA Instance method Public Method Get GUI Data 20041011
7 GET_LOAD_FLG Instance method Public Method Returns d_load 20041013
8 IS_AFD_MAINT Instance method Public Method Does call stem from entry of additional fin. data? 20041203
9 SET_CONTROLS Instance method Public Method Makes known the container and the ALV grid 20041014
10 SET_DISPLAY_MODE Instance method Private Event handling method Set Display Mode 20041011
11 SET_GUI_DATA Instance method Public Method Set GUI Data 20041011
12 SHOW_MESSAGE Instance method Public Method Display Messages 20041013
Events
Class CL_UC_ASSETLIAB_GUI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GSX_ACCOUNT_GUI Private See coding 20041013 BEGIN OF gsx_account_gui, account TYPE REF TO cl_uc_account_gui_data, selcond TYPE REF TO cl_uc_account_gui_data2, account_gui TYPE REF TO cl_uc_account_gui, END OF gsx_account_gui
2 GTX_ACCOUNT_GUI Private See coding 20041013 gtx_account_gui TYPE STANDARD TABLE OF gsx_account_gui
Method Signatures

Method AFD_CALL_PBO_BEFORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DNUM Call by reference Type reference (TYPE) SCRHDNUM Dynpronummer 20041203
2 Exporting E_PROG Call by reference Type reference (TYPE) SCRHPROG Programmname 20041203
3 Importing I_TABSTRIP Call by reference Type reference (TYPE) UC_SEQNR1 1 Eigensch., 2 AHK, 3 Wertfortschr., 4 Gültigkeit, 5 Attrib 20041203

Method AFD_CALL_PBO_BEFORE on class CL_UC_ASSETLIAB_GUI has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_ASSETLIAB_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_ASSETLIAB_GUI has no exception.

Method GET_ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MODEL Call by reference Object reference (TYPE REF TO) IF_UC_MODEL Modell (Metadaten) 20041013
2 Exporting ET_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20041013

Method GET_ADD_DATA on class CL_UC_ASSETLIAB_GUI has no exception.

Method GET_ADD_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_BWATTRIB_TAB_AVAILABLE Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041203
2 Exporting EF_VALIDITY_TAB_AVAILABLE Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041203

Method GET_ADD_TABS on class CL_UC_ASSETLIAB_GUI has no exception.

Method GET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_EDIT Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041011

Method GET_DISPLAY_MODE on class CL_UC_ASSETLIAB_GUI has no exception.

Method GET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_ASSET_IPA Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041110
2 Exporting ES_DATA Call by reference Type reference (TYPE) UCMA_S_ASSET_PROP Eigenschaften Rolle Asset 20041013
3 Exporting ET_ALTYPE Call by reference Type reference (TYPE) VRM_VALUES 20041206
4 Exporting ET_SCRAP Call by reference Type reference (TYPE) UCMA_T_ASSET_SCRAP Eigenschaften Rolle Asset 20041014

Method GET_GUI_DATA on class CL_UC_ASSETLIAB_GUI has no exception.

Method GET_LOAD_FLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_LOAD Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041013

Method GET_LOAD_FLG on class CL_UC_ASSETLIAB_GUI has no exception.

Method IS_AFD_MAINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_AFD_MAINT Value transfer Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20041203

Method IS_AFD_MAINT on class CL_UC_ASSETLIAB_GUI has no exception.

Method SET_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20041014
2 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20041014

Method SET_CONTROLS on class CL_UC_ASSETLIAB_GUI has no exception.

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_EDIT Value transfer Attribute reference (LIKE) 20041011

Method SET_DISPLAY_MODE on class CL_UC_ASSETLIAB_GUI has no exception.

Method SET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) UCMA_S_ASSET_PROP Eigenschaften Rolle Asset 20041013
2 Importing IT_SCRAP Call by reference Type reference (TYPE) UCMA_T_ASSET_SCRAP Eigenschaften Rolle Asset 20041014

Method SET_GUI_DATA on class CL_UC_ASSETLIAB_GUI has no exception.

Method SHOW_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20041013

Method SHOW_MESSAGE on class CL_UC_ASSETLIAB_GUI has no exception.
History
Last changed by/on SAP  20050220 
SAP Release Created in 600