SAP IF_EX_BADI_EAM_TZ_GENERIC_CORE OO Class - BAdI Interface: BADI_EAM_TZ_GENERIC_CORE
IF_EX_BADI_EAM_TZ_GENERIC_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_GENERIC_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_GENERIC_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 |
| CHECK_CUSTOMIZING | Reads and Checks Customizing for Time Zone Support | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CHECK_CUSTOMIZING...more details | ||
| CHECK_SELECTION_TIME_ZONE | Checks the Time Zone Used for the Selection | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CHECK_SELECTION_TIME_ZONE...more details | ||
| CHECK_SEL_SCREEN_DISPLAYED | Checks Whether the Selection Bild is Displayed | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CHECK_SEL_SCREEN_DISPLAYED...more details | ||
| CONVERT_SINGLE_TO_SESS_TZONE | Converts Date & Time to Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CONVERT_SINGLE_TO_SESS_TZONE...more details | ||
| CONVERT_SINGLE_TO_SYS_TZONE | Converts Date & Time to System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CONVERT_SINGLE_TO_SYS_TZONE...more details | ||
| CONVERT_SYSTEM_TO_SESSION_PRT | Converts Date & Time to Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CONVERT_SYSTEM_TO_SESSION_PRT...more details | ||
|
| ||
| CREATE_BUTTON | Generates Icon and Text for Button | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>CREATE_BUTTON...more details | ||
| MODIFY_SELECTION_SCREEN | Changes the Selection Screen | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>MODIFY_SELECTION_SCREEN...more details | ||
| SET_SEL_PARAMETER_TIME_ZONE | Sets the Time Zone Selection Parameter | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>SET_SEL_PARAMETER_TIME_ZONE...more details | ||
| SET_SESSION_TIME_ZONE_DARK | Sets the Session Time Zone Without Dialog | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>SET_SESSION_TIME_ZONE_DARK...more details | ||
| TIMEZONE_POPUP | Time Zones Dialog Box | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>TIMEZONE_POPUP...more details | ||
| TIME_ZONE_BUTTON_ON_LIST | Time Zones Button Pressed in List | Public |
| CALL METHOD if_ex_badi_eam_tz_generic_core=>TIME_ZONE_BUTTON_ON_LIST...more details | ||
IF_EX_BADI_EAM_TZ_GENERIC_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_AUTYP_PM | Instance Attribute | LIKE | Private | ||
| GC_INIT_TIME | Instance Attribute | LIKE | Private | ||
| GC_OBJNR_OR | Instance Attribute | LIKE | Private | ||
| GC_OBJNR_QM | Instance Attribute | LIKE | Private | ||
| GC_QMTYP_PM | Instance Attribute | LIKE | Private | ||
| GC_YX | Instance Attribute | LIKE | Private |
IF_EX_BADI_EAM_TZ_GENERIC_CORE types
FLAG_TYPE1 -GS_STAT -
GT_FIELDNAME_TYPE - Table with Field Names
GT_STAT -
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