SAP ABAP Class CL_UA_INV_BSV_ACCOUNT_VALUES (Balance Sheet Values by Account - Framework Class)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC-INV (Application Component) Inventory Accounting
     UA_INV_BALANCE_SHEET_VALUATION (Package) Balance Sheet Valuation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UA_INV_DEFAULT Default (=empty) Implementation of IF_UA_INV_PROCESSOR 20041102
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_NAVIGATION_TARGET "Goto" Destination 20041102
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_READER Read Interface 20041102
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FINB_REPORTING_APPL_SERVICE Interface to Reporting 20041102
Properties
Class CL_UA_INV_BSV_ACCOUNT_VALUES  
Short Description Balance Sheet Values by Account - Framework Class    
Super Class CL_UA_INV_DEFAULT Default (=empty) Implementation of IF_UA_INV_PROCESSOR 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UA_INV_BALANCE_SHEET_VALUATION   Balance Sheet Valuation 
Created 20041102   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UA_INV_CNST_BSV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FINB_NAVIGATION_TARGET "Goto" Destination 20041102
2 IF_FINB_READER Read Interface 20041102
3 IF_FINB_REPORTING_APPL_SERVICE Interface to Reporting 20041102
Friends
Class CL_UA_INV_BSV_ACCOUNT_VALUES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACC_DATABASIS Instance attribute Private Type reference (TYPE) ACC_DATABASIS Data Basis 20041103
2 MD_CURRTYPE Instance attribute Private Type reference (TYPE) FIN_CURRTYPE Currency Type 20050204
3 MD_EVENT1 Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20041122
4 MD_EVENT2 Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20041122
5 MD_EVENT3 Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20041122
6 MD_PRCVARIANT Instance attribute Private Type reference (TYPE) FIN_PRCVARIANT Price Variant 20041119
7 MD_REPORT Instance attribute Private Type reference (TYPE) PROGNAME Calling Report 20041214
8 MD_TESTRUN Instance attribute Private Type reference (TYPE) FLAG General Flag 20041103
9 MO_ACCOUNT_VALUES Instance attribute Private Object reference (TYPE REF TO) CL_UA_INV_BSV_ACCOUNT_VAL_APPL Balance Sheet Values by Account 20041103
10 MO_BSV_PROCESS Instance attribute Private Object reference (TYPE REF TO) CL_UA_INV_BSV_ACCOUNT_VAL_APPL Balance Sheet Values by Account 20041103
11 MO_RULE_PROC Static Attribute Private Object reference (TYPE REF TO) DATA 20050118
12 MO_WRAPPER Instance attribute Private Object reference (TYPE REF TO) IF_FINB_REPORTING_APPL_SERVICE Interface to Reporting 20041111
13 MS_RULE_KEY Static Attribute Private Type reference (TYPE) UAI_S_RULE_KEY Rule Key 20050119
14 MT_ACCOUNT_VALUES Static Attribute Private Type reference (TYPE) UAI_T_ACCOUNT_VALUES Balance Sheet Values by Account 20041103
15 MT_ACC_SYSTEM Instance attribute Private Type reference (TYPE) FIN_TS_ACC_SYSTEM Accounting System 20041103
16 MT_CURRTYPE Static Attribute Private Type reference (TYPE) UAI_T_FAIBSV17C Currency Types (Rule) 20050201
17 MT_EVENT Instance attribute Private Type reference (TYPE) FINB_REPORT_EVENTS Reporting Events 20041122
18 MT_JOURNAL Instance attribute Private Type reference (TYPE) UAI_T_CLOSING_JOURNAL Table of Journals 20041104
19 MT_OUTPUT_PRICES Static Attribute Private Type reference (TYPE) UAV_T_PRICE Table Type for Prices of FIN Objects 20050118
20 MT_PERSEL Instance attribute Private Type reference (TYPE) FINB_SEL_TAB Selection Table with Field Names 20041102
21 MT_PRICE Static Attribute Private Type reference (TYPE) UAI_T_PRICE Input/Output Prices 20050201
22 MT_SEL_TABS Instance attribute Private Type reference (TYPE) FINB_SEL_TABS Selection Tables 20041122
23 MT_TYPE_NAME Instance attribute Private Type reference (TYPE) UAI_T_CLOSING_FOBJ_TYPE FIN Object Types 20050728
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_BSV_TOTALS Instance method Private Method Calculation of Totals by G/L Account 20041112
2 CREATE_DISPLAY_LAYOUT Instance method Private Method Create Layout for Detail List 20041109
3 CREATE_FIELDCATALOG Instance method Private Method Create Field Catalog for Detail List 20041109
4 CREATE_LIST_HEADER Instance method Private Method Create Header for Detailed List 20041109
5 GET_DIFFERENCE Static method Private Method Calculate Difference Against Inventory Value 20041115
6 GET_FIELDCATALOG Instance method Private Method Build Up Field Catalog 20041105
7 GET_FIELD_VALUES Static method Private Method Set Field Value in Field Catalog 20041108
Events
Class CL_UA_INV_BSV_ACCOUNT_VALUES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_ACCOUNT_TOTALS Private See coding 20050204 gty_account_totals TYPE STANDARD TABLE OF uai_s_show_account_totals
2 GTY_ACCOUNT_VALUES Private See coding 20050204 gty_account_values TYPE STANDARD TABLE OF uai_s_show_account_values
Method Signatures

Method CALCULATE_BSV_TOTALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCOUNT_TOTALS Call by reference Type reference (TYPE) GTY_ACCOUNT_TOTALS Bilanzwerte pro Konto 20041112
2 Importing IT_ACCOUNT_VALUES Call by reference Type reference (TYPE) GTY_ACCOUNT_VALUES Bilanzwerte pro Konto 20041112

Method CALCULATE_BSV_TOTALS on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method CREATE_DISPLAY_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DISPLAY_LAYOUT Value transfer Type reference (TYPE) FINB_DISPLAY_LAYOUT Anzeigelayout 20041109

Method CREATE_DISPLAY_LAYOUT on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method CREATE_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPL_CHARS Call by reference Type reference (TYPE) FINB_RP_T_APPL_CHAR Anzeige-Eigenschaften nicht registrierter Anwendungsfelder 20041109
2 Exporting ET_DISPLAY_CHARS Call by reference Type reference (TYPE) FINB_RP_T_DISPLAY_CHAR Tabelle von Anzeige-Eigenschaften 20041109
3 Importing IT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20041109

Method CREATE_FIELDCATALOG on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method CREATE_LIST_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER Value transfer Type reference (TYPE) FINB_T_HTML_HEADER Alv - Kopf 20041109

Method CREATE_LIST_HEADER on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method GET_DIFFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_ACCOUNT_TOTALS Call by reference Type reference (TYPE) GTY_ACCOUNT_TOTALS Bilanzwerte pro Konto 20041115
2 Importing IS_ACCOUNT_TOTALS Call by reference Type reference (TYPE) UAI_S_SHOW_ACCOUNT_TOTALS Bilanzwerte pro Konto 20041115

Method GET_DIFFERENCE on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method GET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20041105

Method GET_FIELDCATALOG on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.

Method GET_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_DISP_KIND Call by reference Type reference (TYPE) FINB_RP_DISPLAY_KIND Art der Anzeige: Wert, Langtext oder beides; keine Anzeige 20041108
2 Exporting ED_INIT_DISP Call by reference Type reference (TYPE) FINB_RP_INITIAL_DISPLAY Kennzeichen, ob Feld als Default angezeigt wird 20041108
3 Importing ID_PRICELABEL Call by reference Type reference (TYPE) FIN_PRICELABEL Bilanzbewertungsverfahren (ID) 20041119

Method GET_FIELD_VALUES on class CL_UA_INV_BSV_ACCOUNT_VALUES has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 400