SAP CL_BSP_BROK_COMMCTRL_SERVICE OO Class - Service Class for Commission Monitoring









CL_BSP_BROK_COMMCTRL_SERVICE 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 CL_BSP_BROK_COMMCTRL_SERVICE 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 CL_BSP_BROK_COMMCTRL_SERVICE 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_COINS_COSTCheck for Coinsurance CostsPrivate
CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COINS_COST...more details

CHECK_COMMISSION_FOR_CONTINUEChecks Whether Action to Be Taken for CommissionPublic
CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COMMISSION_FOR_CONTINUE...more details

CHECK_COMM_PREM_CLEAREDChecks Whether Commission Is to Be Guaranteed (Clearing)Private
CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COMM_PREM_CLEARED...more details

CHECK_COMM_PREM_OPENChecks Whether Commission Is to Be Demanded Back (Reversal)Private
CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COMM_PREM_OPEN...more details

CHECK_PREMIUM_FOR_CONTINUEChecks Whether Action Is to Be Taken with PremiumPublic
CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_PREMIUM_FOR_CONTINUE...more details

GET_COMMISSIONSDelivers Commission for an XBLNRPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_COMMISSIONS...more details

GET_DOCUMENT_CURR_FROM_FKKCLDelivers Document Currency from FKKCLsPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_DOCUMENT_CURR_FROM_FKKCL...more details

GET_FKKCL_FROM_FKKOPDelivers FKKCLs and FKKOPsPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKCL_FROM_FKKOP...more details

GET_FKKKO_OF_DOCUMENTDelivers Header Data for a DocumentPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKKO_OF_DOCUMENT...more details

GET_FKKOP_OF_DOCUMENTDelivers FKKOPs for a DocumentPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKOP_OF_DOCUMENT...more details

GET_HIGHEST_OPBEL_AMOUNTDelivers Document with Highest AmountPrivate
CALL METHOD cl_bsp_brok_commctrl_service=>GET_HIGHEST_OPBEL_AMOUNT...more details

GET_OPBEL_AMOUNTDelivers Amount for a Document in Local CurrencyPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_OPBEL_AMOUNT...more details

GET_OPENITEMS_OF_OPBELDelivers Open Items for a DocumentPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_OPENITEMS_OF_OPBEL...more details

GET_PREMIUM_FROM_XBLNRDelivers Premium Document for an XBLNRPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_PREMIUM_FROM_XBLNR...more details

GET_RELEVANT_AGENCIESDelivers Relevant Agencies for Commission MonitoringPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_RELEVANT_AGENCIES...more details

GET_RELEVANT_TRIGGERSDelivers Relevant Trigger Entries for Broker&Broker ContractPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_RELEVANT_TRIGGERS...more details

GET_TRIGGERDelviers Trigger Entry for an XBLNRPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_TRIGGER...more details

GET_TRIGGERSDelivers Trigger Entries for a Quantity of XBLNRPublic
CALL METHOD cl_bsp_brok_commctrl_service=>GET_TRIGGERS...more details

REMOVE_COMMISSIONS_FROM_FKKCLRemoves Commission from Delivered FKKCLsPublic
CALL METHOD cl_bsp_brok_commctrl_service=>REMOVE_COMMISSIONS_FROM_FKKCL...more details

REMOVE_COMMISSIONS_FROM_FKKOPRemoves Commission from Delivered FKKOPsPublic
CALL METHOD cl_bsp_brok_commctrl_service=>REMOVE_COMMISSIONS_FROM_FKKOP...more details

REVERSE_FKKCLChanges Amount for FKKCLs to Reversed FlagPublic
CALL METHOD cl_bsp_brok_commctrl_service=>REVERSE_FKKCL...more details

UPDATE_COMMCTRLCPUpdate for Table ITAGCYCOMMCTRLCPPublic
CALL METHOD cl_bsp_brok_commctrl_service=>UPDATE_COMMCTRLCP...more details

UPDATE_HISTORYUpdate for HistoryPublic
CALL METHOD cl_bsp_brok_commctrl_service=>UPDATE_HISTORY...more details

UPDATE_TRIGGERUpdate for Trigger TablesPublic
CALL METHOD cl_bsp_brok_commctrl_service=>UPDATE_TRIGGER...more details



CL_BSP_BROK_COMMCTRL_SERVICE 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
STATUS_INVESTIGATIONConstantAgency Collections: Commission Monitoring: Status'I'LIKE
STATUS_COMMCTRL_ITAGCY
Public
STATUS_READYConstantAgency Collections: Commission Monitoring: Status'R'LIKE
STATUS_COMMCTRL_ITAGCY
Public


Links to Related Class(s)

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