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 NameDescriptionVisability
CHECK_DESCRIPTION_AVAILABILITYCheck Availability: Value DescriptionPublic
CALL METHOD if_ex_hrhap00_value_type=>CHECK_DESCRIPTION_AVAILABILITY...more details

CHECK_EXISTENCECheck Existence of Value ListPublic
CALL METHOD if_ex_hrhap00_value_type=>CHECK_EXISTENCE...more details

CHECK_VALUE_CLASS_NUMERICCheck Whether Value Class Is Numeric or Non-NumericPublic
CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_CLASS_NUMERIC...more details

CHECK_VALUE_TEXT_AVAILABILITYCheck Availability: Value TextPublic
CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_TEXT_AVAILABILITY...more details

CHECK_VALUE_VALIDITYCheck Validity of a ValuePublic
CALL METHOD if_ex_hrhap00_value_type=>CHECK_VALUE_VALIDITY...more details

CONVERT_VALUE_EID_TO_IIDConvert 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_EIDConvert Internal to External ID (Numeric Value Classes)Public
CALL METHOD if_ex_hrhap00_value_type=>CONVERT_VALUE_IID_TO_EID...more details

CREATE_VALUE_TYPECreate Standard Value List (If Not Yet Created)Public
CALL METHOD if_ex_hrhap00_value_type=>CREATE_VALUE_TYPE...more details

DO_MATCHUPSynchronize Value Lists with T77HAP_VALTYPublic
CALL METHOD if_ex_hrhap00_value_type=>DO_MATCHUP...more details

GET_DETAILGet Detail for Value ListPublic
CALL METHOD if_ex_hrhap00_value_type=>GET_DETAIL...more details

GET_LISTGet Value ListsPublic
CALL METHOD if_ex_hrhap00_value_type=>GET_LIST...more details

GET_MAX_VALUEGet Maximum Value (Numeric Value Classes)Public
CALL METHOD if_ex_hrhap00_value_type=>GET_MAX_VALUE...more details

GET_MIN_VALUEGet Minimum Value (Numeric Value Class)Public
CALL METHOD if_ex_hrhap00_value_type=>GET_MIN_VALUE...more details

GET_NEXT_VALID_VALUEGet Next Valid Value (Numeric Value Class)Public
CALL METHOD if_ex_hrhap00_value_type=>GET_NEXT_VALID_VALUE...more details

GET_NUMBER_OF_DECIMALSGet Number of Decimal Values (Numeric Value Class)Public
CALL METHOD if_ex_hrhap00_value_type=>GET_NUMBER_OF_DECIMALS...more details

GET_NUMBER_OF_VALUESGet Number of ValuesPublic
CALL METHOD if_ex_hrhap00_value_type=>GET_NUMBER_OF_VALUES...more details

GET_VALUE_DESCRIPTIONSGet Value Descriptions (CHECK_DESCRIPTION_AVAILABILITY)Public
CALL METHOD if_ex_hrhap00_value_type=>GET_VALUE_DESCRIPTIONS...more details

GET_VALUE_TEXTGet Value TextPublic
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!