SAP ABAP Class CL_CNVA_20000_CHK_OBJ_GJAHR (Data object for mapping check (GJAHR))
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNVA_20000_ANALYSIS (Package) Fiscal Year Conversion Analysis
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20120706
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20120706
Properties
Class CL_CNVA_20000_CHK_OBJ_GJAHR  
Short Description Data object for mapping check (GJAHR)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNVA_20000_ANALYSIS   Fiscal Year Conversion Analysis 
Created 20120706   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20120706
2 IF_SERIALIZABLE_OBJECT Serializable Object 20120706
Friends
Class CL_CNVA_20000_CHK_OBJ_GJAHR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_ANA_EVENT_ID_A Constant Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_A' Check Framework: Parameter Name 20120706
2 NC_ANA_EVENT_ID_B Constant Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_B' Check Framework: Parameter Name 20120706
3 NC_ANA_EVENT_ID_C Constant Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_C' Check Framework: Parameter Name 20120706
4 NC_ANA_EVENT_ID_D Constant Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_D' Check Framework: Parameter Name 20120706
5 NC_ANA_EVENT_ID_E Constant Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_E' Check Framework: Parameter Name 20120820
6 NT_GJAHR_SHIFT Instance attribute Public Type reference (TYPE) CNVA_20000_CHECK_S_GJAHR_SHIFT Fiscal Year Shift 20120711
7 NT_PERIV Instance attribute Public Type reference (TYPE) CNVA_20000_CHECK_T_PERIV Table type for fiscal year variants 20120708
8 PR_ENGINEOBJECT Instance attribute Private Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20120706
9 PT_ANA_OUTTAB Instance attribute Private See coding Output table for ANA execution 20120706
10 PV_ANALYSIS_RUNNING Instance attribute Private Type reference (TYPE) ABAP_BOOL 'X' = started from ANA platform 20120706
11 PV_OBJECT_KEY Instance attribute Private Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20120706
Methods
# Method Level Visibility Method type Description Created on
1 GET_ANA_OUTTAB Instance method Public Method Get data from ANA output table PT_ANA_OUTTAB 20120706
2 GET_ENGINE_OBJECT Instance method Public Method Returns the engine Object ANA filled or a cwb Engine object 20120706
3 IS_ANALYSIS_RUNNING Instance method Public Method Return info if object was called from ANA platform 20120706
4 SET_ANALYSIS_IS_RUNNING Instance method Public Method Set PV_ANALYSIS_RUNNING to 'X' (only from ANA platform) 20120706
5 SET_ANA_OUTTAB Instance method Public Method Set data in ANA output table PT_ANA_OUTTAB 20120706
6 SET_ENGINE_OBJECT Instance method Public Method Sets the engine Object of this instance 20120706
7 SET_OBJECT_KEY Instance method Public Method Seter for the internal object key variable 20120706
Events
Class CL_CNVA_20000_CHK_OBJ_GJAHR has no event.
Types
Class CL_CNVA_20000_CHK_OBJ_GJAHR has no local type.
Method Signatures

Method GET_ANA_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANA_OUTTAB Call by reference Type reference (TYPE) ANY TABLE Table with data for ANA output 20120706
2 Exporting EV_ANA_OUTTAB_TYPE Call by reference Type reference (TYPE) STRING Type name of ET_ANA_OUTTAB 20120706
3 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 Number of the table which shall be returned 20120706

Method GET_ANA_OUTTAB on class CL_CNVA_20000_CHK_OBJ_GJAHR has no exception.

Method GET_ENGINE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ENGINEOBJECT Value transfer Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20120706
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_DO_FAILED Check Framework: Data Object Failed 20120706

Method IS_ANALYSIS_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ANALYSIS_RUNNING Value transfer Type reference (TYPE) ABAP_BOOL 'X' = analysis (ANA platform) is running 20120706

Method IS_ANALYSIS_RUNNING on class CL_CNVA_20000_CHK_OBJ_GJAHR has no exception.

Method SET_ANALYSIS_IS_RUNNING Signature

Method SET_ANALYSIS_IS_RUNNING on class CL_CNVA_20000_CHK_OBJ_GJAHR has no parameter.
Method SET_ANALYSIS_IS_RUNNING on class CL_CNVA_20000_CHK_OBJ_GJAHR has no exception.

Method SET_ANA_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ANA_OUTTAB Call by reference Type reference (TYPE) ANY TABLE Table with data for ANA output 20120706
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 The Number of the Outtab if you want to store multiple 20120706
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20120706

Method SET_ENGINE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ENGINE Call by reference Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20120706

Method SET_ENGINE_OBJECT on class CL_CNVA_20000_CHK_OBJ_GJAHR has no exception.

Method SET_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20120706

Method SET_OBJECT_KEY on class CL_CNVA_20000_CHK_OBJ_GJAHR has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620