SAP IF_EX_HRHAP00_VALUE_TYPE OO Class - BAdI Interface IF_EX_HRHAP00_VALUE_TYPE
IF_EX_HRHAP00_VALUE_TYPE 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_HRHAP00_VALUE_TYPE 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_HRHAP00_VALUE_TYPE 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_DESCRIPTION_AVAILABILITY | Check Availability: Value Description | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CHECK_DESCRIPTION_AVAILABILITY...more details | ||
| CHECK_EXISTENCE | Check Existence of Value List | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CHECK_EXISTENCE...more details | ||
| CHECK_VALUE_CLASS_NUMERIC | Check Whether Value Class Is Numeric or Non-Numeric | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_CLASS_NUMERIC...more details | ||
| CHECK_VALUE_TEXT_AVAILABILITY | Check Availability: Value Text | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_TEXT_AVAILABILITY...more details | ||
| CHECK_VALUE_VALIDITY | Check Validity of a Value | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_VALIDITY...more details | ||
| CONVERT_VALUE_EID_TO_IID | Convert External to Internal ID (Numeric Value Classes) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CONVERT_VALUE_EID_TO_IID...more details | ||
|
| ||
| CONVERT_VALUE_IID_TO_EID | Convert Internal to External ID (Numeric Value Classes) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CONVERT_VALUE_IID_TO_EID...more details | ||
| CREATE_VALUE_TYPE | Create Standard Value List (If Not Yet Created) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>CREATE_VALUE_TYPE...more details | ||
| DO_MATCHUP | Synchronize Value Lists with T77HAP_VALTY | Public |
| CALL METHOD if_ex_hrhap00_value_type=>DO_MATCHUP...more details | ||
| GET_DETAIL | Get Detail for Value List | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_DETAIL...more details | ||
| GET_LIST | Get Value Lists | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_LIST...more details | ||
| GET_MAX_VALUE | Get Maximum Value (Numeric Value Classes) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_MAX_VALUE...more details | ||
| GET_MIN_VALUE | Get Minimum Value (Numeric Value Class) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_MIN_VALUE...more details | ||
| GET_NEXT_VALID_VALUE | Get Next Valid Value (Numeric Value Class) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_NEXT_VALID_VALUE...more details | ||
| GET_NUMBER_OF_DECIMALS | Get Number of Decimal Values (Numeric Value Class) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_NUMBER_OF_DECIMALS...more details | ||
| GET_NUMBER_OF_VALUES | Get Number of Values | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_NUMBER_OF_VALUES...more details | ||
| GET_VALUE_DESCRIPTIONS | Get Value Descriptions (CHECK_DESCRIPTION_AVAILABILITY) | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_VALUE_DESCRIPTIONS...more details | ||
| GET_VALUE_TEXT | Get Value Text | Public |
| CALL METHOD if_ex_hrhap00_value_type=>GET_VALUE_TEXT...more details | ||
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