SAP CM_FAA_T100 OO Class - T100 Messages FIAA









CM_FAA_T100 is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CM_FAA_T100 including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CM_FAA_T100 is CX_STATIC_CHECK

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FAA_T100_MESSAGE

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_T100_MESSAGE

Method list of CM_FAA_T100 SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_DETAIL_MESSAGE_REFERENCEAdd an Instance to DetailMessageReferencesPublic
CALL METHOD cm_faa_t100=>ADD_DETAIL_MESSAGE_REFERENCE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cm_faa_t100=>CONSTRUCTOR...more details

CONVERT_TO_BAPIRET2Conversion to Structure of Message Variables (SYMSG)Public
CALL METHOD cm_faa_t100=>CONVERT_TO_BAPIRET2...more details

GET_CUSTOMIZED_SEVERITYEvaluation of T100S/T100C for Configurable MessagesPublic
CALL METHOD cm_faa_t100=>GET_CUSTOMIZED_SEVERITY...more details

RAISE_SYMSG_EXCP_T100Generates Message Instance After Message...Raising...Public
CALL METHOD cm_faa_t100=>RAISE_SYMSG_EXCP_T100...more details



CM_FAA_T100 attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CM_FAA_T100ConstantLIKE
Public
CO_SEVERITY_ABENDConstant'A'LIKE
TY_MESSAGE_SEVERITY
Public
CO_SEVERITY_DUMPInstance AttributeLIKE
Private
CO_SEVERITY_ERRORConstant'E'LIKE
TY_MESSAGE_SEVERITY
Public
CO_SEVERITY_INFOConstant'I'LIKE
TY_MESSAGE_SEVERITY
Public
CO_SEVERITY_OFFInstance AttributeLIKE
Private
CO_SEVERITY_SUCCESSConstant'S'LIKE
TY_MESSAGE_SEVERITY
Public
CO_SEVERITY_WARNINGConstant'W'LIKE
TY_MESSAGE_SEVERITY
Public
DETAIL_MESSAGE_REFERENCESInstance AttributeLIKE
TT_DETAIL_MESSAGE_REFERENCES
Public
EXCEPTION_MESSAGEInstance AttributeStructure of Message VariablesLIKE
SYMSG
Public
MS_ASSET_KEYInstance AttributeLIKE
Public
MS_RLAMBUInstance AttributeLIKE
Private
MV_ASSET_MAIN_NUMBERInstance AttributeLIKE
Private
MV_ASSET_NUMBER_CONVERTEDInstance AttributeLIKE
Private
MV_ASSET_SUB_NUMBERInstance AttributeLIKE
Private
MV_BUKRSInstance AttributeLIKE
Private
MV_DEPR_AREAInstance AttributeLIKE
Private
MV_FISC_YEARInstance AttributeLIKE
Private
MV_LEDGER_GROUPInstance AttributeLIKE
Private
MV_SY_MSGV1Instance AttributeLIKE
Private
MV_SY_MSGV2Instance AttributeLIKE
Private
MV_SY_MSGV3Instance AttributeLIKE
Private
MV_SY_MSGV4Instance AttributeLIKE
Private
SEVERITYInstance AttributeMessage TypeCM_FAA_T100=>CO_SEVERITY_ERRORLIKE
TY_MESSAGE_SEVERITY
Public




CM_FAA_T100 types

TT_DETAIL_MESSAGE_REFERENCES -
TY_MESSAGE_SEVERITY -

Links to Related Class(s)

CM_FAA_T...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!