SAP REP_EAPS_COMPUTE OO Class - Class of computing methods









REP_EAPS_COMPUTE 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 REP_EAPS_COMPUTE 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 REP_EAPS_COMPUTE 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
ADJUST_SIGN_FMAdjust amount sign according to Commitment ItemPublic
CALL METHOD rep_eaps_compute=>ADJUST_SIGN_FM...more details

APPLY_FACTORMulitply line amounts by factorProtected
CALL METHOD rep_eaps_compute=>APPLY_FACTOR...more details

APPLY_SCALINGScale line amountsProtected
CALL METHOD rep_eaps_compute=>APPLY_SCALING...more details

ASSEMBLYAssembly FI report data - based on RFBILA (Obsolete)Public
CALL METHOD rep_eaps_compute=>ASSEMBLY...more details

ASSEMBLY_CONTRAssembly CO report data (Obsolete)Public
CALL METHOD rep_eaps_compute=>ASSEMBLY_CONTR...more details

ASSEMBLY_FIAssembly FI report data - split by Document Type (Obsolete)Public
CALL METHOD rep_eaps_compute=>ASSEMBLY_FI...more details

ASSEMBLY_GENERICAssemble for Any Data TypePublic
CALL METHOD rep_eaps_compute=>ASSEMBLY_GENERIC...more details

ASSEMBLY_LINESAssembly lines of report data only (w/o values) (Obsolete)Public
CALL METHOD rep_eaps_compute=>ASSEMBLY_LINES...more details

CALL_CUST_EXITSCall Customer Exits for Plus/Minus CalculationPrivate
CALL METHOD rep_eaps_compute=>CALL_CUST_EXITS...more details

CHECK_CUST_REFSCheck References in Customizing (True/False when Found)Public
CALL METHOD rep_eaps_compute=>CHECK_CUST_REFS...more details

CHECK_READ_ONLY_LINECheck That LineNr Is Read Only in CustomizingPublic
CALL METHOD rep_eaps_compute=>CHECK_READ_ONLY_LINE...more details

COLLECT_LINES_BYCollect Lines by Collect KeysPrivate
CALL METHOD rep_eaps_compute=>COLLECT_LINES_BY...more details

CONV_ERGSL_TO_ACCGet Accounts linked to FSV ItemsPrivate
CALL METHOD rep_eaps_compute=>CONV_ERGSL_TO_ACC...more details

CONV_NODES_GR_TO_FIPEXConvert Items to Commitment ItemsPublic
CALL METHOD rep_eaps_compute=>CONV_NODES_GR_TO_FIPEX...more details

CONV_NODES_TO_FIPEXConvert Items to Commitment ItemsPublic
CALL METHOD rep_eaps_compute=>CONV_NODES_TO_FIPEX...more details

CREATE_TABLE_WITH_FLAGAppend New Field to TablePrivate
CALL METHOD rep_eaps_compute=>CREATE_TABLE_WITH_FLAG...more details

FILL_AUTH_FIELDSFill Fields for Authority ChecksProtected
CALL METHOD rep_eaps_compute=>FILL_AUTH_FIELDS...more details

FILL_STYLES_COLORSFill Styles, Colors from CustomizingPublic
CALL METHOD rep_eaps_compute=>FILL_STYLES_COLORS...more details

FM_DECOMPOSE_LINESFM: Decompose Lines according DimensionsProtected
CALL METHOD rep_eaps_compute=>FM_DECOMPOSE_LINES...more details

GET_2YGet FI data - RFBILA value of BSUM+VSUMPublic
CALL METHOD rep_eaps_compute=>GET_2Y...more details

GET_ACC_FROM_ERGSLGet Accounts linked to FSV ItemsPublic
CALL METHOD rep_eaps_compute=>GET_ACC_FROM_ERGSL...more details

GET_AUTH_FIELDS_COCONTR: Get Values for Authorization CheckingProtected
CALL METHOD rep_eaps_compute=>GET_AUTH_FIELDS_CO...more details

GET_AUTH_FIELDS_FMFM: Get Values for Authorization CheckingProtected
CALL METHOD rep_eaps_compute=>GET_AUTH_FIELDS_FM...more details

GET_AUTH_FIELDS_RFBILARFBILA: Get Values for Authorization CheckingProtected
CALL METHOD rep_eaps_compute=>GET_AUTH_FIELDS_RFBILA...more details

GET_BLART_SUMGet FI data for Document TypePublic
CALL METHOD rep_eaps_compute=>GET_BLART_SUM...more details

GET_BSUMGet FI data - RFBILA value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_BSUM...more details

GET_BUKRS_AND_GSBERRFBILA: Get Comp. Code and Buss. Area of one nodeProtected
CALL METHOD rep_eaps_compute=>GET_BUKRS_AND_GSBER...more details

GET_CALC_PARAMSGet Calculation dataProtected
CALL METHOD rep_eaps_compute=>GET_CALC_PARAMS...more details

GET_CALC_TYPEGet Calculation Type dataProtected
CALL METHOD rep_eaps_compute=>GET_CALC_TYPE...more details

GET_COLLECT_KEYGet Key String for CollectingPrivate
CALL METHOD rep_eaps_compute=>GET_COLLECT_KEY...more details

GET_CONTROLGet controlling dataPublic
CALL METHOD rep_eaps_compute=>GET_CONTROL...more details

GET_CORRECTIONGet FI data - RFBILA absolute value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_CORRECTION...more details

GET_CREDITGet FI data - get credit sumPublic
CALL METHOD rep_eaps_compute=>GET_CREDIT...more details

GET_CREDIT_BSUMGet FI data - get credit sum + RFBILA value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_CREDIT_BSUM...more details

GET_CREDIT_VSUMGet FI data - get credit sum + RFBILA value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_CREDIT_VSUM...more details

GET_DEBITGet FI data - get debit sumPublic
CALL METHOD rep_eaps_compute=>GET_DEBIT...more details

GET_DEBIT_BSUMGet FI data - get credit sum + RFBILA value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_DEBIT_BSUM...more details

GET_DEBIT_VSUMGet FI data - get credit sum + RFBILA value of BSUMPublic
CALL METHOD rep_eaps_compute=>GET_DEBIT_VSUM...more details

GET_DIFFGet FI data - RFBILA value of BSUM-VSUMPublic
CALL METHOD rep_eaps_compute=>GET_DIFF...more details

GET_DIFF_BSUMS0_BSUMGet FI data - RFBILA value of BSUMS0-BSUMPublic
CALL METHOD rep_eaps_compute=>GET_DIFF_BSUMS0_BSUM...more details

GET_ERGSL_LINESGet all FSV Items of one nodeProtected
CALL METHOD rep_eaps_compute=>GET_ERGSL_LINES...more details

GET_FM_ACTUALGet FM data - ActualsPublic
CALL METHOD rep_eaps_compute=>GET_FM_ACTUAL...more details

GET_FM_BUDGETGet FM data - BudgetPublic
CALL METHOD rep_eaps_compute=>GET_FM_BUDGET...more details

GET_FM_BUDGET_ADJUGet FM data - Adjusted BudgetPublic
CALL METHOD rep_eaps_compute=>GET_FM_BUDGET_ADJU...more details

GET_FM_BUDGET_EXPCGet FM data - Expected BudgetPublic
CALL METHOD rep_eaps_compute=>GET_FM_BUDGET_EXPC...more details

GET_FM_BUDGET_ORIGGet FM data - Original BudgetPublic
CALL METHOD rep_eaps_compute=>GET_FM_BUDGET_ORIG...more details

GET_NODESGet all nodes of one lineProtected
CALL METHOD rep_eaps_compute=>GET_NODES...more details

GET_SALDOGet FI data - RFBILA value of SALDOPublic
CALL METHOD rep_eaps_compute=>GET_SALDO...more details

GET_VALUEGet already calculated valuePrivate
CALL METHOD rep_eaps_compute=>GET_VALUE...more details

GET_VSUMGet FI data - RFBILA value of VSUMPublic
CALL METHOD rep_eaps_compute=>GET_VSUM...more details

GET_ZEROGet FI data - get zero amount (dummy method)Public
CALL METHOD rep_eaps_compute=>GET_ZERO...more details

IS_LINE_NULLCheck whether line has only null values (True/False)Private
CALL METHOD rep_eaps_compute=>IS_LINE_NULL...more details

IS_NUMERIC_TYPECheck whether Data Type is Numeric (True/False)Protected
CALL METHOD rep_eaps_compute=>IS_NUMERIC_TYPE...more details

READ_CUSTOMIZINGGet and set customization dataPublic
CALL METHOD rep_eaps_compute=>READ_CUSTOMIZING...more details

RECALCULATE_REFSRecalculate References (e.g. Total Lines)Public
CALL METHOD rep_eaps_compute=>RECALCULATE_REFS...more details

REVERSE_SIGNReverse sign of line amountsProtected
CALL METHOD rep_eaps_compute=>REVERSE_SIGN...more details



REP_EAPS_COMPUTE 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
CON_ASSEMBLY_TY_COConstantAssembly Type - Controling'CO'LIKE
TY_ASSEMBLY_TYPE
Public
CON_ASSEMBLY_TY_FIConstantAssembly Type - Financials'FI'LIKE
TY_ASSEMBLY_TYPE
Public
CON_ASSEMBLY_TY_FMConstantAssembly Type - Funds Management'FM'LIKE
TY_ASSEMBLY_TYPE
Public
CON_ASSEMBLY_TY_LNConstantAssembly Type - Lines Only'LN'LIKE
TY_ASSEMBLY_TYPE
Public
CON_ASSEMBLY_TY_RFConstantAssembly Type - RFBILA'RF'LIKE
TY_ASSEMBLY_TYPE
Public
GC_PERIODSConstantNumber of Periods16LIKE
I
Protected
GS_SRCID_DESCStatic AttributeData Connector: RFBILA00 customizingLIKE
REP_EAPS_DCOID_C
Public
GT_CALC_PARAMSStatic AttributeCalculation parameters Table typeLIKE
REP_EAPS_TAB_DCOCP
Protected
GT_CALC_TYPEStatic AttributeCalculation TypeLIKE
REP_EAPS_TAB_DCOCT
Protected
GT_NODESStatic AttributeData Connector: Table of nodesLIKE
REP_EAPS_TAB_NODES
Protected
GT_NODES_GRStatic AttributeTable of Nodes GrouppedLIKE
REP_EAPS_TAB_NODES_GR
Protected
MT_FSCLINESStatic AttributeTable of Customized LinesLIKE
REP_EAPS_TAB_LINES
Private
MV_SRCIDStatic AttributeData Source IdentificationLIKE
IDREPFW_REP_SRCID
Private




REP_EAPS_COMPUTE types

TY_ASSEMBLY_TYPE - Assembly Type [RF/FI/FM/CO/FM/LN]
TY_T_COLLECT_KEY - Set of Key Fields for Collecting
TY_T_RFACCINF - Table of FSV Item Structures

Links to Related Class(s)

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