SAP CL_BSP_BROK_COLLECT_INSCOMPHDL OO Class - Service Class Shares to Insurance
CL_BSP_BROK_COLLECT_INSCOMPHDL 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_COLLECT_INSCOMPHDL 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_COLLECT_INSCOMPHDL 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 |
| ADD_DEFAULTS | Private | |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>ADD_DEFAULTS...more details | ||
| ADD_ENTRY | Adding an Entry | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>ADD_ENTRY...more details | ||
| CHANGE_ENTRY | Private | |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>CHANGE_ENTRY...more details | ||
| CHECK | Checks | Private |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>CHECK...more details | ||
| CLEAR | Initializations | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>CLEAR...more details | ||
| DEQUEUE | Delete Lock | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>DEQUEUE...more details | ||
|
| ||
| ENQUEUE | Set Lock on Broker/Broker Contract | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>ENQUEUE...more details | ||
| ENTRY_BUILD | Format of Entry | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>ENTRY_BUILD...more details | ||
| GET_ENTRIES | Private | |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>GET_ENTRIES...more details | ||
| SET_UPDATE_TASK | Setting Flag Whether Posting Is in Update Task | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>SET_UPDATE_TASK...more details | ||
| UPDATE | Writing Data to Database | Public |
| CALL METHOD cl_bsp_brok_collect_inscomphdl=>UPDATE...more details | ||
CL_BSP_BROK_COLLECT_INSCOMPHDL 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 |
| CO_SOURCE_COINS | Constant | Origin from Coinsurance | '3' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_SOURCE_CONTAINER | Constant | Origin from Container | '1' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_SOURCE_PAYRUN | Constant | Origin from Payment Run | '5' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_SOURCE_REPORT | Constant | Origin from Broker Report | '2' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_SOURCE_REPORT_REV | Constant | Origin from Broker Report: Reversal | '4' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_SOURCE_RETURN | Constant | Origin from Returns | '6' | LIKE INSCOMP_SOURCE_ITAGCY | Public |
| CO_STATE_POSTED | Constant | Status: Posted | '9' | LIKE STATE_INSCOMP_ITAGCY | Public |
| CO_STATE_TO_POST | Constant | Status: To Be Posted | SPACE | LIKE STATE_INSCOMP_ITAGCY | Public |
| T_INSCOMP_INS | Instance Attribute | Table Type DB View Shares to Insurance | LIKE TITAGCYINSCOMPSH | Private | |
| T_INSCOMP_UPD | Instance Attribute | LIKE | Private | ||
| X_UPDATE_TASK | Instance Attribute | Postings in Update Task | LIKE XFELD | Private |
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