SAP CL_BSP_BROK_TEMPCOLL_COLLECT OO Class - Service Class for ITAGCY_TEMPCOLL (Collections Transaction)
CL_BSP_BROK_TEMPCOLL_COLLECT 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_TEMPCOLL_COLLECT 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_TEMPCOLL_COLLECT 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 |
| ADV_BUILD_BP_LINE | Format BP Item for Customer Premium | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_BP_LINE...more details | ||
| ADV_BUILD_BP_LINE_PM | Setup for BP Item for Customer Premium (with Payments) | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_BP_LINE_PM...more details | ||
| ADV_BUILD_BP_LINE_PMADD | Setup for BP Item for Customer Premium (with Payments) | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_BP_LINE_PMADD...more details | ||
| ADV_BUILD_COMM_BP_LINE | Format BP Item for Commission | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_COMM_BP_LINE...more details | ||
| ADV_BUILD_COMM_GL_LINE | Format GL Items for Commission | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_COMM_GL_LINE...more details | ||
| ADV_BUILD_GL_LINES | Format GL Items | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_BUILD_GL_LINES...more details | ||
|
| ||
| ADV_COINS_ADJUST_PM_SUMMARY | Adjustment of Payment Methods for Coinsurance | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_COINS_ADJUST_PM_SUMMARY...more details | ||
| ADV_COLLECT | Posts Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_COLLECT...more details | ||
| ADV_COLLECT_A3_DC | Updates Enhanced Temporary Collections for Type A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_COLLECT_A3_DC...more details | ||
| ADV_COLLECT_A3_DC_PMADD | Updates Enhanced Temporary Collections for Type A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_COLLECT_A3_DC_PMADD...more details | ||
| ADV_COLLECT_A3_TP | Updates Enhanced Temporary Collections for Type A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_COLLECT_A3_TP...more details | ||
| ADV_CREATE_COMMCTRL_TRIGGER | Creates Trigger for Commission Monitoring | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_CREATE_COMMCTRL_TRIGGER...more details | ||
| ADV_CREATE_DEPOSIT_CONTRACT | Creates Depot Vertrag | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_CREATE_DEPOSIT_CONTRACT...more details | ||
| ADV_GET_TRANSACTIONS | Gets Main and Sub-Transaction for Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_GET_TRANSACTIONS...more details | ||
| ADV_GET_TRANSACTIONS_COMM | Provides Main- and Subtransaction for Commission | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_GET_TRANSACTIONS_COMM...more details | ||
| ADV_POST_SEV_DOCUMENTS | Posts More Than One Document for Cash/Check Payment | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>ADV_POST_SEV_DOCUMENTS...more details | ||
| BUILD_BP_LINE | Format BP Items | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_BP_LINE...more details | ||
| BUILD_BROKERITEMS_A2 | Collect Items for Agency Type A2 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_BROKERITEMS_A2...more details | ||
| BUILD_CL_ACC_GL_LINES | Format of GL Item | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_CL_ACC_GL_LINES...more details | ||
| BUILD_COLLTRANSF | Private | |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_COLLTRANSF...more details | ||
| BUILD_DOCUMENTHEADER | Creation of Document Header | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_DOCUMENTHEADER...more details | ||
| BUILD_TEMPCOLL | Adds a Line to Data of Temporary Collections | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_TEMPCOLL...more details | ||
| BUILD_TEMPCOLL_BP | Adds a Line to Data of Temporary Collections | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>BUILD_TEMPCOLL_BP...more details | ||
| COLLECT | Posts Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT...more details | ||
| COLLECT_A1_A3_BANKTR | Posts Temporary Collections for Type A1 and A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A1_A3_BANKTR...more details | ||
| COLLECT_A1_A3_DC | Posts Temporary Collections for Type A1 and A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A1_A3_DC...more details | ||
| COLLECT_A1_A3_DC_PMADD | Posts Temporary Collections for Type A1 and A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A1_A3_DC_PMADD...more details | ||
| COLLECT_A1_TP | Posts Temporary Collections for Type A1 and A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A1_TP...more details | ||
| COLLECT_A2 | Posts Temporary Collections for Type A2 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A2...more details | ||
| COLLECT_A3_TP | Posts Temporary Collections for Type A1 and A3 | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_A3_TP...more details | ||
| COLLECT_BANKTR | Posts Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>COLLECT_BANKTR...more details | ||
| GET_CLARCODE | Gets Processing Key | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>GET_CLARCODE...more details | ||
| GET_DOCUMENTTYPE | Gets Document Type for Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>GET_DOCUMENTTYPE...more details | ||
| GET_TRANSACTIONS_AGENCY | Gets Main and Sub-Transaction for Agency Posting on Account | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>GET_TRANSACTIONS_AGENCY...more details | ||
| GET_TRANSACTIONS_TEMPCOLL | Gets Main and Sub-Transaction for Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>GET_TRANSACTIONS_TEMPCOLL...more details | ||
| POST_SEV_DOCUMENTS_TEMPCOLL | Posts More Than One Document for Cash/Check Payment | Private |
| CALL METHOD cl_bsp_brok_tempcoll_collect=>POST_SEV_DOCUMENTS_TEMPCOLL...more details | ||
CL_BSP_BROK_TEMPCOLL_COLLECT 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 |
| DDIC_STRUC_TEMPCOLLITEMS | Static Attribute | Table Type for Structure DD03P | LIKE DD03TTYP | Public | |
| INFO_LENGTH | Static Attribute | Length (No. of Characters) | LIKE DDLENG | Public | |
| POSTAREA_VI08 | Static Attribute | Account Determination: Data | LIKE TFK033D | Private | |
| POSTAREA_VI09 | Static Attribute | Account Determination: Data | LIKE TFK033D | Private | |
| T_CATEGORY | Static Attribute | Table Category with 2 Strings as Line Category | LIKE TITAGCY_2STRINGS | 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