SAP CL_DPR_UI_LOG_CUST_EXT OO Class -
CL_DPR_UI_LOG_CUST_EXT 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_CUST_EXT 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_CUST_EXT 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 |
| APP_ANALYZE_DDIC_STRUCT | Read Append Structure | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_ANALYZE_DDIC_STRUCT...more details | ||
| APP_CREATE_ONEPAGE | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_CREATE_ONEPAGE...more details | ||
| APP_CREATE_TABPAGE | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_CREATE_TABPAGE...more details | ||
| APP_FILL_PAGE | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_FILL_PAGE...more details | ||
| APP_GET_APPEND_STRUC_FOR_DB | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_APPEND_STRUC_FOR_DB...more details | ||
| APP_GET_DB_FOR_OBJTYPE | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_DB_FOR_OBJTYPE...more details | ||
|
| ||
| APP_GET_FG_FOR_OBJ | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_FG_FOR_OBJ...more details | ||
| APP_GET_FIELDS_FOR_FG | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_FIELDS_FOR_FG...more details | ||
| APP_GET_VALUES_FOR_OBJ | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_VALUES_FOR_OBJ...more details | ||
| APP_IS_ACTIVE_FOR_ELEMENT | DB Appends Active | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_IS_ACTIVE_FOR_ELEMENT...more details | ||
| APP_SET_VALUES_FOR_OBJ | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>APP_SET_VALUES_FOR_OBJ...more details | ||
| AUX_GET_PROJ_TYPE_FOR_OBJ | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>AUX_GET_PROJ_TYPE_FOR_OBJ...more details | ||
| CHANGE_CURRENT_SUBTAB | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>CHANGE_CURRENT_SUBTAB...more details | ||
| CHECK_MANDATORY_FIELDS | Check Required Entry | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>CHECK_MANDATORY_FIELDS...more details | ||
| CONSTRUCTOR | Constructor | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>CONSTRUCTOR...more details | ||
| FILL_CHECKTABLE_DDK | Fill entries of dropdown listbox | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>FILL_CHECKTABLE_DDK...more details | ||
| GET_CUST_TABC_TEXT | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>GET_CUST_TABC_TEXT...more details | ||
| GET_FIELD_DESCRIPTION | Reads field description for customer field | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>GET_FIELD_DESCRIPTION...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>GET_INSTANCE...more details | ||
| GET_UI_DATA_FROM_FC | Private | |
| CALL METHOD cl_dpr_ui_log_cust_ext=>GET_UI_DATA_FROM_FC...more details | ||
| IS_ACTIVE_FOR_ELEMENT | Reads Active Indicator and Title | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>IS_ACTIVE_FOR_ELEMENT...more details | ||
| IS_ASSIGNED_TO_FG | Checks whether an attribute as assigned to any field group | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>IS_ASSIGNED_TO_FG...more details | ||
| REFRESH_PROTYPE_BUFFER | Löscht Puffer für Projekt GUID-Projektart Zuordnung | Private |
| CALL METHOD cl_dpr_ui_log_cust_ext=>REFRESH_PROTYPE_BUFFER...more details | ||
CL_DPR_UI_LOG_CUST_EXT 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 |
| MT_CI_FGRP_FLD | Instance Attribute | Customer Fields for Field Groups: Buffer Obj.Cats/Field Grps | LIKE | Private | |
| MT_CI_FGRP_FLD_ALL | Instance Attribute | Customer Fields for Field Groups: Buffer Obj.Cats/Field Grps | LIKE | Private | |
| MT_CI_STR_OTYP | Instance Attribute | cProjects: Project Elements with Customer Fields | LIKE | Private | |
| MT_GUID_PROJTYPE | Instance Attribute | LIKE | Private | ||
| MT_MAND_FIELDS | Instance Attribute | Required Entry Fields | LIKE | Private | |
| MT_MAND_FIELDS_2 | Instance Attribute | Context: Field Control Information per Node | LIKE | Private | |
| MT_TABNAME_GUID | Instance Attribute | LIKE | Private | ||
| MV_CURRENT_TAB | Instance Attribute | LIKE | Private | ||
| SC_EA_DUMMY | Instance Attribute | Dummy Fields EA_DUMMYx, x = 1, 2, ... | LIKE | Private | |
| SC_LEVEL_DETAIL | Instance Attribute | Constant for Detail Level | LIKE | Private | |
| SC_LEVEL_RESSEARCH | Instance Attribute | Constant for Resource Search | LIKE | Private | |
| SC_LEVEL_STRUCTURE | Instance Attribute | Constant for Structure Level | LIKE | Private | |
| SR_INSTANCE | Instance Attribute | LIKE | Private |
CL_DPR_UI_LOG_CUST_EXT types
TS_FG_INFO -TS_FG_WITH_FIELDS -
TS_GUID_PROJTYPE -
TS_TABNAME_GUID -
TT_FG_WITH_FIELDS -
TT_GUID_PROJTYPE -
TT_TABNAME_GUID -
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