SAP TH_RSCRM_IMP_SYNCHRONIZE OO Class - Integration test TDC helper









TH_RSCRM_IMP_SYNCHRONIZE 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_RSCRM_IMP_SYNCHRONIZE 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_RSCRM_IMP_SYNCHRONIZE 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
GET_IS_PATTERN_CONFIGPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IS_PATTERN_CONFIG...more details

GET_IS_REDISTRIBUTION_CONFIGPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IS_REDISTRIBUTION_CONFIG...more details

GET_IS_TIME_SHIFTPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IS_TIME_SHIFT...more details

GET_IT_BLOCKSPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_BLOCKS...more details

GET_IT_DATASET_SELECTIONPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_DATASET_SELECTION...more details

GET_IT_DELETE_SELECTIONSPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_DELETE_SELECTIONS...more details

GET_IT_KYF_DATAPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_KYF_DATA...more details

GET_IT_QUERY_FILTERSPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_QUERY_FILTERS...more details

GET_IT_REPOSTPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IT_REPOST...more details

GET_IV_DATA_CHANGEDPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IV_DATA_CHANGED...more details

GET_IV_READ_ONLYPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_IV_READ_ONLY...more details

GET_I_OBJECT_IDPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_I_OBJECT_ID...more details

GET_I_QUERY_IDPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_I_QUERY_ID...more details

GET_NAMEPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_NAME...more details

GET_VARIANTPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_VARIANT...more details

GET_VARIANTSPublic
CALL METHOD th_rscrm_imp_synchronize=>GET_VARIANTS...more details

INITPrivate
CALL METHOD th_rscrm_imp_synchronize=>INIT...more details

TEST_SYNCHRONIZE_VARIANTPublic
CALL METHOD th_rscrm_imp_synchronize=>TEST_SYNCHRONIZE_VARIANT...more details



TH_RSCRM_IMP_SYNCHRONIZE 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
MV_NAMEInstance AttributeLIKE
ETVAR_ID
Private
SO_TDC_APIStatic AttributeLIKE
CL_APL_ECATT_TDC_API
Private




TH_RSCRM_IMP_SYNCHRONIZE types

TT_VARIANT -

Links to Related Class(s)

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