SAP IF_HRTNM_VALO_COMPUT_GUI OO Class - TNM: interface valuation computation









IF_HRTNM_VALO_COMPUT_GUI 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_HRTNM_VALO_COMPUT_GUI 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_HRTNM_VALO_COMPUT_GUI 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
CALENDAR_DAYCalendar DayPublic
CALL METHOD if_hrtnm_valo_comput_gui=>CALENDAR_DAY...more details

CHECK_CATALOG_COSTCheck Catalog CostPublic
CALL METHOD if_hrtnm_valo_comput_gui=>CHECK_CATALOG_COST...more details

CONVERT_AMOUNTConvert AmountPublic
CALL METHOD if_hrtnm_valo_comput_gui=>CONVERT_AMOUNT...more details

COST_CATEGORYCost CategoryPublic
CALL METHOD if_hrtnm_valo_comput_gui=>COST_CATEGORY...more details

COST_COUNTRYCost CounrtyPublic
CALL METHOD if_hrtnm_valo_comput_gui=>COST_COUNTRY...more details

CREATE_1036_DYNCreate dynamic 1036Public
CALL METHOD if_hrtnm_valo_comput_gui=>CREATE_1036_DYN...more details

GET_COST_ITEMGet Cost ItemPublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_COST_ITEM...more details

GET_NB_EVENTGet number Of EventPublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_NB_EVENT...more details

GET_SIRETGet SiretPublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_SIRET...more details

GET_VALUE_FEATUREGet Value FeaturePublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_VALUE_FEATURE...more details

GET_VALUE_FIELDGet Values FieldPublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_VALUE_FIELD...more details

GET_VALUE_FROM_INFOTYPEGet Values From infotypePublic
CALL METHOD if_hrtnm_valo_comput_gui=>GET_VALUE_FROM_INFOTYPE...more details

INCLUDE_SECTIONSInclude SectionsPublic
CALL METHOD if_hrtnm_valo_comput_gui=>INCLUDE_SECTIONS...more details

LOAD_TAB_INDIRECT_VALLoad Table Indirect ValuationPublic
CALL METHOD if_hrtnm_valo_comput_gui=>LOAD_TAB_INDIRECT_VAL...more details

LOAD_TAB_IND_VAL_GENERICLoad Generic Indirect ValuationPublic
CALL METHOD if_hrtnm_valo_comput_gui=>LOAD_TAB_IND_VAL_GENERIC...more details

PERSON_ASSIGNMENTGet Person AssignPublic
CALL METHOD if_hrtnm_valo_comput_gui=>PERSON_ASSIGNMENT...more details

PREPARE_TAB_SNAP_ALLPrepare Table for TemsePublic
CALL METHOD if_hrtnm_valo_comput_gui=>PREPARE_TAB_SNAP_ALL...more details

READ_INFTY_PARead infotyp PAPublic
CALL METHOD if_hrtnm_valo_comput_gui=>READ_INFTY_PA...more details

RETRIEVE_BUDGET_TNRetrieve Budget from TNPublic
CALL METHOD if_hrtnm_valo_comput_gui=>RETRIEVE_BUDGET_TN...more details

RETRIEVE_COST_TNRetrieve Cost from TNPublic
CALL METHOD if_hrtnm_valo_comput_gui=>RETRIEVE_COST_TN...more details

RETRIEVE_REGULATORY_TNRetrieve Regulatory compliance from TNPublic
CALL METHOD if_hrtnm_valo_comput_gui=>RETRIEVE_REGULATORY_TN...more details

SET_FORMSet FormPublic
CALL METHOD if_hrtnm_valo_comput_gui=>SET_FORM...more details

SET_TAB_RELAT_EVENTSet Event RelationshipPublic
CALL METHOD if_hrtnm_valo_comput_gui=>SET_TAB_RELAT_EVENT...more details

SET_TAB_RELAT_STAFFSet Target RelatedPublic
CALL METHOD if_hrtnm_valo_comput_gui=>SET_TAB_RELAT_STAFF...more details

VALO_ACTUALActualPublic
CALL METHOD if_hrtnm_valo_comput_gui=>VALO_ACTUAL...more details

VALO_COMPUTATIONCompute ValorizationPublic
CALL METHOD if_hrtnm_valo_comput_gui=>VALO_COMPUTATION...more details

VALO_FORECASTForecastPublic
CALL METHOD if_hrtnm_valo_comput_gui=>VALO_FORECAST...more details



IF_HRTNM_VALO_COMPUT_GUI 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.

NameLevelDescriptionInitial ValueTypeVisability
A_IF_VALO_GUIStatic AttributeTNM: interface valuation computationLIKE
IF_HRTNM_VALO_COMPUT_GUI
Public


Links to Related Class(s)

IF_HRTNM...
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!