SAP IF_RECA_RESUBM_RULE_MNGR OO Class - Resubmission Rule Manager









IF_RECA_RESUBM_RULE_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_RESUBM_RULE_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_RESUBM_RULE_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_resubm_rule_mngr=>ADD_CHILD...more details

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

CHECK_KEYChecks If Entry Exists (Except.)Public
CALL METHOD if_reca_resubm_rule_mngr=>CHECK_KEY...more details

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

DELETE_DETAILDeletes Resubmission RulePublic
CALL METHOD if_reca_resubm_rule_mngr=>DELETE_DETAIL...more details

EXISTSChecks If Entry Exists (Y/N)Public
CALL METHOD if_reca_resubm_rule_mngr=>EXISTS...more details

EXISTS_ANY_RULEChecks If at Least One Resubmission Rule ExistsPublic
CALL METHOD if_reca_resubm_rule_mngr=>EXISTS_ANY_RULE...more details

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

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

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

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

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

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

GET_INFO_BY_NOTEGets Infotext with Beginning of MemoPublic
CALL METHOD if_reca_resubm_rule_mngr=>GET_INFO_BY_NOTE...more details

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

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

GET_RESUBM_DATE_MNGRGets the Resubmission Date ManagerPublic
CALL METHOD if_reca_resubm_rule_mngr=>GET_RESUBM_DATE_MNGR...more details

GET_RULES_FOR_INSERTGets All Resubmission Rules That Can Be InsertedPublic
CALL METHOD if_reca_resubm_rule_mngr=>GET_RULES_FOR_INSERT...more details

GET_TDNAME_PREFIXPrivate
CALL METHOD if_reca_resubm_rule_mngr=>GET_TDNAME_PREFIX...more details

GET_TEXT_MNGRPrivate
CALL METHOD if_reca_resubm_rule_mngr=>GET_TEXT_MNGR...more details

GET_TEXT_REFSupplies Reference to MemoPublic
CALL METHOD if_reca_resubm_rule_mngr=>GET_TEXT_REF...more details

INIT_BY_PARENTInitializes Manager via Superordinate ObjectPublic
CALL METHOD if_reca_resubm_rule_mngr=>INIT_BY_PARENT...more details

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

INSERT_DETAILCreates New Resubmission RulesPublic
CALL METHOD if_reca_resubm_rule_mngr=>INSERT_DETAIL...more details

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

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

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

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

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

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

UPDATE_DETAILChanges Resubmission RulePublic
CALL METHOD if_reca_resubm_rule_mngr=>UPDATE_DETAIL...more details

UPDATE_INFO_BY_NOTEUpdates Infotext with Beginning of MemoPublic
CALL METHOD if_reca_resubm_rule_mngr=>UPDATE_INFO_BY_NOTE...more details



IF_RECA_RESUBM_RULE_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 AttributeSuperordinate ObjectLIKE
IF_RECA_HAS_RESUBM
Public
MO_TEXT_MNGRInstance AttributeLIKE
Private


Events of Class IF_RECA_RESUBM_RULE_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!