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 NameDescriptionVisability
APP_ANALYZE_DDIC_STRUCTRead Append StructurePrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_ANALYZE_DDIC_STRUCT...more details

APP_CREATE_ONEPAGEPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_CREATE_ONEPAGE...more details

APP_CREATE_TABPAGEPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_CREATE_TABPAGE...more details

APP_FILL_PAGEPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_FILL_PAGE...more details

APP_GET_APPEND_STRUC_FOR_DBPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_APPEND_STRUC_FOR_DB...more details

APP_GET_DB_FOR_OBJTYPEPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_DB_FOR_OBJTYPE...more details

APP_GET_FG_FOR_OBJPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_FG_FOR_OBJ...more details

APP_GET_FIELDS_FOR_FGPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_FIELDS_FOR_FG...more details

APP_GET_VALUES_FOR_OBJPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_GET_VALUES_FOR_OBJ...more details

APP_IS_ACTIVE_FOR_ELEMENTDB Appends ActivePrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_IS_ACTIVE_FOR_ELEMENT...more details

APP_SET_VALUES_FOR_OBJPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>APP_SET_VALUES_FOR_OBJ...more details

AUX_GET_PROJ_TYPE_FOR_OBJPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>AUX_GET_PROJ_TYPE_FOR_OBJ...more details

CHANGE_CURRENT_SUBTABPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>CHANGE_CURRENT_SUBTAB...more details

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

CONSTRUCTORConstructorPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>CONSTRUCTOR...more details

FILL_CHECKTABLE_DDKFill entries of dropdown listboxPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>FILL_CHECKTABLE_DDK...more details

GET_CUST_TABC_TEXTPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>GET_CUST_TABC_TEXT...more details

GET_FIELD_DESCRIPTIONReads field description for customer fieldPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>GET_FIELD_DESCRIPTION...more details

GET_INSTANCEPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>GET_INSTANCE...more details

GET_UI_DATA_FROM_FCPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>GET_UI_DATA_FROM_FC...more details

IS_ACTIVE_FOR_ELEMENTReads Active Indicator and TitlePrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>IS_ACTIVE_FOR_ELEMENT...more details

IS_ASSIGNED_TO_FGChecks whether an attribute as assigned to any field groupPrivate
CALL METHOD cl_dpr_ui_log_cust_ext=>IS_ASSIGNED_TO_FG...more details

REFRESH_PROTYPE_BUFFERLöscht Puffer für Projekt GUID-Projektart ZuordnungPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_CI_FGRP_FLDInstance AttributeCustomer Fields for Field Groups: Buffer Obj.Cats/Field GrpsLIKE
Private
MT_CI_FGRP_FLD_ALLInstance AttributeCustomer Fields for Field Groups: Buffer Obj.Cats/Field GrpsLIKE
Private
MT_CI_STR_OTYPInstance AttributecProjects: Project Elements with Customer FieldsLIKE
Private
MT_GUID_PROJTYPEInstance AttributeLIKE
Private
MT_MAND_FIELDSInstance AttributeRequired Entry FieldsLIKE
Private
MT_MAND_FIELDS_2Instance AttributeContext: Field Control Information per NodeLIKE
Private
MT_TABNAME_GUIDInstance AttributeLIKE
Private
MV_CURRENT_TABInstance AttributeLIKE
Private
SC_EA_DUMMYInstance AttributeDummy Fields EA_DUMMYx, x = 1, 2, ...LIKE
Private
SC_LEVEL_DETAILInstance AttributeConstant for Detail LevelLIKE
Private
SC_LEVEL_RESSEARCHInstance AttributeConstant for Resource SearchLIKE
Private
SC_LEVEL_STRUCTUREInstance AttributeConstant for Structure LevelLIKE
Private
SR_INSTANCEInstance AttributeLIKE
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



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!