SAP /SCMB/CL_MD_EEW_ENH OO Class - EEW Enhancements Defaults
/SCMB/CL_MD_EEW_ENH 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 /SCMB/CL_MD_EEW_ENH including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_MD_EEW_ENHMethod list of /SCMB/CL_MD_EEW_ENH 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 |
| BUILD_BW_EXTR_ENH | Private | |
| CALL METHOD /scmb/cl_md_eew_enh=>BUILD_BW_EXTR_ENH...more details | ||
| BUILD_MAINT_ENH | Private | |
| CALL METHOD /scmb/cl_md_eew_enh=>BUILD_MAINT_ENH...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_md_eew_enh=>CONSTRUCTOR...more details | ||
| CREATE_PRG | Create Module Pool | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_PRG...more details | ||
| CREATE_PRG_DTL | Create Module Checks | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_PRG_DTL...more details | ||
| CREATE_SCR | Create Screen | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_SCR...more details | ||
|
| ||
| CREATE_SCR_DTL | Create Screen Logic | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_SCR_DTL...more details | ||
| CREATE_SCR_FLD | Create Screen Fields | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_SCR_FLD...more details | ||
| CREATE_VWM | Create View Maintenance | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_VWM...more details | ||
| CREATE_VWM_DTL | Create View Maintenance Details | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_VWM_DTL...more details | ||
| CREATE_VWM_FLD | Create View Maintenance for Fields | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>CREATE_VWM_FLD...more details | ||
| ENHANCE_BWEXTR | Enhance BW Extractors | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>ENHANCE_BWEXTR...more details | ||
| ENHANCE_BWEXTR_DTL | BW Extractor Parameter | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>ENHANCE_BWEXTR_DTL...more details | ||
| ENHANCE_BWEXTR_FLD | BW Extractor Fields | Protected |
| CALL METHOD /scmb/cl_md_eew_enh=>ENHANCE_BWEXTR_FLD...more details | ||
/SCMB/CL_MD_EEW_ENH 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 |
| GC_FALSE | Constant | Checkbox | ' ' | LIKE XFELD | Private |
| GC_GENSEQ_BWE | Constant | Sequence in Generation of an Object | 500 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_GENSEQ_FGR | Constant | Sequence in Generation of an Object | 300 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_GENSEQ_MVW | Constant | Sequence in Generation of an Object | 370 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_GENSEQ_PRG | Constant | Sequence in Generation of an Object | 100 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_GENSEQ_SCR | Constant | Sequence in Generation of an Object | 150 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_GENSEQ_VW | Constant | Sequence in Generation of an Object | 330 | LIKE COMT_GOX_SEQUENCE_CREATE | Protected |
| GC_SCRCHK_PATTERN1 | Constant | Pattern Screen Check Field | '[BLOCK01]' | LIKE CHAR30 | Protected |
| GC_SCRCHK_PATTERN2 | Constant | Pattern Screen Check Field | '[BLOCK02]' | LIKE CHAR30 | Protected |
| GC_SCRLGC_PATTERN1 | Constant | Pattern Screen Field | '[BLOCK01]' | LIKE CHAR30 | Protected |
| GC_TRUE | Constant | Checkbox | 'X' | LIKE XFELD | Private |
| MT_FLD_EXTENSION | Instance Attribute | EEW Field Enhancement | LIKE /SCMB/MD_EEW_FLD_EXT_T | Protected | |
| MT_GOX_HEADER_OLD | Instance Attribute | Table for Generic Object Extension (Header) | LIKE COMT_GOX_DEF_HEADER | Protected | |
| MV_BWEXTR_SRC | Instance Attribute | BW Extractor Source | LIKE /SCMB/MD_DATA_SOURCE | Protected | |
| MV_BWEXTR_STR | Instance Attribute | BW Extractor Structure | LIKE DDOBJNAME | Protected | |
| MV_CDOBJ | Instance Attribute | Change Document Object | LIKE CDOBJECTCL | Protected | |
| MV_CISTRD | Instance Attribute | Data CI Include | LIKE DDOBJNAME | Protected | |
| MV_CISTRX | Instance Attribute | X CI Include | LIKE DDOBJNAME | Protected | |
| MV_ENH_APPLGRP | Instance Attribute | Application Group | LIKE EEW_APPLGROUP | Protected | |
| MV_GENFGR | Instance Attribute | Function Group | LIKE RS38L_AREA | Protected | |
| MV_GENFGR_RUNNUM | Instance Attribute | Running Function Group Number | LIKE /SCMB/MD_EEW_RUN_NUM | Protected | |
| MV_GENFGR_TEMPLATE | Instance Attribute | Pattern Function Group | '/SCMB/MD_EEW_ENH_VWM' | LIKE RS38L_AREA | Protected |
| MV_GENPRG | Instance Attribute | Generated Program | LIKE SCRHPROG | Protected | |
| MV_GENPRG_CONTAINER | Instance Attribute | Program Subscreen Container | LIKE SCRHPROG | Protected | |
| MV_GENPRG_DUMMY | Instance Attribute | Dummy Program if CI not Used | LIKE SCRHPROG | Protected | |
| MV_GENPRG_RUNNUM | Instance Attribute | Running Program Number | LIKE /SCMB/MD_EEW_RUN_NUM | Protected | |
| MV_GENPRG_TEMPLATE | Instance Attribute | Pattern Program General | LIKE SCRHPROG | Protected | |
| MV_GENSCR | Instance Attribute | Generated Screen | LIKE SCRFDYNNR | Protected | |
| MV_GENSCR_CONTAINER | Instance Attribute | Subscreen Container | LIKE SCRFDYNNR | Protected | |
| MV_GENSCR_DUMMY | Instance Attribute | Dummy Screen if CI not Used | LIKE SCRFDYNNR | Private | |
| MV_GENSCR_TEMPLATE | Instance Attribute | Pattern Dynpro General | LIKE SCRFDYNNR | Protected | |
| MV_MODE | Instance Attribute | Mode | LIKE CHAR1 | Protected | |
| MV_NAMESPACE | Instance Attribute | LIKE | Private | ||
| MV_SCRCHK_SKYFLD1 | Instance Attribute | Semantic Key Field | LIKE FIELDNAME | Protected | |
| MV_SCRCHK_SKYFLD2 | Instance Attribute | Semantic Key Field | LIKE FIELDNAME | Protected | |
| MV_SCRCHK_SKYFLD3 | Instance Attribute | Semantic Key Field | LIKE FIELDNAME | Protected | |
| MV_SCRCHK_SKYFLD4 | Instance Attribute | Semantic Key Field | LIKE FIELDNAME | Protected | |
| MV_SCRCHK_SKYFLD5 | Instance Attribute | Semantic Key Field | LIKE FIELDNAME | Protected | |
| MV_SCRFLD_IOSTR | Instance Attribute | I/O Structure | LIKE DDOBJNAME | Protected | |
| MV_SUBOBJ | Instance Attribute | EEW Subobject | LIKE OXT_SUBOBJ | Protected |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects