SAP CL_BSP_BROK_TEMPCLAR_SERVICE OO Class - Service for Temporary Collections Clarification
CL_BSP_BROK_TEMPCLAR_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_TEMPCLAR_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_TEMPCLAR_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 |
| BUILD_ITEMDISPLAY_LINE | Fills Display Structure | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>BUILD_ITEMDISPLAY_LINE...more details | ||
| CHECK_ITEM_A1_A3 | Checks Whether Values Match Selection (for Type A1 and A3) | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>CHECK_ITEM_A1_A3...more details | ||
| CHECK_ITEM_A2 | Checks Whether Values Match Selection (for Type A2) | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>CHECK_ITEM_A2...more details | ||
| DEQUEUE | Unlocks Clarification Case | Public |
| CALL METHOD cl_bsp_brok_tempclar_service=>DEQUEUE...more details | ||
| DEQUEUE_BROKER_CF | Unlocks Clarification Case of Broker Report | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>DEQUEUE_BROKER_CF...more details | ||
| ENQUEUE | Locks Clarification Case | Public |
| CALL METHOD cl_bsp_brok_tempclar_service=>ENQUEUE...more details | ||
|
| ||
| ENQUEUE_BROKER_CF | Locks Clarification Case of Broker Report | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>ENQUEUE_BROKER_CF...more details | ||
| FILL_TABLE_CATEGORY | Fills Tables with Categories | Public |
| CALL METHOD cl_bsp_brok_tempclar_service=>FILL_TABLE_CATEGORY...more details | ||
| GET_ITEMSCTRL_A1_A3 | Gets Control Structure for Selection of Temporary Collectns | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMSCTRL_A1_A3...more details | ||
| GET_ITEMSCTRL_A2 | Gets Control Structure for Selection of Temporary Collectns | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMSCTRL_A2...more details | ||
| GET_ITEMS_DISPLAY | Gets Display Structure for Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_ITEMS_DISPLAY...more details | ||
| GET_OPENITEMS | Gets Open Items for Temporary Collections | Public |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS...more details | ||
| GET_OPENITEMS_AGENCY | Gets Open Items for Agency | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS_AGENCY...more details | ||
| GET_OPENITEMS_PARTNER | Gets Open Items for Business Partner | Private |
| CALL METHOD cl_bsp_brok_tempclar_service=>GET_OPENITEMS_PARTNER...more details | ||
CL_BSP_BROK_TEMPCLAR_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 |
| CFC_APPLOBJ | Static Attribute | CFC: Application objects | LIKE CFC_APPLOBJ | Private | |
| DDIC_STRUC_TCPROP | Static Attribute | Table Type for Structure DD03P | LIKE DD03TTYP | Public | |
| DDIC_STRUC_TEMPCLARITEMS | Static Attribute | Table Type for Structure DD03P | LIKE DD03TTYP | Public | |
| MC_CLSTATUS_CLEARED | Constant | Clearing Status | '9' | LIKE AUGST_KK | Public |
| MC_CLSTATUS_OPEN | Constant | Clearing Status | ' ' | LIKE AUGST_KK | Public |
| MC_SEARCHOPTION_AGENCY | Constant | Search Option | '2' | LIKE TEMPCLAR_SO_ITAGCY | Public |
| MC_SEARCHOPTION_ALL | Constant | Search Option | '3' | LIKE TEMPCLAR_SO_ITAGCY | Public |
| MC_SEARCHOPTION_PARTNER | Constant | Search Option | '1' | LIKE TEMPCLAR_SO_ITAGCY | Public |
| 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