SAP CX_FTR_ROOT OO Class - TR-TM: Exception Class









CX_FTR_ROOT 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 CX_FTR_ROOT 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 CX_FTR_ROOT is CX_STATIC_CHECK

Inheritance

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

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 CX_FTR_ROOT 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_TO_PROT_HANDLERadds exception to protocol handlerPublic
CALL METHOD cx_ftr_root=>ADD_TO_PROT_HANDLER...more details

CHECK_BAPIRETURN_RAISINGchecks BAPIRETURN table and raises exception if necessaryPublic
CALL METHOD cx_ftr_root=>CHECK_BAPIRETURN_RAISING...more details

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

CREATE_ATTR_ERRORcreates error for field/attributePublic
CALL METHOD cx_ftr_root=>CREATE_ATTR_ERROR...more details

CREATE_FROM_BAPIRETURNcreates exception from BAPIRETURNPublic
CALL METHOD cx_ftr_root=>CREATE_FROM_BAPIRETURN...more details

CREATE_FROM_SYcreates exception from SYPublic
CALL METHOD cx_ftr_root=>CREATE_FROM_SY...more details

DISPLAY_AS_PROTOCOLdisplay message(s)Public
CALL METHOD cx_ftr_root=>DISPLAY_AS_PROTOCOL...more details

GET_MESSAGEmakes exception ready for messagePublic
CALL METHOD cx_ftr_root=>GET_MESSAGE...more details

GET_POSITION_DESCRgets description of a positionPrivate
CALL METHOD cx_ftr_root=>GET_POSITION_DESCR...more details

SET_SY_FIELDSsets sy fieldsPublic
CALL METHOD cx_ftr_root=>SET_SY_FIELDS...more details



CX_FTR_ROOT 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
MS_DIFF_VALUESInstance AttributeAttributes identifying a positionLIKE
DIFS_DIFF_VALUES
Public
MV_FLG_POSITION_DESCR_PART2Instance AttributeDescription of a positionLIKE
ABAP_BOOL
Private
MV_POSITION_DESCR_PART2Instance AttributeDescription of a positionLIKE
SYMSGV
Private
MV_SOURCEInstance AttributeOriginLIKE
TPM_SOURCE
Public




CX_FTR_ROOT types

TY_T_FTR_ROOT - Exceptions

Links to Related Class(s)

CX_FTR_R...
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!