SAP IF_CN_RM_DECFCT OO Class - Decision Factor









IF_CN_RM_DECFCT 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_CN_RM_DECFCT 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_CN_RM_DECFCT 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
CHECK_PERNRcheck whether a person accordant with the factorPublic
CALL METHOD if_cn_rm_decfct=>CHECK_PERNR...more details

CHECK_USAGEcheck the usage of current decision factorPublic
CALL METHOD if_cn_rm_decfct=>CHECK_USAGE...more details

DELETE_ITEMdelete items with the positions.Public
CALL METHOD if_cn_rm_decfct=>DELETE_ITEM...more details

GET_DESCRget the descriptionPublic
CALL METHOD if_cn_rm_decfct=>GET_DESCR...more details

GET_IDget the decision factor IDPublic
CALL METHOD if_cn_rm_decfct=>GET_ID...more details

GET_ITEMget item by positionPublic
CALL METHOD if_cn_rm_decfct=>GET_ITEM...more details

GET_ITEMSget all itemsPublic
CALL METHOD if_cn_rm_decfct=>GET_ITEMS...more details

GET_ITEM_NUMget the number of itemPublic
CALL METHOD if_cn_rm_decfct=>GET_ITEM_NUM...more details

NEW_ITEMcreate a new item with the position nr.Public
CALL METHOD if_cn_rm_decfct=>NEW_ITEM...more details

SET_DESCRset the descriptionPublic
CALL METHOD if_cn_rm_decfct=>SET_DESCR...more details






IF_CN_RM_DECFCT types

TY_T_ITEM - table of decision factor item
TY_T_POSITION - table of position

Links to Related Class(s)

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