SAP CL_BSP_BROK_COLLECT_OPITEM_M OO Class - Model Class for Open Item Management
CL_BSP_BROK_COLLECT_OPITEM_M 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_OPITEM_M including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BSP_BROK_COLLECT_OPITEM_M is CL_BSP_MODELInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_HTMLB_TABLEVIEW_ITERATORInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ITAGCY_DOCDETAILInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ITAGCY_TV_PAGERMethod list of CL_BSP_BROK_COLLECT_OPITEM_M 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 |
| BUILD_DISPLAY_LINE | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>BUILD_DISPLAY_LINE...more details | ||
| BUILD_DISPLAY_LINE_BASIC | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>BUILD_DISPLAY_LINE_BASIC...more details | ||
| BUILD_STOREDITEM_LINE | Create Worklist Line | Private |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>BUILD_STOREDITEM_LINE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>CONSTRUCTOR...more details | ||
| CONVERT_CURRENCY | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>CONVERT_CURRENCY...more details | ||
| EXCODE_CHECK | Checks for Set Payment Grouping and Payment Method | Private |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>EXCODE_CHECK...more details | ||
|
| ||
| INIT | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>INIT...more details | ||
| INTERESTS_ACTIVATE | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>INTERESTS_ACTIVATE...more details | ||
| INTERESTS_ADJUST | Adapt Surcharges to Collection Date | Public |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>INTERESTS_ADJUST...more details | ||
| INTERESTS_DEACTIVATE | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>INTERESTS_DEACTIVATE...more details | ||
| LATE_PAYMENTS_GET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>LATE_PAYMENTS_GET...more details | ||
| OPENITEMS_GET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>OPENITEMS_GET...more details | ||
| OPENITEMS_GET_BY_GUID | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>OPENITEMS_GET_BY_GUID...more details | ||
| OPENITEMS_SET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>OPENITEMS_SET...more details | ||
| OPENITEM_DETAIL_DISPLAY | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>OPENITEM_DETAIL_DISPLAY...more details | ||
| REFRESH | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>REFRESH...more details | ||
| RESET_TAX | Reset Expired Taxes | Public |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>RESET_TAX...more details | ||
| SET_COLLDATE | Process New Collection Date | Public |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>SET_COLLDATE...more details | ||
| STOREDITEMSCTRL_GET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>STOREDITEMSCTRL_GET...more details | ||
| STOREDITEMS_GET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>STOREDITEMS_GET...more details | ||
| STOREDITEMS_GET_BY_GUID | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>STOREDITEMS_GET_BY_GUID...more details | ||
| STOREDITEMS_SET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>STOREDITEMS_SET...more details | ||
| STOREDITEMS_UNSET | Private | |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>STOREDITEMS_UNSET...more details | ||
| TAX_SCHEME_CHECK | Check Whether Taxes are Up-to-Date | Private |
| CALL METHOD cl_bsp_brok_collect_opitem_m=>TAX_SCHEME_CHECK...more details | ||
CL_BSP_BROK_COLLECT_OPITEM_M 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 |
| COLLDATE | Instance Attribute | Date | LIKE SY-DATUM | Public | |
| CO_EXC_NONE | Constant | No exclusion | ' ' | LIKE EX_CODE_ITAGCY | Public |
| CO_EXC_PAYMETHOD | Constant | Exception: Payment Method Set | '02' | LIKE EX_CODE_ITAGCY | Public |
| CO_EXC_PAYMETSET | Constant | Exception: Payment Methods Set from Agency Collections | '03' | LIKE EX_CODE_ITAGCY | Public |
| CO_EXC_TAX | Constant | Exception: Taxes no Longer Valid | '01' | LIKE EX_CODE_ITAGCY | Public |
| DETAILSTRING | Instance Attribute | LIKE | Private | ||
| EX_CODE_DOMA | Instance Attribute | LIKE | Private | ||
| LINES_DISPLAY | Instance Attribute | LIKE | Private | ||
| OBJ_TAXES | Instance Attribute | Insurance Taxes (FS-CD) | LIKE CL_FSCD_TAXES | Public | |
| OPENITEMS | Instance Attribute | Table Category: Display Structure of Open Items | LIKE TITAGCYOPENITEM | Public | |
| OPENITEM_CTRL | Instance Attribute | Control Structure OI Management | LIKE SITAGCYOPENITEMCTRL | Public | |
| PAGER_SERVICE | Instance Attribute | Class for Management of Pager Attributes | LIKE CL_BSP_BROK_SERVICE_PAGER | Public | |
| PAGE_DISPLAY | Instance Attribute | Natural Number | LIKE | Public | |
| PAGE_MAX | Instance Attribute | LIKE | Private | ||
| STOREDITEMS | Instance Attribute | Table Category: Display Structure of Open Items | LIKE TITAGCYSTOREDITEM | Public | |
| STOREDITEMS_CTRL | Instance Attribute | Control Structure OI Management | LIKE SITAGCYOPENITEMCTRL | Public | |
| XSHOW_DETAIL | Instance Attribute | LIKE | 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