SAP CL_DPR_UI_LOG_CTRL_PLAN OO Class - UI Logic for Control Plan
CL_DPR_UI_LOG_CTRL_PLAN 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_DPR_UI_LOG_CTRL_PLAN 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_DPR_UI_LOG_CTRL_PLAN 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 |
| ACCESS_MANDATORY_CHECK | Carry Out Required-Entry Check | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>ACCESS_MANDATORY_CHECK...more details | ||
| CHECK_MANDATORY_FIELDS | Check Required Entry | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CHECK_MANDATORY_FIELDS...more details | ||
| CREATE_CP | Create Control Plan (Template) | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_CP...more details | ||
| CREATE_CP_LINK | Assign Control Plan Template to a Project Template | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_CP_LINK...more details | ||
| CREATE_ITEM | Create Control Plan Item | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_ITEM...more details | ||
| CREATE_OBJECTS | Create Control Plan Item | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_OBJECTS...more details | ||
|
| ||
| CREATE_VERSION | Create Control Plan Version | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_VERSION...more details | ||
| DELETE | Delete Control Plan Version/Item | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>DELETE...more details | ||
| DELETE_CP_LINK | Delete Control Plan Template from Project Template | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>DELETE_CP_LINK...more details | ||
| DETERMINE_TABSTRIP_ENABLING | Known Detail Tabs per Object | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>DETERMINE_TABSTRIP_ENABLING...more details | ||
| FREE | Private | |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>FREE...more details | ||
| GET_ACTION_PROPERTIES_DYN | Permitted Actions | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ACTION_PROPERTIES_DYN...more details | ||
| GET_ALV_STRUCTURE | Define ALV Structure for Overview | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ALV_STRUCTURE...more details | ||
| GET_ALV_UI_DATA | Get UI Data for Overview | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ALV_UI_DATA...more details | ||
| GET_CREATEABLE_OBJECTS | Objects for Creation | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_CREATEABLE_OBJECTS...more details | ||
| GET_FIELD_PROPERTY | Get Field Information from Back-End | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_FIELD_PROPERTY...more details | ||
| GET_INSTANCE | Get Instance | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_INSTANCE...more details | ||
| GET_NAME_VALUE_LIST | Get Input Helps | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_NAME_VALUE_LIST...more details | ||
| MODIFY_ALV | Modify ALV | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>MODIFY_ALV...more details | ||
| REPORT_CHANGED_DATA | Changes via Change Manager in Back-End | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>REPORT_CHANGED_DATA...more details | ||
| RETRIEVE_DETAIL_DATA | Get Detail Data and UI Control for Control Plan Version | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_DETAIL_DATA...more details | ||
| RETRIEVE_ITEM_DATA | Gets All Items in Control Plan Version | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_ITEM_DATA...more details | ||
| RETRIEVE_OVERVIEW_DATA | Gets All Control Plan Versions for the Overview | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_OVERVIEW_DATA...more details | ||
| SET_ALV_CONFIG_TABLE | Set Instance for Configuration of ALV Output | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_ALV_CONFIG_TABLE...more details | ||
| SET_CURRENT_VERSION | Set Active Control Plan Version | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_CURRENT_VERSION...more details | ||
| SET_FC_WD | Reconcile Field Information: WD - API | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_FC_WD...more details | ||
| SWITCH_TO_PARENT_EDIT_MODE | Set Control Plans to Change Mode of Project | Private |
| CALL METHOD cl_dpr_ui_log_ctrl_plan=>SWITCH_TO_PARENT_EDIT_MODE...more details | ||
CL_DPR_UI_LOG_CTRL_PLAN 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 |
| MC_ALV_CHILD_NODE_NAME | Instance Attribute | ALV Context Node Name | LIKE | Private | |
| MC_ALV_ROOT_NODE_NAME | Instance Attribute | ALV Context Root Node Name | LIKE | Private | |
| MR_ALV_CONFIG_TABLE | Instance Attribute | Configuration of the ALV Output | LIKE | Private | |
| MS_ACT_CTRL_PLAN | Instance Attribute | Identification of Object | LIKE | Private | |
| MS_ACT_CTRL_PLAN_ITEM | Instance Attribute | Identification of Object | LIKE | Private | |
| MS_ACT_CTRL_PLAN_VER | Instance Attribute | Identification of Object | LIKE | Private | |
| MS_ACT_PARENT | Instance Attribute | Identification of Object | LIKE | Private | |
| MT_DFIES_TAB | Instance Attribute | DD: Field List | LIKE | Private | |
| MT_MAND_TEXTS | Instance Attribute | Name-Value Pair | LIKE | Private | |
| MT_NAME_VALUE_LIST | Instance Attribute | Buffer for Input Helps | LIKE | Private | |
| SC_ACTION_BACK_TO_OV | Instance Attribute | 'Back to Overview' Button | LIKE | Private | |
| SR_INSTANCE | Instance Attribute | UI Logic for Control Plan | LIKE | Private |
CL_DPR_UI_LOG_CTRL_PLAN types
TS_API_PROPERTIES -TS_IF_PROPERTIES -
TS_NAME_VALUE_LIST -
TS_OBJ_ACTIONS -
TS_OBJ_RESPONSIBLE -
TS_OBJ_TABSTRIP -
TT_NAME_VALUE_LIST -
TT_OBJ_ACTIONS -
TT_OBJ_RESPONSIBLE -
TT_OBJ_TABSTRIPS -
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects