SAP ABAP Class CM_FAA_T100 (T100 Messages FIAA)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-AA-AA (Application Component) Basic Functions
     FAA_CA (Package) Asset Accounting Cross Application
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20110721
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FAA_T100_MESSAGE Interface for T100 Messages in FIAA 20110721
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20110721
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CM_FAA_T100_FRW T100 Messages from FIAA Object Framework 20110721
2 Inheritance (c INHERITING FROM c_ref)  CX_FAA_CONFIG Read Exception Class for Customizing 20110801
Properties
Class CM_FAA_T100  
Short Description T100 Messages FIAA    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package FAA_CA   Asset Accounting Cross Application 
Created 20110721   SAP 
Last change 20131127   SAP 
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)
2 CM_FAA_T100 Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FAA_T100_MESSAGE Interface for T100 Messages in FIAA 20110721
2 IF_T100_MESSAGE Interface for Accessing T100 Texts 20110721
Friends
Class CM_FAA_T100 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CM_FAA_T100 Constant Public See coding 20110721
2 CO_SEVERITY_ABEND Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'A' 20110804
3 CO_SEVERITY_DUMP Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'X' 20130205
4 CO_SEVERITY_ERROR Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'E' 20110804
5 CO_SEVERITY_INFO Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'I' 20110804
6 CO_SEVERITY_OFF Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY '-' 20121126
7 CO_SEVERITY_SUCCESS Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'S' 20110804
8 CO_SEVERITY_WARNING Constant Public Type reference (TYPE) TY_MESSAGE_SEVERITY 'W' 20110804
9 DETAIL_MESSAGE_REFERENCES Instance attribute Public Type reference (TYPE) TT_DETAIL_MESSAGE_REFERENCES 20110721
10 EXCEPTION_MESSAGE Instance attribute Public Type reference (TYPE) SYMSG Structure of Message Variables 20120213
11 MS_ASSET_KEY Instance attribute Public Attribute reference (LIKE) 20110725
12 MS_RLAMBU Instance attribute Public Attribute reference (LIKE) 20130709
13 MV_ASSET_MAIN_NUMBER Instance attribute Public Attribute reference (LIKE) 20130212
14 MV_ASSET_NUMBER_CONVERTED Instance attribute Public Attribute reference (LIKE) 20120213
15 MV_ASSET_SUB_NUMBER Instance attribute Public Attribute reference (LIKE) 20130212
16 MV_BUKRS Instance attribute Public Attribute reference (LIKE) 20130212
17 MV_DEPR_AREA Instance attribute Public Attribute reference (LIKE) 20130711
18 MV_FISC_YEAR Instance attribute Public Attribute reference (LIKE) 20130212
19 MV_LEDGER_GROUP Instance attribute Public Attribute reference (LIKE) 20130212
20 MV_SY_MSGV1 Instance attribute Public Attribute reference (LIKE) 20130212
21 MV_SY_MSGV2 Instance attribute Public Attribute reference (LIKE) 20130212
22 MV_SY_MSGV3 Instance attribute Public Attribute reference (LIKE) 20130212
23 MV_SY_MSGV4 Instance attribute Public Attribute reference (LIKE) 20130212
24 SEVERITY Instance attribute Public Type reference (TYPE) TY_MESSAGE_SEVERITY CM_FAA_T100=>CO_SEVERITY_ERROR Message Type 20110804
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DETAIL_MESSAGE_REFERENCE Instance method Public Method Add an Instance to DetailMessageReferences 20110725
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110721
3 CONVERT_TO_BAPIRET2 Instance method Public Method Conversion to Structure of Message Variables (SYMSG) 20120209
4 GET_CUSTOMIZED_SEVERITY Static method Public Method Evaluation of T100S/T100C for Configurable Messages 20120213
5 RAISE_SYMSG_EXCP_T100 Static method Public Method Generates Message Instance After Message...Raising... 20130621
Events
Class CM_FAA_T100 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DETAIL_MESSAGE_REFERENCES Public See coding 20110721 tt_detail_message_references TYPE STANDARD TABLE OF REF TO cm_faa_t100 WITH NON-UNIQUE KEY table_line
2 TY_MESSAGE_SEVERITY Public See coding 20110804 ty_message_severity TYPE c LENGTH 1
Method Signatures

Method ADD_DETAIL_MESSAGE_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) CM_FAA_T100 T100 Meldungen FIAA 20110725

Method ADD_DETAIL_MESSAGE_REFERENCE on class CM_FAA_T100 has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DETAIL_MESSAGE_REFERENCES Call by reference Type reference (TYPE) TT_DETAIL_MESSAGE_REFERENCES 20110721
2 Importing EXCEPTION_MESSAGE Call by reference Type reference (TYPE) SYMSG 20120213
3 Importing MS_ASSET_KEY Call by reference Type reference (TYPE) FAA_S_ASSET_KEY 20110725
4 Importing MS_RLAMBU Call by reference Type reference (TYPE) RLAMBU 20130709
5 Importing MV_ASSET_MAIN_NUMBER Call by reference Type reference (TYPE) ANLA-ANLN1 20130212
6 Importing MV_ASSET_NUMBER_CONVERTED Call by reference Type reference (TYPE) SY-MSGV1 20120213
7 Importing MV_ASSET_SUB_NUMBER Call by reference Type reference (TYPE) ANLA-ANLN2 20130212
8 Importing MV_BUKRS Call by reference Type reference (TYPE) ANLA-BUKRS 20130212
9 Importing MV_DEPR_AREA Call by reference Type reference (TYPE) T093-AFABER 20130711
10 Importing MV_FISC_YEAR Call by reference Type reference (TYPE) ANLC-GJAHR 20130212
11 Importing MV_LEDGER_GROUP Call by reference Type reference (TYPE) T093-LDGRP_GL 20130212
12 Importing MV_SY_MSGV1 Call by reference Type reference (TYPE) MSGV1 20130212
13 Importing MV_SY_MSGV2 Call by reference Type reference (TYPE) MSGV2 20130212
14 Importing MV_SY_MSGV3 Call by reference Type reference (TYPE) MSGV3 20130212
15 Importing MV_SY_MSGV4 Call by reference Type reference (TYPE) MSGV4 20130212
16 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20110721
17 Importing SEVERITY Call by reference Type reference (TYPE) TY_MESSAGE_SEVERITY CM_FAA_T100=>CO_SEVERITY_ERROR 20110804
18 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY CM_FAA_T100=>CM_FAA_T100 20110721

Method CONSTRUCTOR on class CM_FAA_T100 has no exception.

Method CONVERT_TO_BAPIRET2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RETURN Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20120209

Method CONVERT_TO_BAPIRET2 on class CM_FAA_T100 has no exception.

Method GET_CUSTOMIZED_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEFAULT_SEVERITY Call by reference Type reference (TYPE) SY-MSGTY CO_SEVERITY_ERROR Nachrichtentyp 20120213
2 Importing IV_TEXTID Call by reference Attribute reference (LIKE) CM_FAA_T100=>CM_FAA_T100 20120213
3 Returning RV_SEVERITY Value transfer Type reference (TYPE) SY-MSGTY Nachrichtentyp 20120213

Method GET_CUSTOMIZED_SEVERITY on class CM_FAA_T100 has no exception.

Method RAISE_SYMSG_EXCP_T100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_RESUMABLE Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20130621
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA Buchen 20130621
History
Last changed by/on SAP  20131127 
SAP Release Created in 607