SAP TH_ART_CONTRIBUTOR OO Class - Test helper for scan result & blackboard contributors









TH_ART_CONTRIBUTOR 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_ART_CONTRIBUTOR 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 TH_ART_CONTRIBUTOR is CL_AUNIT_ASSERT

Method list of TH_ART_CONTRIBUTOR 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
ABORT_IF_KERNEL_IS_LOWER_THANProtected
CALL METHOD th_art_contributor=>ABORT_IF_KERNEL_IS_LOWER_THAN...more details

ABORT_IF_KERNEL_LOWER_742SP17Protected
CALL METHOD th_art_contributor=>ABORT_IF_KERNEL_LOWER_742SP17...more details

ABORT_IF_KERNEL_LOWER_745SP0Protected
CALL METHOD th_art_contributor=>ABORT_IF_KERNEL_LOWER_745SP0...more details

ABORT_IF_WRONG_RELEASEProtected
CALL METHOD th_art_contributor=>ABORT_IF_WRONG_RELEASE...more details

ADD_SAMPLE_CODEPublic
CALL METHOD th_art_contributor=>ADD_SAMPLE_CODE...more details

APPLY_QUICKFIXPublic
CALL METHOD th_art_contributor=>APPLY_QUICKFIX...more details

ASSERT_APPLICABLEPublic
CALL METHOD th_art_contributor=>ASSERT_APPLICABLE...more details

ASSERT_IDENTIFIERPublic
CALL METHOD th_art_contributor=>ASSERT_IDENTIFIER...more details

ASSERT_NOT_APPLICABLEPublic
CALL METHOD th_art_contributor=>ASSERT_NOT_APPLICABLE...more details

ASSERT_NOT_PROPOSEDPublic
CALL METHOD th_art_contributor=>ASSERT_NOT_PROPOSED...more details

ASSERT_NUMBER_OF_PROPOSALSPublic
CALL METHOD th_art_contributor=>ASSERT_NUMBER_OF_PROPOSALS...more details

ASSERT_POSITIONPublic
CALL METHOD th_art_contributor=>ASSERT_POSITION...more details

ASSERT_PROPOSEDPublic
CALL METHOD th_art_contributor=>ASSERT_PROPOSED...more details

ASSERT_SELECTION_CONTENTPublic
CALL METHOD th_art_contributor=>ASSERT_SELECTION_CONTENT...more details

ASSERT_SELECTION_KINDPublic
CALL METHOD th_art_contributor=>ASSERT_SELECTION_KIND...more details

CLASS_CONSTRUCTORPublic
CALL METHOD th_art_contributor=>CLASS_CONSTRUCTOR...more details

CLASS_SETUPPrivate
CALL METHOD th_art_contributor=>CLASS_SETUP...more details

CLASS_TEARDOWNPrivate
CALL METHOD th_art_contributor=>CLASS_TEARDOWN...more details

CLEAR_BUILDER_INSTANCESPublic
CALL METHOD th_art_contributor=>CLEAR_BUILDER_INSTANCES...more details

CREATE_EXPECTED_DELTASPrivate
CALL METHOD th_art_contributor=>CREATE_EXPECTED_DELTAS...more details

CREATE_QUICKFIXProtected
CALL METHOD th_art_contributor=>CREATE_QUICKFIX...more details

CREATE_SOURCE_OBJECT_DOUBLEPublic
CALL METHOD th_art_contributor=>CREATE_SOURCE_OBJECT_DOUBLE...more details

CREATE_STRUCTURE_OBJECT_DOUBLEPublic
CALL METHOD th_art_contributor=>CREATE_STRUCTURE_OBJECT_DOUBLE...more details

DERIVE_WBOBJTYPE_BY_INCLUDEPrivate
CALL METHOD th_art_contributor=>DERIVE_WBOBJTYPE_BY_INCLUDE...more details

EXERCISE_SCAN_RESULT_CONTRIBPublic
CALL METHOD th_art_contributor=>EXERCISE_SCAN_RESULT_CONTRIB...more details

GET_START_COLUMNPrivate
CALL METHOD th_art_contributor=>GET_START_COLUMN...more details

PREPARE_BLACKBOARDPublic
CALL METHOD th_art_contributor=>PREPARE_BLACKBOARD...more details

PREP_BLACKBOARD_BY_SOURCE_OBJPublic
CALL METHOD th_art_contributor=>PREP_BLACKBOARD_BY_SOURCE_OBJ...more details

REGISTER_SOURCEProtected
CALL METHOD th_art_contributor=>REGISTER_SOURCE...more details

REPLACE_LINEBREAKSPublic
CALL METHOD th_art_contributor=>REPLACE_LINEBREAKS...more details

SETUPPrivate
CALL METHOD th_art_contributor=>SETUP...more details

SETUP_FRESH_SOURCE_REPOSITORYProtected
CALL METHOD th_art_contributor=>SETUP_FRESH_SOURCE_REPOSITORY...more details

SET_INCLUDE_TO_REGISTERProtected
CALL METHOD th_art_contributor=>SET_INCLUDE_TO_REGISTER...more details

TEARDOWNPrivate
CALL METHOD th_art_contributor=>TEARDOWN...more details

VERIFY_DELTAPublic
CALL METHOD th_art_contributor=>VERIFY_DELTA...more details

VERIFY_DELTASPublic
CALL METHOD th_art_contributor=>VERIFY_DELTAS...more details

VERIFY_EDIT_POSITIONSPublic
CALL METHOD th_art_contributor=>VERIFY_EDIT_POSITIONS...more details



TH_ART_CONTRIBUTOR 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
ACT_DELTASInstance AttributeLIKE
IF_QUICKFIX_SOURCE_OBJECT=>TAB
Public
ACT_EDIT_POSITIONSInstance AttributeLIKE
IF_QUICKFIX_SOURCE_OBJECT=>TAB
Public
BLACKBOARDInstance AttributeRefactoring blackboardLIKE
CL_ART_BLACKBOARD
Public
EXP_QUICKFIX_DELTASInstance AttributeLIKE
Public
INCLUDE_TO_REGISTERInstance AttributeLIKE
PROGRAMM
Public
NEWLINEConstantCL_ABAP_CHAR_UTILITIES=>NEWLINELIKE
CL_ABAP_CHAR_UTILITIES=>NEWLINE
Public
PROPOSALSInstance AttributeLIKE
CL_ART_PROPOSAL=>TAB
Protected
REPLACE_START_POSITIONInstance AttributeLIKE
CL_PST_SOURCE_POSITION
Private
SEPARATOR4DELTASInstance Attribute';'LIKE
STRING
Protected
SOURCE_CODEInstance AttributeTable of StringsLIKE
STRING_TABLE
Public
SOURCE_REPOSITORYInstance AttributeLIKE
CL_ART_SOURCE_REPOSITORY
Protected
WORKBENCH_OBJECT_TYPESStatic AttributeLIKE
Public




TH_ART_CONTRIBUTOR types

TY_CHANGE_COMMAND -
TY_EXP_DELTA -
TY_REMOVE -

Links to Related Class(s)

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