SAP TH_BSA_DATA_MATCHER OO Class - comparison oft table contents with placeholders









TH_BSA_DATA_MATCHER 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 TH_BSA_DATA_MATCHER including details of:

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



Method list of TH_BSA_DATA_MATCHER 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
ASSERT_MATCHESPublic
CALL METHOD th_bsa_data_matcher=>ASSERT_MATCHES...more details

CONSTRUCTORPublic
CALL METHOD th_bsa_data_matcher=>CONSTRUCTOR...more details

COPY_DATAPrivate
CALL METHOD th_bsa_data_matcher=>COPY_DATA...more details

COPY_TABLESPrivate
CALL METHOD th_bsa_data_matcher=>COPY_TABLES...more details

DEFINE_PLACEHOLDERPrivate
CALL METHOD th_bsa_data_matcher=>DEFINE_PLACEHOLDER...more details

MATCH_DATAPrivate
CALL METHOD th_bsa_data_matcher=>MATCH_DATA...more details

MATCH_DATA_MULTI_PASSPrivate
CALL METHOD th_bsa_data_matcher=>MATCH_DATA_MULTI_PASS...more details

MATCH_ELEMENTARYPrivate
CALL METHOD th_bsa_data_matcher=>MATCH_ELEMENTARY...more details

MATCH_STRUCTURESPrivate
CALL METHOD th_bsa_data_matcher=>MATCH_STRUCTURES...more details

MATCH_TABLESPrivate
CALL METHOD th_bsa_data_matcher=>MATCH_TABLES...more details

REARRANGE_PLACEHOLDERSPrivate
CALL METHOD th_bsa_data_matcher=>REARRANGE_PLACEHOLDERS...more details

RESTORE_FROM_COPYPrivate
CALL METHOD th_bsa_data_matcher=>RESTORE_FROM_COPY...more details

RESTORE_PARAMETERSPrivate
CALL METHOD th_bsa_data_matcher=>RESTORE_PARAMETERS...more details

SET_PARAMETERPrivate
CALL METHOD th_bsa_data_matcher=>SET_PARAMETER...more details

SUBSTITUTE_PLACEHOLDERSPrivate
CALL METHOD th_bsa_data_matcher=>SUBSTITUTE_PLACEHOLDERS...more details

_ASSERT_EQUALSProtected
CALL METHOD th_bsa_data_matcher=>_ASSERT_EQUALS...more details

_ASSERT_SUBRCProtected
CALL METHOD th_bsa_data_matcher=>_ASSERT_SUBRC...more details



TH_BSA_DATA_MATCHER 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
CO_COMPLEXITYConstantLIKE
Private
CO_PARAMConstantLIKE
Private
MAGIC_TOKENSConstantLIKE
Public
MR_LAST_EXP_AFTER_MATCHInstance AttributeLIKE
DATA
Protected
MS_PARAMETER_STOREInstance AttributeLIKE
Private
MT_PLACEHOLDER_VALUESInstance AttributeLIKE
TT_PLACEHOLDER_VALUES
Private
MV_AUNIT_ERROR_LEVELInstance AttributeLIKE
IF_AUNIT_CONSTANTS=>CRITICAL
Private
MV_AUNIT_MSGInstance AttributeLIKE
STRING
Private
MV_AUNIT_QUITInstance AttributeLIKE
IF_AUNIT_CONSTANTS=>METHOD
Private
MV_IGNORE_INITIALS_IN_EXPECTEDInstance AttributeLIKE
ABAP_BOOL
Private
MV_IGNORE_PLACEHOLDER_SEQUENCEInstance AttributeLIKE
ABAP_BOOL
Private




TH_BSA_DATA_MATCHER types

TT_PLACEHOLDER_VALUES -
TY_PLACEHOLDER_VALUE -

Links to Related Class(s)

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