SAP IF_RECN_ACTUAL_DEPOSIT_MNGR OO Class - Actual Security Deposit Manager (VICNDPACTUAL)









IF_RECN_ACTUAL_DEPOSIT_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_RECN_ACTUAL_DEPOSIT_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_RECN_ACTUAL_DEPOSIT_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_CHILDChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>ADD_CHILD...more details

CHECK_ALLChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>CHECK_ALL...more details

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

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

DELETE_DETAILDeletes Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>DELETE_DETAIL...more details

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

FREEChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>FREE...more details

GET_CHILDRENChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_CHILDREN...more details

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

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

GET_EXTENSIONChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_EXTENSION...more details

GET_FIELDSTATUSChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_FIELDSTATUS...more details

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

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

GET_TDNAME_PREFIXChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_TDNAME_PREFIX...more details

GET_TEXT_MNGRChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_TEXT_MNGR...more details

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

GET_TOTAL_ON_DATERANGEGets the Totaled, Made, Returned Actual Security DepositsPublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_TOTAL_ON_DATERANGE...more details

GET_TOTAL_ON_KEYDATEGets the Totaled Actual Security Deposits for a Key DatePublic
CALL METHOD if_recn_actual_deposit_mngr=>GET_TOTAL_ON_KEYDATE...more details

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

INIT_BY_TEMPLATEChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>INIT_BY_TEMPLATE...more details

INSERT_DETAILCreates a New Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>INSERT_DETAIL...more details

IS_FIELDSTATUS_SETChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>IS_FIELDSTATUS_SET...more details

IS_MODIFIEDChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>IS_MODIFIED...more details

IS_OKChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>IS_OK...more details

REGISTER_ALL_CHILDRENChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>REGISTER_ALL_CHILDREN...more details

RELEASEChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>RELEASE...more details

STOREChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>STORE...more details

UPDATE_DETAILChanges Actual Security DepositPublic
CALL METHOD if_recn_actual_deposit_mngr=>UPDATE_DETAIL...more details



IF_RECN_ACTUAL_DEPOSIT_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 AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public
MF_ARCHIVEDInstance AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public
MF_AUTH_CHECKInstance AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public
MF_ENQUEUEInstance AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public
MO_PARENTInstance AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public
MO_TEXT_MNGRInstance AttributeObject with Actual Security DepositsLIKE
IF_RECN_CONTRACT
Public


Events of Class IF_RECN_ACTUAL_DEPOSIT_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_RECN_...
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!