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 Name | Description | Visability |
| CHECK_COINS_COST | Check for Coinsurance Costs | Private |
| CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COINS_COST...more details | ||
| CHECK_COMMISSION_FOR_CONTINUE | Checks Whether Action to Be Taken for Commission | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COMMISSION_FOR_CONTINUE...more details | ||
| CHECK_COMM_PREM_CLEARED | Checks Whether Commission Is to Be Guaranteed (Clearing) | Private |
| CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_COMM_PREM_CLEARED...more details | ||
| CHECK_COMM_PREM_OPEN | Checks 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_CONTINUE | Checks Whether Action Is to Be Taken with Premium | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>CHECK_PREMIUM_FOR_CONTINUE...more details | ||
| GET_COMMISSIONS | Delivers Commission for an XBLNR | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_COMMISSIONS...more details | ||
|
| ||
| GET_DOCUMENT_CURR_FROM_FKKCL | Delivers Document Currency from FKKCLs | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_DOCUMENT_CURR_FROM_FKKCL...more details | ||
| GET_FKKCL_FROM_FKKOP | Delivers FKKCLs and FKKOPs | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKCL_FROM_FKKOP...more details | ||
| GET_FKKKO_OF_DOCUMENT | Delivers Header Data for a Document | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKKO_OF_DOCUMENT...more details | ||
| GET_FKKOP_OF_DOCUMENT | Delivers FKKOPs for a Document | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_FKKOP_OF_DOCUMENT...more details | ||
| GET_HIGHEST_OPBEL_AMOUNT | Delivers Document with Highest Amount | Private |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_HIGHEST_OPBEL_AMOUNT...more details | ||
| GET_OPBEL_AMOUNT | Delivers Amount for a Document in Local Currency | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_OPBEL_AMOUNT...more details | ||
| GET_OPENITEMS_OF_OPBEL | Delivers Open Items for a Document | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_OPENITEMS_OF_OPBEL...more details | ||
| GET_PREMIUM_FROM_XBLNR | Delivers Premium Document for an XBLNR | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_PREMIUM_FROM_XBLNR...more details | ||
| GET_RELEVANT_AGENCIES | Delivers Relevant Agencies for Commission Monitoring | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_RELEVANT_AGENCIES...more details | ||
| GET_RELEVANT_TRIGGERS | Delivers Relevant Trigger Entries for Broker&Broker Contract | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_RELEVANT_TRIGGERS...more details | ||
| GET_TRIGGER | Delviers Trigger Entry for an XBLNR | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_TRIGGER...more details | ||
| GET_TRIGGERS | Delivers Trigger Entries for a Quantity of XBLNR | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>GET_TRIGGERS...more details | ||
| REMOVE_COMMISSIONS_FROM_FKKCL | Removes Commission from Delivered FKKCLs | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>REMOVE_COMMISSIONS_FROM_FKKCL...more details | ||
| REMOVE_COMMISSIONS_FROM_FKKOP | Removes Commission from Delivered FKKOPs | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>REMOVE_COMMISSIONS_FROM_FKKOP...more details | ||
| REVERSE_FKKCL | Changes Amount for FKKCLs to Reversed Flag | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>REVERSE_FKKCL...more details | ||
| UPDATE_COMMCTRLCP | Update for Table ITAGCYCOMMCTRLCP | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>UPDATE_COMMCTRLCP...more details | ||
| UPDATE_HISTORY | Update for History | Public |
| CALL METHOD cl_bsp_brok_commctrl_service=>UPDATE_HISTORY...more details | ||
| UPDATE_TRIGGER | Update for Trigger Tables | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| STATUS_INVESTIGATION | Constant | Agency Collections: Commission Monitoring: Status | 'I' | LIKE STATUS_COMMCTRL_ITAGCY | Public |
| STATUS_READY | Constant | Agency 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