SAP CL_BSP_BROK_REALLOC_MAIN_M OO Class - Model Class for main.htm
CL_BSP_BROK_REALLOC_MAIN_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_REALLOC_MAIN_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_REALLOC_MAIN_M is CL_BSP_MODELMethod list of CL_BSP_BROK_REALLOC_MAIN_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 |
| AGENCY_CHECK | Checks Whether Substitution Agency Is Available and Valid | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>AGENCY_CHECK...more details | ||
| AGENCY_SELECTION | Searches for Agencies Acc. to Transferred Sel. Criteria | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>AGENCY_SELECTION...more details | ||
| CLEAR | Initializes Selection Screen | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>CLEAR...more details | ||
| GET_REALLOC_DATA | Supplies Entries | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>GET_REALLOC_DATA...more details | ||
| INIT | Initialization of Model Attributes | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>INIT...more details | ||
| NEWSELECTION | Deletes Selection Values for Agencies | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>NEWSELECTION...more details | ||
|
| ||
| PARTNER_CHECK | Checks Entries for Partner and Insurance Object | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>PARTNER_CHECK...more details | ||
| PARTNER_SELECTION | Searches for Partner According to Transferred Sel. Criteria | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>PARTNER_SELECTION...more details | ||
| SET_STANDARD_TRAY | Sets Tray in Start Position | Public |
| CALL METHOD cl_bsp_brok_realloc_main_m=>SET_STANDARD_TRAY...more details | ||
CL_BSP_BROK_REALLOC_MAIN_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 |
| C_EDIT_MODE_CREATE | Instance Attribute | LIKE | Private | ||
| C_EDIT_MODE_EDIT | Instance Attribute | LIKE | Private | ||
| C_EDIT_MODE_NONE | Instance Attribute | LIKE | Private | ||
| DATA | Instance Attribute | Current Data for Dunning Controller | LIKE SITAGCYREALLOCCTRLDATA | Public | |
| DETAIL_ITERATOR | Instance Attribute | Iterator Class for list.htm | LIKE CL_BSP_BROK_REALLOC_DETAIL_IT | Public | |
| DISPLAY_MODE | Instance Attribute | Checkbox | LIKE XFELD | Public | |
| EDIT_MODE | Instance Attribute | 0 - Do Not Edit, 1 Change, 2 New Entry | 2 | LIKE CHAR1 | Public |
| ERROR | Instance Attribute | Agency Collections: Error Structure | LIKE SITAGCYERROR | Public | |
| EXTENSIONIN_AGENCY | Instance Attribute | BAPI Extension | LIKE BAPIPAREX_T | Public | |
| FIRSTVISIBLEROW | Instance Attribute | First line displayed | LIKE INT4 | Public | |
| INVOICINGPERIOD_AGENCY | Instance Attribute | Broker Report. BAPI Structure Invoicing Period for BR | LIKE BAPIBROKER_PERIOD | Public | |
| LIST_ITERATOR | Instance Attribute | Instance Attributes | LIKE CL_BSP_BROK_REALLOC_LIST_IT | Public | |
| REALLOC | Instance Attribute | Structure History Transfer Responsibility Broker Collections | LIKE SIBROBHREALLOC_HIST | Public | |
| REALLOCATION | Instance Attribute | Transfer Responsibility | LIKE CL_BROK_REALLOCATION | Public | |
| SELECTION_AGENCY | Instance Attribute | Agency Collections: Data Transfer from Sel. Screen Realloc. | LIKE SITAGCYREALLOCSELECT | Public | |
| SELVALUE_AGENCY | Instance Attribute | Selection Variant | LIKE SEL_ITAGCY | Public | |
| THEENTRY | Instance Attribute | Structure History Transfer Responsibility Broker Collections | LIKE SIBROBHREALLOC_HIST | Public | |
| THEENTRY_TABIX | Instance Attribute | Internal Tables, Current Row Index | LIKE SY-TABIX | Public | |
| THEENTRY_XCHNGD | Instance Attribute | Checkbox | 'X' | LIKE XFELD | Public |
| TRAY01_IS_COLLAPSED | Instance Attribute | Checkbox | LIKE XFELD | Public | |
| T_REALLOC_DATA | Instance Attribute | Table Category for Transfer Structure | LIKE SIBROBHREALLOC_T_HIST | Public | |
| T_REALLOC_DATA_DISP | Instance Attribute | Display TCAT for Reallocation History | LIKE TITAGCYREALLOCDISPLAY | Public | |
| T_SUBAGENCIES | Instance Attribute | Table Category for SITAGCYORGDESCR | LIKE TITAGCYORGDESCR | Public | |
| XHISTORY_COLLAPSED | Instance Attribute | Historie tray collapsed | 'X' | LIKE XFELD | 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