SAP IF_EX_BADI_EAM_TZ_IWOC_CORE OO Class - Interface for BAdI: BADI_EAM_TZ_IWOC_CORE
IF_EX_BADI_EAM_TZ_IWOC_CORE 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 IF_EX_BADI_EAM_TZ_IWOC_CORE 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 IF_EX_BADI_EAM_TZ_IWOC_CORE 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 |
| CHANGE_ADMINDATA_TZONE | Sets session time zone as time zone for Admindata display | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CHANGE_ADMINDATA_TZONE...more details | ||
| CHECK_SEL_OPT_RIAFRU20 | Check the input selection criteria for report RIAFRU20 | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CHECK_SEL_OPT_RIAFRU20...more details | ||
| CHECK_SEL_OPT_RIQMEL_LISTS | Check the input selection criteria for report RIQMEL60 | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CHECK_SEL_OPT_RIQMEL_LISTS...more details | ||
| CHECK_SWITCH | Checks switch setting of timezone switch | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CHECK_SWITCH...more details | ||
| CONVERT_AFRU_SYS2SESS | converts confirmation data to output time zone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_AFRU_SYS2SESS...more details | ||
| CONVERT_RIHAFVR_SESS2SYS | Converts confirmation list to system time zone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_RIHAFVR_SESS2SYS...more details | ||
|
| ||
| CONVERT_RIHQMAM_SESS2SYS | Converts notification activity list data to system time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_RIHQMAM_SESS2SYS...more details | ||
| CONVERT_RIHQMEL_LIST_SESS2SYS | Converts notification list data to system time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_RIHQMEL_LIST_SESS2SYS...more details | ||
| CONVERT_RIHQMSM_SESS2SYS | Converts notification task list data to system time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_RIHQMSM_SESS2SYS...more details | ||
| CONVERT_SEL_OPT_RIAFRU20 | Change date of selections for Confirmations | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_SEL_OPT_RIAFRU20...more details | ||
| CONVERT_SEL_OPT_RIQMEL_LISTS | Change date of selections for Maint notification activities | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_SEL_OPT_RIQMEL_LISTS...more details | ||
| CONVERT_TZONE_TO_SESS | Converts notification times to Session time zone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_TZONE_TO_SESS...more details | ||
| CONVERT_TZONE_TO_SYS | Converts notification times to System time zone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_TZONE_TO_SYS...more details | ||
| CONVERT_VIQMAML_SYS2SESS | Convert notification activity list data to output time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMAML_SYS2SESS...more details | ||
| CONVERT_VIQMELST_SYS2SESS | Convert notification list data to output time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMELST_SYS2SESS...more details | ||
| CONVERT_VIQMEL_SESS_TO_SYS | Convert date/time fields of structure VIQMEL using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMEL_SESS_TO_SYS...more details | ||
| CONVERT_VIQMEL_SYS_TO_SESS | Convert date/time fields of structure VIQMEL using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMEL_SYS_TO_SESS...more details | ||
| CONVERT_VIQMFE_SESS_TO_SYS | Convert date/time fields of structure VIQMFE using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMFE_SESS_TO_SYS...more details | ||
| CONVERT_VIQMFE_SYS_TO_SESS | Convert date/time fields of structure VIQMFE using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMFE_SYS_TO_SESS...more details | ||
| CONVERT_VIQMMA_SESS_TO_SYS | Convert date/time fields of structure VIQMMA using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMMA_SESS_TO_SYS...more details | ||
| CONVERT_VIQMMA_SYS_TO_SESS | Convert date/time fields of structure VIQMMA using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMMA_SYS_TO_SESS...more details | ||
| CONVERT_VIQMSML_SYS2SESS | Convert notification task list data to output time | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMSML_SYS2SESS...more details | ||
| CONVERT_VIQMSM_SESS_TO_SYS | Convert date/time fields of structure VIQMSM using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMSM_SESS_TO_SYS...more details | ||
| CONVERT_VIQMSM_SYS_TO_SESS | Convert date/time fields of structure VIQMSM using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMSM_SYS_TO_SESS...more details | ||
| CONVERT_VIQMUR_SYS_TO_SESS | Convert date/time fields of structure VIQMUR using timezone | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>CONVERT_VIQMUR_SYS_TO_SESS...more details | ||
| INIT_NOTIFICATION_TZONE | Initializing Notification for Time zone support | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>INIT_NOTIFICATION_TZONE...more details | ||
| SET_RIQMEL_LISTS_SELFIELDS | Set notification fields that must be additional selected | Public |
| CALL METHOD if_ex_badi_eam_tz_iwoc_core=>SET_RIQMEL_LISTS_SELFIELDS...more details | ||
IF_EX_BADI_EAM_TZ_IWOC_CORE 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_INIT_TIME | Constant | '000000' | LIKE VIQMEL-MZEIT | Public | |
| GC_QMTYP_PM | Constant | '01' | LIKE TQ8T-QMTYP | Public | |
| GC_QMTYP_SM | Constant | Notification Category | '03' | LIKE TQ8T-QMTYP | Public |
| GC_TZ_FIELDNAME | Constant | 'TZONE' | LIKE SVAL-FIELDNAME | Public | |
| GC_TZ_TABNAME | Constant | 'TTZZT' | LIKE SVAL-TABNAME | Public | |
| GC_YX | Constant | 'X' | LIKE C | Public |
IF_EX_BADI_EAM_TZ_IWOC_CORE types
FLAG_TYPE1 -GS_STAT -
GT_STAT -
TAB_KBEDP -
Links to Related Class(s)
IF_EX_BA...Full list of available SAP object classes
Search for further information about these or an SAP related objects