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
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 Name | Description | Visability |
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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ABS | Constant | Calculation Parameter Sign | 'A' | LIKE REP_EAPS_PARAMSIGN | Public |
| GC_CALC_RESULT_TYPE_00 | Constant | Type of Result from Calculation Method | '00' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_01 | Constant | Type of Result from Calculation Method | '01' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_02 | Constant | Type of Result from Calculation Method | '02' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_03 | Instance Attribute | LIKE | Private | ||
| GC_CALC_RESULT_TYPE_OB | Constant | Type of Result from Calculation Method | 'OB' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_PLUS1 | Constant | Type of Result from Calculation Method | '+1' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_PLUS2 | Constant | Type of Result from Calculation Method | '+2' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_RESULT_TYPE_PLUS3 | Instance Attribute | LIKE | Private | ||
| GC_CALC_RESULT_TYPE_S0 | Constant | Type of Result from Calculation Method | 'S0' | LIKE REP_EAPS_RESULT_TYPE | Public |
| GC_CALC_TYPE_BSUM | Constant | Calculation Type | 'BSUM' | LIKE REP_EAPS_CALC_TYPE | Public |
| GC_COMMENT | Constant | Comment | 'B' | LIKE REP_EAPS_LINETYPE | Public |
| GC_DATA_SRC_TYPE_COST_CENTRE | Constant | Data Source Type | 'COKS' | LIKE REP_EAPS_SRCTYPE | Public |
| GC_DATA_SRC_TYPE_FINANCIALS | Constant | Data Source Type | 'FI' | LIKE REP_EAPS_SRCTYPE | Public |
| GC_DATA_SRC_TYPE_PROFIT_CENTER | Constant | Data Source Type | 'COPC' | LIKE REP_EAPS_SRCTYPE | Public |
| GC_DATA_SRC_TYPE_WBS | Constant | Data Source Type | 'COPR' | LIKE REP_EAPS_SRCTYPE | Public |
| GC_FIELDNAME_LINENR | Constant | Field Name for Line Number | 'LINENR' | LIKE FIELDNAME | Public |
| GC_FROM_FSV | Constant | Item Value | 'F' | LIKE REP_EAPS_LINETYPE | Public |
| GC_FROM_FSV_GR | Constant | Item Value Grouped | 'G' | LIKE REP_EAPS_LINETYPE | Public |
| GC_FROM_FSV_HIDDEN | Constant | Item Value Hidden (Auxiliary) Line | 'H' | LIKE REP_EAPS_LINETYPE | Public |
| GC_FROM_FSV_HIDDEN_GR | Constant | Item Value Hidden (Auxiliary) Line Grouped | 'I' | LIKE REP_EAPS_LINETYPE | Public |
| GC_FROM_REF | Constant | Item Value Line Reference | 'L' | LIKE REP_EAPS_LINETYPE | Public |
| GC_FROM_REF_GR | Constant | Item Value Line Reference Grouped | 'R' | LIKE REP_EAPS_LINETYPE | Public |
| GC_ITEM_GROUP_ALL | Constant | Global Line Item Group | '*' | LIKE REP_EAPS_ITEM_GROUP | Public |
| GC_MEMORYID | Constant | RFBILA Memory ID | 'RFBILA00IDREPFW' | LIKE REP_EAPS_MEMORYID | Public |
| GC_MINUS | Constant | Sign for Value | '-' | LIKE REP_EAPS_LINESIGN | Public |
| GC_MSG_CLASS | Constant | Application Area | 'REP_EAPS_MSG' | LIKE ARBGB | Public |
| GC_NEG | Constant | Sign for Value | 'N' | LIKE REP_EAPS_LINESIGN | Public |
| GC_NOT_APPLICABLE | Constant | Not Applicable | ' ' | LIKE REP_EAPS_LINETYPE | Public |
| GC_PARAMFLAG_MAND | Constant | Mandatory Parameter | 'M' | LIKE REP_EAPS_PARAMFLAG | Public |
| GC_PLUS | Constant | Sign for Value | '+' | LIKE REP_EAPS_LINESIGN | Public |
| GC_POS | Constant | Sign for Value | 'P' | LIKE REP_EAPS_LINESIGN | Public |
| GC_TEMPLATE | Constant | Template Line | 'T' | LIKE REP_EAPS_LINETYPE | Public |
| GC_VALUE | Constant | Direct 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