SAP CL_CACS_RET_EDIT_CNTRL OO Class - Edit Retention: UI Control
CL_CACS_RET_EDIT_CNTRL 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_CACS_RET_EDIT_CNTRL 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_CACS_RET_EDIT_CNTRL 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 |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>CONSTRUCTOR...more details | ||
| CREATE_ALV | Generate ALV Grid Control | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>CREATE_ALV...more details | ||
| DATA_CHANGED | Data changed | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>DATA_CHANGED...more details | ||
| DESTROY_ALV | Remove ALV Grid | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>DESTROY_ALV...more details | ||
| DESTROY_FACADE | Remove Facade | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>DESTROY_FACADE...more details | ||
| DISPLAY_ALV | Display ALV Grid | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>DISPLAY_ALV...more details | ||
|
| ||
| DISPLAY_LOG | Display Application Log | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>DISPLAY_LOG...more details | ||
| FCODE | Processing of Function Code | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE...more details | ||
| FCODE_BACK | Function Code: Back | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_BACK...more details | ||
| FCODE_CANCEL | Function Code: Cancel | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_CANCEL...more details | ||
| FCODE_DECREASE_RETENTION | Function Code: Decrease Retention | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_DECREASE_RETENTION...more details | ||
| FCODE_DOCU | Function Code: Display Documentation | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_DOCU...more details | ||
| FCODE_ENTER | Function Code: Continue | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_ENTER...more details | ||
| FCODE_EXIT | Function Code: Exit | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_EXIT...more details | ||
| FCODE_INCREASE_RETENTION | Function Code: Increase Retention | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_INCREASE_RETENTION...more details | ||
| FCODE_JUMP_TO_INDCTR | Function Code: Go to Commission Contract | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_JUMP_TO_INDCTR...more details | ||
| FCODE_SAVE | Function Code: Save | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_SAVE...more details | ||
| FCODE_SIMULATE | Function Code: Simulate | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_SIMULATE...more details | ||
| FCODE_TOGGLE_DISPLAY_EDIT_MODE | Function Code: Display <-> Change | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_TOGGLE_DISPLAY_EDIT_MODE...more details | ||
| FCODE_TOGGLE_HEADER | Function Code: Hide/Show Header Data | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_TOGGLE_HEADER...more details | ||
| FCODE_UNDO | Function Code: Reset | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>FCODE_UNDO...more details | ||
| GET_ALL_EDIT_FCODES | Return All Function Codes for Change Mode | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_ALL_EDIT_FCODES...more details | ||
| GET_CHANGED_RETENTION | Return List of Changed Retention | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_CHANGED_RETENTION...more details | ||
| GET_HEADER_DISPLAY_STATUS | Return Status of Display of Header Data | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_HEADER_DISPLAY_STATUS...more details | ||
| GET_SELECTED_RETENTION | Return Currently Selected Retention | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_SELECTED_RETENTION...more details | ||
| GET_SELECTED_ROW | Determine Currently Selected Line | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_SELECTED_ROW...more details | ||
| GET_TIMESPOTS | Get Effective and Technical Time-Spot per Screen | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>GET_TIMESPOTS...more details | ||
| HANDLE_CONTEXT_MENU_REQUEST | Event Handler for Event CONTEXT_MENU_REQUEST | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>HANDLE_CONTEXT_MENU_REQUEST...more details | ||
| HANDLE_HOTSPOT_CLICK | Event Handler for Event HOTSPOT_CLICK | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>HANDLE_HOTSPOT_CLICK...more details | ||
| HANDLE_TOOLBAR | Event Handler for Event TOOLBAR | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>HANDLE_TOOLBAR...more details | ||
| HANDLE_USER_COMMAND | Event Handler for Event USER_COMMAND | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>HANDLE_USER_COMMAND...more details | ||
| IS_DATA_CHANGED | Check Whether Data Has Been Changed | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>IS_DATA_CHANGED...more details | ||
| IS_DISPLAY_MODE | Check If Only Display Allowed | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>IS_DISPLAY_MODE...more details | ||
| IS_HEADER_DATA_INITIALISED | Check If Header Data Is Already Set | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>IS_HEADER_DATA_INITIALISED...more details | ||
| LEAVE | Function Code: Back | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>LEAVE...more details | ||
| LOAD_FIELDCATALOG | Load Field Catalog | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>LOAD_FIELDCATALOG...more details | ||
| LOAD_RETENTION_DATA | Get Data of Retention for Commission Contract | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>LOAD_RETENTION_DATA...more details | ||
| MODIFY_FIELDCATALOG | Adjust Field Catalog | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>MODIFY_FIELDCATALOG...more details | ||
| PROCESS_CHANGED_DATA | Process Changed Data | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>PROCESS_CHANGED_DATA...more details | ||
| READ_HEADER | Read Header Data | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>READ_HEADER...more details | ||
| REFRESH_ALV | Refresh ALV Grid | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>REFRESH_ALV...more details | ||
| RELOAD_RETENTION_DATA | Reload Retention Data for Commission Contract | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>RELOAD_RETENTION_DATA...more details | ||
| SET_ACTIVITY_TXT | Set Text of Change Activity | Protected |
| CALL METHOD cl_cacs_ret_edit_cntrl=>SET_ACTIVITY_TXT...more details | ||
| SET_DISPLAY_EDIT_MODE | Set Processing Mode: Display or Change | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>SET_DISPLAY_EDIT_MODE...more details | ||
| SET_HEADER_DATA_INITIALISED | Header data was initialized | Public |
| CALL METHOD cl_cacs_ret_edit_cntrl=>SET_HEADER_DATA_INITIALISED...more details | ||
CL_CACS_RET_EDIT_CNTRL 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 |
| MB_DISPLAY_ONLY | Instance Attribute | Boolean Variables (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MB_HEADER_DATA_INITIALISED | Instance Attribute | Boolean Variables (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MD_BUSITIME | Instance Attribute | Effective Validity (Time Stamp YYYY.MM.DD hh:mm:ss) | LIKE CACSBUSITIME | Protected | |
| MD_HEADER_DISPLAY_STATUS | Instance Attribute | Status of Header Data | LIKE CHAR1 | Protected | |
| MD_INDCTR_ID | Instance Attribute | Commission Contract Number | LIKE CACS_CTRTBU_ID | Protected | |
| MD_TECHTIME | Instance Attribute | Technical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss) | LIKE CACSTECHTIME | Protected | |
| MO_APPL | Instance Attribute | ICM Application | LIKE CL_CACS_APPLICATION | Protected | |
| MO_GRID | Instance Attribute | SAP List Viewer | LIKE CL_GUI_ALV_GRID | Protected | |
| MO_RET_FACADE | Instance Attribute | Retention: Edit Retention Facade | LIKE CL_CACS_RET_FACADE_EDIT | Protected | |
| MS_HEADER | Instance Attribute | Structure: Edit Retention: Header Data | LIKE CACS_S_RET_EDIT_HEADER | Protected | |
| MT_DISPLAY_DATA | Instance Attribute | Table Type: Edit Retention | LIKE CACS_TT_RET_EDIT | Protected |
Links to Related Class(s)
CL_CACS_...Full list of available SAP object classes
Search for further information about these or an SAP related objects