SAP IF_RECA_RG_SENDER_MNGR OO Class - Registration Trigger Manager









IF_RECA_RG_SENDER_MNGR 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 IF_RECA_RG_SENDER_MNGR 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 IF_RECA_RG_SENDER_MNGR 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_CHILDPrivate
CALL METHOD if_reca_rg_sender_mngr=>ADD_CHILD...more details

CHECK_ALLPrivate
CALL METHOD if_reca_rg_sender_mngr=>CHECK_ALL...more details

COUNTSupplies Number of EntriesPublic
CALL METHOD if_reca_rg_sender_mngr=>COUNT...more details

DELETE_BY_RGSTATEDeletes All Entries for Object State EnteredPublic
CALL METHOD if_reca_rg_sender_mngr=>DELETE_BY_RGSTATE...more details

DELETE_DETAILDeletes Registraction EntryPublic
CALL METHOD if_reca_rg_sender_mngr=>DELETE_DETAIL...more details

EXISTS_ANY_SENDERChecks If at Least One Registration Trigger ExistsPublic
CALL METHOD if_reca_rg_sender_mngr=>EXISTS_ANY_SENDER...more details

FREEPrivate
CALL METHOD if_reca_rg_sender_mngr=>FREE...more details

GET_CHILDRENPrivate
CALL METHOD if_reca_rg_sender_mngr=>GET_CHILDREN...more details

GET_DETAILSupplies StructurePublic
CALL METHOD if_reca_rg_sender_mngr=>GET_DETAIL...more details

GET_DETAIL_BY_RGSTATEGets 1st Entry for Object State EnteredPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_DETAIL_BY_RGSTATE...more details

GET_DETAIL_XSupplies Structure, Incl. Additional DataPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_DETAIL_X...more details

GET_EXTENSIONPrivate
CALL METHOD if_reca_rg_sender_mngr=>GET_EXTENSION...more details

GET_FIELDSTATUSPrivate
CALL METHOD if_reca_rg_sender_mngr=>GET_FIELDSTATUS...more details

GET_LISTSupplies All EntriesPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_LIST...more details

GET_LIST_BY_RGINTREFReturns All Entries for Technical Reference SpecifiedPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_LIST_BY_RGINTREF...more details

GET_LIST_BY_RGSTATEGets All Entries for Object State EnteredPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_LIST_BY_RGSTATE...more details

GET_LIST_FOR_WORKLISTGets All Entries for WorklistPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_LIST_FOR_WORKLIST...more details

GET_LIST_XSupplies All Entries Incl. Additional DataPublic
CALL METHOD if_reca_rg_sender_mngr=>GET_LIST_X...more details

INIT_BY_PARENTInitializes Object via Higher-Level ObjectPublic
CALL METHOD if_reca_rg_sender_mngr=>INIT_BY_PARENT...more details

INIT_BY_TEMPLATEPrivate
CALL METHOD if_reca_rg_sender_mngr=>INIT_BY_TEMPLATE...more details

IS_FIELDSTATUS_SETPrivate
CALL METHOD if_reca_rg_sender_mngr=>IS_FIELDSTATUS_SET...more details

IS_MODIFIEDPrivate
CALL METHOD if_reca_rg_sender_mngr=>IS_MODIFIED...more details

IS_OKPrivate
CALL METHOD if_reca_rg_sender_mngr=>IS_OK...more details

REGISTER_ALL_CHILDRENPrivate
CALL METHOD if_reca_rg_sender_mngr=>REGISTER_ALL_CHILDREN...more details

RELEASEPrivate
CALL METHOD if_reca_rg_sender_mngr=>RELEASE...more details

STOREPrivate
CALL METHOD if_reca_rg_sender_mngr=>STORE...more details

UPDATE_RESPONSIBLEUpdates Person Responsible According to Business ObjectPublic
CALL METHOD if_reca_rg_sender_mngr=>UPDATE_RESPONSIBLE...more details



IF_RECA_RG_SENDER_MNGR 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
MD_ACTIVITYInstance AttributeLIKE
Private
MF_ARCHIVEDInstance AttributeLIKE
Private
MF_AUTH_CHECKInstance AttributeLIKE
Private
MF_ENQUEUEInstance AttributeLIKE
Private
MO_PARENTInstance AttributeObject with Registration FunctionsLIKE
IF_RECA_HAS_REGISTRATION
Public


Events of Class IF_RECA_RG_SENDER_MNGR

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... AFTER_STORE -
BEFORE_STORE -
ON_CHECK_ALL -

Links to Related Class(s)

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