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 NameDescriptionVisability
ACCESS_MANDATORY_CHECKCarry Out Required-Entry CheckPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>ACCESS_MANDATORY_CHECK...more details

CHECK_MANDATORY_FIELDSCheck Required EntryPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CHECK_MANDATORY_FIELDS...more details

CREATE_CPCreate Control Plan (Template)Private
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_CP...more details

CREATE_CP_LINKAssign Control Plan Template to a Project TemplatePrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_CP_LINK...more details

CREATE_ITEMCreate Control Plan ItemPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_ITEM...more details

CREATE_OBJECTSCreate Control Plan ItemPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_OBJECTS...more details

CREATE_VERSIONCreate Control Plan VersionPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>CREATE_VERSION...more details

DELETEDelete Control Plan Version/ItemPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>DELETE...more details

DELETE_CP_LINKDelete Control Plan Template from Project TemplatePrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>DELETE_CP_LINK...more details

DETERMINE_TABSTRIP_ENABLINGKnown Detail Tabs per ObjectPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>DETERMINE_TABSTRIP_ENABLING...more details

FREEPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>FREE...more details

GET_ACTION_PROPERTIES_DYNPermitted ActionsPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ACTION_PROPERTIES_DYN...more details

GET_ALV_STRUCTUREDefine ALV Structure for OverviewPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ALV_STRUCTURE...more details

GET_ALV_UI_DATAGet UI Data for OverviewPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_ALV_UI_DATA...more details

GET_CREATEABLE_OBJECTSObjects for CreationPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_CREATEABLE_OBJECTS...more details

GET_FIELD_PROPERTYGet Field Information from Back-EndPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_FIELD_PROPERTY...more details

GET_INSTANCEGet InstancePrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_INSTANCE...more details

GET_NAME_VALUE_LISTGet Input HelpsPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>GET_NAME_VALUE_LIST...more details

MODIFY_ALVModify ALVPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>MODIFY_ALV...more details

REPORT_CHANGED_DATAChanges via Change Manager in Back-EndPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>REPORT_CHANGED_DATA...more details

RETRIEVE_DETAIL_DATAGet Detail Data and UI Control for Control Plan VersionPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_DETAIL_DATA...more details

RETRIEVE_ITEM_DATAGets All Items in Control Plan VersionPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_ITEM_DATA...more details

RETRIEVE_OVERVIEW_DATAGets All Control Plan Versions for the OverviewPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>RETRIEVE_OVERVIEW_DATA...more details

SET_ALV_CONFIG_TABLESet Instance for Configuration of ALV OutputPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_ALV_CONFIG_TABLE...more details

SET_CURRENT_VERSIONSet Active Control Plan VersionPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_CURRENT_VERSION...more details

SET_FC_WDReconcile Field Information: WD - APIPrivate
CALL METHOD cl_dpr_ui_log_ctrl_plan=>SET_FC_WD...more details

SWITCH_TO_PARENT_EDIT_MODESet Control Plans to Change Mode of ProjectPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ALV_CHILD_NODE_NAMEInstance AttributeALV Context Node NameLIKE
Private
MC_ALV_ROOT_NODE_NAMEInstance AttributeALV Context Root Node NameLIKE
Private
MR_ALV_CONFIG_TABLEInstance AttributeConfiguration of the ALV OutputLIKE
Private
MS_ACT_CTRL_PLANInstance AttributeIdentification of ObjectLIKE
Private
MS_ACT_CTRL_PLAN_ITEMInstance AttributeIdentification of ObjectLIKE
Private
MS_ACT_CTRL_PLAN_VERInstance AttributeIdentification of ObjectLIKE
Private
MS_ACT_PARENTInstance AttributeIdentification of ObjectLIKE
Private
MT_DFIES_TABInstance AttributeDD: Field ListLIKE
Private
MT_MAND_TEXTSInstance AttributeName-Value PairLIKE
Private
MT_NAME_VALUE_LISTInstance AttributeBuffer for Input HelpsLIKE
Private
SC_ACTION_BACK_TO_OVInstance Attribute'Back to Overview' ButtonLIKE
Private
SR_INSTANCEInstance AttributeUI Logic for Control PlanLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!