SAP IF_EX_HRPADNL_EIR_TRIGGER OO Class - Interface for BadI: HRPADNL_EIR_TRIGGER
IF_EX_HRPADNL_EIR_TRIGGER 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_HRPADNL_EIR_TRIGGER 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_HRPADNL_EIR_TRIGGER 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 |
| TRIGGER_MSG | Trigger Message | Public |
| CALL METHOD if_ex_hrpadnl_eir_trigger=>TRIGGER_MSG...more details | ||
IF_EX_HRPADNL_EIR_TRIGGER 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 |
| CV_HIGH_DATE | Constant | High-Date | '99991231' | LIKE DATUM | Public |
| CV_IT_STATUS_CLOSED | Constant | Infotype Status | '07' | LIKE P05EIR_INFOTYPE_STATUS | Public |
| CV_IT_STAT_CH | Constant | Infotype Status | '05' | LIKE P05EIR_INFOTYPE_STATUS | Public |
| CV_IT_STAT_NEW | Constant | Infotype Status | '01' | LIKE P05EIR_INFOTYPE_STATUS | Public |
| CV_IT_STAT_ONHOLD | Constant | Infotype Status | '06' | LIKE P05EIR_INFOTYPE_STATUS | Public |
| CV_IT_STAT_PROC | Constant | Infotype Status | '03' | LIKE P05EIR_INFOTYPE_STATUS | Public |
| CV_MSG_ILLNESS | Constant | Type of Report | 'ILLN' | LIKE P05EIR_INFOTYPE_TYPE | Public |
| CV_MSG_WAZO | Constant | Type of Report | 'WAZO' | LIKE P05EIR_INFOTYPE_TYPE | Public |
| CV_OBSOLETE | Constant | Electronic Illness Reporting: Message Status | '11' | LIKE P05EIR_MESSAGE_STATUS | Public |
| CV_OK_DIGIPORT | Constant | Electronic Illness Reporting: Message Status | '05' | LIKE P05EIR_MESSAGE_STATUS | Public |
| CV_OK_UWV | Constant | Electronic Illness Reporting: Message Status | '07' | LIKE P05EIR_MESSAGE_STATUS | Public |
| CV_OK_UWV_CONTENT | Constant | Status UWV Content OK | '15' | LIKE P05EIR_MESSAGE_STATUS | Public |
| CV_TO_BE_CREATED | Constant | Electronic Illness Reporting: Message Status | '01' | LIKE P05EIR_MESSAGE_STATUS | Public |
| CV_TRIGGER_ALWAYS | Constant | Electronic Illness Reporting: Trigger Type | 'T0' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_LONG_TERM | Constant | Electronic Illness Reporting: Trigger Type | 'T3' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_LT_REC | Constant | Electronic Illness Reporting: Trigger Type | 'T6' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_LT_REC_CANCEL | Constant | Electronic Illness Reporting: Trigger Type | 'TB' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_NEVER | Constant | Electronic Illness Reporting: Trigger Type | 'T1' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_PAYMENT_REQUEST | Constant | Electronic Illness Reporting: Trigger Type | 'TE' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_WAZO | Constant | Electronic Illness Reporting: Trigger Type | 'T2' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_WAZO_CANCEL | Constant | Electronic Illness Reporting: Trigger Type | 'T9' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW | Constant | Electronic Illness Reporting: Trigger Type | 'T4' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_CANCEL | Constant | Electronic Illness Reporting: Trigger Type | 'T7' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_LT_CANCEL | Constant | Electronic Illness Reporting: Trigger Type | 'T8' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_PART_REC | Constant | Trigger Type | 'TC' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_PART_REC_CANCEL | Constant | Trigger Type | 'TD' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_REC | Constant | Electronic Illness Reporting: Trigger Type | 'T5' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_TRIGGER_ZW_REC_CANCEL | Constant | Electronic Illness Reporting: Trigger Type | 'TA' | LIKE P05EIR_TRIGGER_TYPE | Public |
| CV_WITH_ERRORS | Constant | Electronic Illness Reporting: Message Status | '09' | LIKE P05EIR_MESSAGE_STATUS | Public |
Links to Related Class(s)
IF_EX_HR...Full list of available SAP object classes
Search for further information about these or an SAP related objects