SAP REP_EAPS_CONST OO Class -









REP_EAPS_CONST 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_CONST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

REP_EAPS_CONST SAP OOP ABAP Class - Constants

SAP REP_EAPS_CONST OO Class - Constants









REP_EAPS_CONST 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_CONST 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_CONST 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



REP_EAPS_CONST 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_ABSConstantCalculation Parameter Sign'A'LIKE
REP_EAPS_PARAMSIGN
Public
GC_CALC_RESULT_TYPE_00ConstantType of Result from Calculation Method'00'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_01ConstantType of Result from Calculation Method'01'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_02ConstantType of Result from Calculation Method'02'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_03Instance AttributeLIKE
Private
GC_CALC_RESULT_TYPE_OBConstantType of Result from Calculation Method'OB'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_PLUS1ConstantType of Result from Calculation Method'+1'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_PLUS2ConstantType of Result from Calculation Method'+2'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_RESULT_TYPE_PLUS3Instance AttributeLIKE
Private
GC_CALC_RESULT_TYPE_S0ConstantType of Result from Calculation Method'S0'LIKE
REP_EAPS_RESULT_TYPE
Public
GC_CALC_TYPE_BSUMConstantCalculation Type'BSUM'LIKE
REP_EAPS_CALC_TYPE
Public
GC_COMMENTConstantComment'B'LIKE
REP_EAPS_LINETYPE
Public
GC_DATA_SRC_TYPE_COST_CENTREConstantData Source Type'COKS'LIKE
REP_EAPS_SRCTYPE
Public
GC_DATA_SRC_TYPE_FINANCIALSConstantData Source Type'FI'LIKE
REP_EAPS_SRCTYPE
Public
GC_DATA_SRC_TYPE_PROFIT_CENTERConstantData Source Type'COPC'LIKE
REP_EAPS_SRCTYPE
Public
GC_DATA_SRC_TYPE_WBSConstantData Source Type'COPR'LIKE
REP_EAPS_SRCTYPE
Public
GC_FIELDNAME_LINENRConstantField Name for Line Number'LINENR'LIKE
FIELDNAME
Public
GC_FROM_FSVConstantItem Value'F'LIKE
REP_EAPS_LINETYPE
Public
GC_FROM_FSV_GRConstantItem Value Grouped'G'LIKE
REP_EAPS_LINETYPE
Public
GC_FROM_FSV_HIDDENConstantItem Value Hidden (Auxiliary) Line'H'LIKE
REP_EAPS_LINETYPE
Public
GC_FROM_FSV_HIDDEN_GRConstantItem Value Hidden (Auxiliary) Line Grouped'I'LIKE
REP_EAPS_LINETYPE
Public
GC_FROM_REFConstantItem Value Line Reference'L'LIKE
REP_EAPS_LINETYPE
Public
GC_FROM_REF_GRConstantItem Value Line Reference Grouped'R'LIKE
REP_EAPS_LINETYPE
Public
GC_ITEM_GROUP_ALLConstantGlobal Line Item Group'*'LIKE
REP_EAPS_ITEM_GROUP
Public
GC_MEMORYIDConstantRFBILA Memory ID'RFBILA00IDREPFW'LIKE
REP_EAPS_MEMORYID
Public
GC_MINUSConstantSign for Value'-'LIKE
REP_EAPS_LINESIGN
Public
GC_MSG_CLASSConstantApplication Area'REP_EAPS_MSG'LIKE
ARBGB
Public
GC_NEGConstantSign for Value'N'LIKE
REP_EAPS_LINESIGN
Public
GC_NOT_APPLICABLEConstantNot Applicable' 'LIKE
REP_EAPS_LINETYPE
Public
GC_PARAMFLAG_MANDConstantMandatory Parameter'M'LIKE
REP_EAPS_PARAMFLAG
Public
GC_PLUSConstantSign for Value'+'LIKE
REP_EAPS_LINESIGN
Public
GC_POSConstantSign for Value'P'LIKE
REP_EAPS_LINESIGN
Public
GC_TEMPLATEConstantTemplate Line'T'LIKE
REP_EAPS_LINETYPE
Public
GC_VALUEConstantDirect Value'V'LIKE
REP_EAPS_LINETYPE
Public


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!