SAP IF_TREA_MLM_CALC_ENGINE_RESULT OO Class - TREA: Interface Calculation Engine Result









IF_TREA_MLM_CALC_ENGINE_RESULT 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_TREA_MLM_CALC_ENGINE_RESULT 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_TREA_MLM_CALC_ENGINE_RESULT 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
GET_ADAPTED_VALUESread result entities with adapted typePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_ADAPTED_VALUES...more details

GET_ADAPTED_VALUES_PREVIOUSread result entities with adapted values previousPublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_ADAPTED_VALUES_PREVIOUS...more details

GET_CALCULATED_VALUESread result entities with calculated typePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_CALCULATED_VALUES...more details

GET_CALCULATION_RUN_BY_RANGEreturns calculation runs for a given position date rangePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_CALCULATION_RUN_BY_RANGE...more details

GET_CALC_PROCEDUREread procedurePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_CALC_PROCEDURE...more details

GET_CASH_POSITIONread MLM cash positionPublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_CASH_POSITION...more details

GET_INITIAL_VALUESread result entities with initial typePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_INITIAL_VALUES...more details

GET_KEY_FIGURES_FOR_STMT_DATEReturns key figure object for given statement datePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_KEY_FIGURES_FOR_STMT_DATE...more details

GET_LIMIT_UTILIZATIONread limit utilizationPublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_LIMIT_UTILIZATION...more details

GET_SEND_TO_PAY_VALUESread result entities with sent to pay typePublic
CALL METHOD if_trea_mlm_calc_engine_result=>GET_SEND_TO_PAY_VALUES...more details



IF_TREA_MLM_CALC_ENGINE_RESULT 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
GC_RESULT_KIND_ADAP_VAL_PREVConstantAdapted Values Previous250LIKE
TPM_TREA_MLM_RESULT_KIND
Public
GC_RESULT_KIND_ADJUSTEDConstantAdjusted300LIKE
TPM_TREA_MLM_RESULT_KIND
Public
GC_RESULT_KIND_CALCULATEDConstantCalculated200LIKE
TPM_TREA_MLM_RESULT_KIND
Public
GC_RESULT_KIND_INITIALConstantInitial100LIKE
TPM_TREA_MLM_RESULT_KIND
Public
GC_RESULT_KIND_SEND_TO_PAYConstantSend to pay400LIKE
TPM_TREA_MLM_RESULT_KIND
Public




IF_TREA_MLM_CALC_ENGINE_RESULT types

TT_COMPONENTS -

Links to Related Class(s)

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