SAP IF_RECA_RG_RECEIVER_MNGR OO Class - Registration Receiver Manager









IF_RECA_RG_RECEIVER_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_RECEIVER_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_RECEIVER_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_receiver_mngr=>ADD_CHILD...more details

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

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

EXISTS_ANY_RECEIVERChecks If at Least One Registration Receiver ExistsPublic
CALL METHOD if_reca_rg_receiver_mngr=>EXISTS_ANY_RECEIVER...more details

EXISTS_ANY_RECEIVER_TO_CONFIRMChecks If Registration Receiver Exists Needing ConfirmationPublic
CALL METHOD if_reca_rg_receiver_mngr=>EXISTS_ANY_RECEIVER_TO_CONFIRM...more details

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

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

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

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

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

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

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

GET_LIST_BY_RGREASONGets All Entries for Registration Reason EnteredPublic
CALL METHOD if_reca_rg_receiver_mngr=>GET_LIST_BY_RGREASON...more details

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

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

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

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

INSERT_DETAILInserts New Registration ReceiverPublic
CALL METHOD if_reca_rg_receiver_mngr=>INSERT_DETAIL...more details

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

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

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

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

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

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



IF_RECA_RG_RECEIVER_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_RECEIVER_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!