SAP ABAP Class CL_GLO_FAA_ANX16_UTILS (Annex16: Utility class)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-AA-IS (Application Component) Information System
     ID-FIAA-JP-ANNEX16 (Package) Annex 16 Japan
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GLO_FAA_ANX16_CONSTANTS Annex16: Constants 20060620
Properties
Class CL_GLO_FAA_ANX16_UTILS  
Short Description Annex16: Utility class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-FIAA-JP-ANNEX16   Annex 16 Japan 
Created 20060508   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GLO_FAA_ANX16_UTILS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GLO_FAA_ANX16_CONSTANTS Annex16: Constants 20060620
Friends
Class CL_GLO_FAA_ANX16_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DE_DOM_MAP_BUFFER Static Attribute Private Type reference (TYPE) TT_DE_DOM_MAP_BUFFER 20060921
2 MT_STR_FLD_DOM_BUFFER Static Attribute Private Type reference (TYPE) TT_STR_FLD_DOM_BUFFER 20060921
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHART_OF_DEPRECIATION Static method Public Method Get chart of depreciation of a company code 20060508
2 GET_CUTOFF_PERCENTAGE_RATES Static method Public Method Get cutoff percentage rates 20060706
3 GET_DATA_ELEMENT_NAME Static method Public Method Get data element name 20060519
4 GET_DEP_AREAS_OF_DEP_AREA_TYPE Static method Public Method Get depreciation areas assigned to a depreciation area type 20060508
5 GET_DOMAIN_NAME Static method Public Method Get domain name from field 20060627
6 GET_DOMVAL_TEXT_FROM_VALUE Static method Public Method Get domain value text from domain value 20060516
7 GET_DTEL_TEXT Static method Public Method Get data element text 20060519
8 GET_FIRST_LAST_DATE_OF_FY Static method Public Method get first and last date of a fiscal year 20060621
9 GET_STR_FLD_HAS_DOMAIN Static method Public Method Get fields of a structure which has a specific domain 20060921
10 GET_TR_TYS_OF_TR_TY_GRP_CLS Static method Public Method Get transaction types assigned to a transaction type group 20060914
Events
Class CL_GLO_FAA_ANX16_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DE_DOM_MAP_BUFFER Private See coding 20060919 tt_de_dom_map_buffer TYPE HASHED TABLE OF ty_de_dom_map_buffer WITH UNIQUE KEY data_element
2 TT_STR_FLD_DOM_BUFFER Private See coding 20060921 tt_str_fld_dom_buffer TYPE STANDARD TABLE OF ty_str_fld_dom_buffer WITH KEY domain_name
3 TY_DE_DOM_MAP_BUFFER Private See coding 20060919 BEGIN OF ty_de_dom_map_buffer, data_element TYPE ddobjname, domain TYPE domname, END OF ty_de_dom_map_buffer
4 TY_STR_FLD_DOM_BUFFER Private See coding 20060921 BEGIN OF ty_str_fld_dom_buffer, structure_name type ddobjname, domain_name TYPE domname, fields TYPE bal_t_fld, END OF ty_str_fld_dom_buffer
Method Signatures

Method GET_CHART_OF_DEPRECIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20060508
2 Returning RV_AFAPL Value transfer Type reference (TYPE) AFAPL Chart of depreciaton for asset valuation 20060508

Method GET_CHART_OF_DEPRECIATION on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_CUTOFF_PERCENTAGE_RATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DEPRKEY_KEY Call by reference Type reference (TYPE) FAA_S_DEPRKEY_KEY Access Key for a Depreciation Key 20060706
2 Importing IV_BUKRS Call by reference Type reference (TYPE) FAA_ORG_CA Leading Organizational Unit for Asset Accounting 20060706
3 Importing IV_DEPAREA Call by reference Type reference (TYPE) FAA_S_DEPRAREA_KEY-DEPR_AREA Depreciation Area 20060706
4 Returning RT_DEPRKEY_MINVAL Value transfer Type reference (TYPE) FAA_TS_DEPRKEY_MINVAL Cutoff Value Percentage Rates 20060706

Method GET_CUTOFF_PERCENTAGE_RATES on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_DATA_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) ANY field to recognize data element 20060519
2 Returning RV_DATA_ELEMENT Value transfer Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20060519

Method GET_DATA_ELEMENT_NAME on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_DEP_AREAS_OF_DEP_AREA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AFAPL Call by reference Type reference (TYPE) AFAPL Chart of depreciaton for asset valuation 20060508
2 Importing IV_DEP_AREA_TYPE Call by reference Type reference (TYPE) GLO_ANX16_DATY Depreciation Area Type 20060508
3 Returning RT_DEP_AREAS Value transfer Type reference (TYPE) GLO_FAA_T_AFABER Depreciation areas 20060508

Method GET_DEP_AREAS_OF_DEP_AREA_TYPE on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_DOMAIN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE_FIELD Call by reference Type reference (TYPE) ANY 20060627
2 Returning RV_DOMAIN_NAME Value transfer Type reference (TYPE) DD04V-DOMNAME Domain name 20060627

Method GET_DOMAIN_NAME on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_DOMVAL_TEXT_FROM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE_FIELD Call by reference Type reference (TYPE) ANY 20060516
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20060516

Method GET_DOMVAL_TEXT_FROM_VALUE on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_DTEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) ANY Field to recognize dtel text 20060519
2 Returning RV_DTEL_TEXT Value transfer Type reference (TYPE) DD04V-DDTEXT Short Description of Repository Objects 20060519

Method GET_DTEL_TEXT on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_FIRST_LAST_DATE_OF_FY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIRST_DATE Call by reference Type reference (TYPE) D first date 20060621
2 Exporting EV_LAST_DATE Call by reference Type reference (TYPE) D last date 20060621
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20060621
4 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20060621

Method GET_FIRST_LAST_DATE_OF_FY on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_STR_FLD_HAS_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMAIN_NAME Call by reference Type reference (TYPE) CLIKE Domain name 20060921
2 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) CLIKE Structure name 20060921
3 Returning RT_FIELDS Value transfer Type reference (TYPE) BAL_T_FLD Field Name Table 20060921

Method GET_STR_FLD_HAS_DOMAIN on class CL_GLO_FAA_ANX16_UTILS has no exception.

Method GET_TR_TYS_OF_TR_TY_GRP_CLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GITCOL Call by reference Type reference (TYPE) GITCOL Classification of transaction type group 20060914
2 Returning RT_BWASL Value transfer Type reference (TYPE) GLO_FAA_T_BWASL Asset Transaction Types 20060914

Method GET_TR_TYS_OF_TR_TY_GRP_CLS on class CL_GLO_FAA_ANX16_UTILS has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700