SAP IF_EX_BADI_EAM_TZ_IMRC_CORE OO Class - BAdI Interface: BADI_EAM_TZ_IMRC_CORE
IF_EX_BADI_EAM_TZ_IMRC_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_IMRC_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_IMRC_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_SEL_OPT_RIIMR020 | Checks Selection Options of Measurement Document List | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CHECK_SEL_OPT_RIIMR020...more details | ||
| CONVERT_IMPH_SESS_TO_SYS | Converts Meas. Reading Trans. History into System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMPH_SESS_TO_SYS...more details | ||
| CONVERT_IMPH_SYS_TO_SESS | Converts Meas. Reading Trans. History into Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMPH_SYS_TO_SESS...more details | ||
| CONVERT_IMRG_SESS_TO_SYS | Converts Measurement Document Data into System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMRG_SESS_TO_SYS...more details | ||
| CONVERT_IMRG_SYS_TO_SESS | Converts Measurement Document Data into Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMRG_SYS_TO_SESS...more details | ||
| CONVERT_IMTR_SESS_TO_SYS | Converts Measurement Reading Transfer into System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMTR_SESS_TO_SYS...more details | ||
|
| ||
| CONVERT_IMTR_SYS_TO_SESS | Converts Measurement Reading Transfer into Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_IMTR_SYS_TO_SESS...more details | ||
| CONVERT_RIHIMRG_SESS_TO_SYS | Converts Output of Measurement Doc. List to System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIHIMRG_SESS_TO_SYS...more details | ||
| CONVERT_RIHIMRG_SYS_TO_SESS | Converts Output of Meas. Doc. List to Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIHIMRG_SYS_TO_SESS...more details | ||
| CONVERT_RIMPH1_SYS_TO_SESS | Converts Meas. Reading Transfer Structure to Session TZ | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIMPH1_SYS_TO_SESS...more details | ||
| CONVERT_RIMPH2_SYS_TO_SESS | Converts Meas. Reading Transfer History to Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIMPH2_SYS_TO_SESS...more details | ||
| CONVERT_RIMR0_SESS_TO_SYS | Converts Meas.Point and Meas.Doc.Data into System Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIMR0_SESS_TO_SYS...more details | ||
| CONVERT_RIMR0_SYS_TO_SESS | Converts Meas.Point and Meas.Doc.Data into Session Time Zone | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_RIMR0_SYS_TO_SESS...more details | ||
| CONVERT_SEL_OPT_RIIMR020 | Converts Selection Options for the Measurement Document List | Public |
| CALL METHOD if_ex_badi_eam_tz_imrc_core=>CONVERT_SEL_OPT_RIIMR020...more details | ||
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