SAP CL_BSP_BROK_REVERSE_POST OO Class - Service Class Posting Reversal
CL_BSP_BROK_REVERSE_POST 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_REVERSE_POST 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_REVERSE_POST 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 |
| POST_A1A3 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A1A3...more details | ||
| POST_A1A3_ALL | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A1A3_ALL...more details | ||
| POST_A1A3_CL | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A1A3_CL...more details | ||
| POST_A1A3_DC | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A1A3_DC...more details | ||
| POST_A1_TP | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A1_TP...more details | ||
| POST_A2 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A2...more details | ||
|
| ||
| POST_A2_ALL | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A2_ALL...more details | ||
| POST_A2_DC | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A2_DC...more details | ||
| POST_A2_TP | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A2_TP...more details | ||
| POST_A3_TP_XNET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_A3_TP_XNET...more details | ||
| POST_TP_PM | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_TP_PM...more details | ||
| POST_TP_PM_A1A3 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_TP_PM_A1A3...more details | ||
| POST_TP_PM_A2 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>POST_TP_PM_A2...more details | ||
| REVERSE_BANKTRITEM_OPEN | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_BANKTRITEM_OPEN...more details | ||
| REVERSE_CHECK_CHEQUE_WD | Check Whether Check Was Withdrawn | Private |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_CHECK_CHEQUE_WD...more details | ||
| REVERSE_CHECK_POSITION | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_CHECK_POSITION...more details | ||
| REVERSE_CHEQUE_WD_STATE_SET | Sets Status of a Check to 'Completely Removed' | Private |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_CHEQUE_WD_STATE_SET...more details | ||
| REVERSE_CHEQUE_WD_STATE_SET_TP | Sets Status of a Check to 'Completely Removed' | Private |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_CHEQUE_WD_STATE_SET_TP...more details | ||
| REVERSE_CLARCASE_REOPEN | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_CLARCASE_REOPEN...more details | ||
| REVERSE_COINSADD | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_COINSADD...more details | ||
| REVERSE_COLLINFORMATION_FILL | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_COLLINFORMATION_FILL...more details | ||
| REVERSE_COMMCLEAR | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_COMMCLEAR...more details | ||
| REVERSE_COMMISSIONS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_COMMISSIONS...more details | ||
| REVERSE_COSTS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_COSTS...more details | ||
| REVERSE_DOC | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_DOC...more details | ||
| REVERSE_GET_DOCS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_GET_DOCS...more details | ||
| REVERSE_PAYMENTDETAILS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PAYMENTDETAILS...more details | ||
| REVERSE_PAYMENTDETAILS_XOUT | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PAYMENTDETAILS_XOUT...more details | ||
| REVERSE_POS_STATUS_SET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_POS_STATUS_SET...more details | ||
| REVERSE_PYMETSET_CHANGE | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PYMETSET_CHANGE...more details | ||
| REVERSE_PYMETSET_CHNGCTRL | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PYMETSET_CHNGCTRL...more details | ||
| REVERSE_PYMETSET_GET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PYMETSET_GET...more details | ||
| REVERSE_PYMETSET_HANDLE | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PYMETSET_HANDLE...more details | ||
| REVERSE_PYMETSET_UPDATE | Temporary, to Be Replaced | Private |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_PYMETSET_UPDATE...more details | ||
| REVERSE_REPITEMS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_REPITEMS...more details | ||
| REVERSE_REPITEM_GET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_REPITEM_GET...more details | ||
| REVERSE_SUBCOMMCLEAR | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_SUBCOMMCLEAR...more details | ||
| REVERSE_SUBCOMMTRG | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_SUBCOMMTRG...more details | ||
| REVERSE_TEMPCLAR_BROKITEM_GET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_TEMPCLAR_BROKITEM_GET...more details | ||
| REVERSE_TEMPCOLL_CHECK_CLRD | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_TEMPCOLL_CHECK_CLRD...more details | ||
| REVERSE_TEMPCOLL_CHECK_CLRD_A2 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_TEMPCOLL_CHECK_CLRD_A2...more details | ||
| REVERSE_TP_COST_A1A2 | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_TP_COST_A1A2...more details | ||
| REVERSE_TP_GET_DOCS | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>REVERSE_TP_GET_DOCS...more details | ||
| XREVERSAL_GET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>XREVERSAL_GET...more details | ||
| XREVERSAL_SET | Private | |
| CALL METHOD cl_bsp_brok_reverse_post=>XREVERSAL_SET...more details | ||
CL_BSP_BROK_REVERSE_POST 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 |
| REVSTATUS_REVERSAL | Constant | Reversal Status: Reversal | '2' | LIKE REVSTATUS_ITAGCY | Public |
| REVSTATUS_REVERSED | Constant | Reversal Status: Reversed | '1' | LIKE REVSTATUS_ITAGCY | Public |
| REVSTATUS_UNTOUCHED | Constant | Reversal Status: Not Reversed | ' ' | LIKE REVSTATUS_ITAGCY | Public |
| XREVERSAL | Static Attribute | Flag: Reversal from Agency Collections | 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