SAP ABAP Class IF_EPIC_BRS_FI_CONFIG_SERVICE (EPIC: FI related configuration utilities)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_EPIC_BRS_FI_CONFIG_SERVICE | EPIC: FI configuration service for BRS | 20120822 |
Properties
Class | IF_EPIC_BRS_FI_CONFIG_SERVICE | |
Short Description | EPIC: FI related configuration utilities | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120822 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_EPIC_BRS_FI_CONFIG_SERVICE has no interface implemented.
Friends
Class IF_EPIC_BRS_FI_CONFIG_SERVICE has no friend class.
Attributes
Class IF_EPIC_BRS_FI_CONFIG_SERVICE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check if the Period is Valid | 20120920 |
2 | ![]() |
Instance method | Public | Method | convert amount | 20120921 |
3 | ![]() |
Instance method | Public | Method | Get bank information | 20120920 |
4 | ![]() |
Instance method | Public | Method | Get Employee Tolerance Configuration | 20121102 |
5 | ![]() |
Instance method | Public | Method | Get FieldName From a DDIC Object | 20121102 |
6 | ![]() |
Instance method | Public | Method | Get BRS Fiscal Period Variant | 20120830 |
7 | ![]() |
Instance method | Public | Method | Get G/L Account Tolerance Configuration | 20121102 |
8 | ![]() |
Instance method | Public | Method | Get next valid period of given company code | 20120822 |
9 | ![]() |
Instance method | Public | Method | Get period start end date | 20120920 |
10 | ![]() |
Instance method | Public | Method | check to see if a date`s period same as another period | 20120920 |
Events
Class IF_EPIC_BRS_FI_CONFIG_SERVICE has no event.
Types
Class IF_EPIC_BRS_FI_CONFIG_SERVICE has no local type.
Method Signatures
Method CHECK_IF_PERIOD_ISVALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPANYCODE | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20120920 | ||
2 | ![]() |
IV_FISCALYEAR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20120920 | ||
3 | ![]() |
IV_PERIOD | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20120920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
EPIC: Bank Reconciliation Statement Exception | 20120920 |
Method CONVERT_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AMOUNT_FROM | Call by reference | Type reference (TYPE) | EPIC_BRS_AMOUNT | EPIC BRS Amount | 20120921 | ||
2 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20120921 | ||
3 | ![]() |
IV_WAERS_FROM | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20120921 | ||
4 | ![]() |
IV_WAERS_TO | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20120921 | ||
5 | ![]() |
RV_AMOUNT_TO | Value transfer | Type reference (TYPE) | EPIC_BRS_AMOUNT | EPIC BRS Amount | 20120921 |
Method CONVERT_AMOUNT on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_BANK_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_BNKA | Call by reference | Type reference (TYPE) | BNKA | Bank master record | 20120920 | ||
2 | ![]() |
ES_T001 | Call by reference | Type reference (TYPE) | T001 | Company Codes | 20120920 | ||
3 | ![]() |
ES_T012 | Call by reference | Type reference (TYPE) | T012 | House Banks | 20120920 | ||
4 | ![]() |
ES_T012K | Call by reference | Type reference (TYPE) | T012K | House Bank Accounts | 20120920 | ||
5 | ![]() |
ET_T042I | Call by reference | Type reference (TYPE) | EPIC_T_T042I | EPIC: Bank Reconciliation Statment table of T042I | 20120920 | ||
6 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20120920 | ||
7 | ![]() |
IV_HBKID | Call by reference | Type reference (TYPE) | HBKID | Short Key for a House Bank | 20120920 | ||
8 | ![]() |
IV_HKTID | Call by reference | Type reference (TYPE) | HKTID | ID for Account Details | 20120920 |
Method GET_BANK_INFORMATION on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_EMPLOYEE_TOLERANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121102 | ||
2 | ![]() |
IV_USNAM | Call by reference | Type reference (TYPE) | USNAM | User name | 20121102 | ||
3 | ![]() |
RS_EMPLOYEE_TOLERANCE | Value transfer | Type reference (TYPE) | T043T | FI tolerance groups for employees | 20121102 |
Method GET_EMPLOYEE_TOLERANCE on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DDIC_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20121102 | ||
2 | ![]() |
RT_FIELD_NAME | Value transfer | Type reference (TYPE) | EPIC_T_BRS_FIELDNAME | EPIC: Bank Reconciliation Statement ALV Fieldname | 20121102 |
Method GET_FIELDNAME on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_FISCAL_PERIOD_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ANZBP | Call by reference | Type reference (TYPE) | ANZBP | Number of posting periods | 20120830 | ||
2 | ![]() |
EV_ANZSP | Call by reference | Type reference (TYPE) | ANZSP | Number of special periods | 20120830 | ||
3 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20120830 |
Method GET_FISCAL_PERIOD_VARIANT on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_HKONT_TOLERANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121102 | ||
2 | ![]() |
IV_GLACCOUNT | Call by reference | Type reference (TYPE) | HKONT | General Ledger Account | 20121102 | ||
3 | ![]() |
RS_GLACCOUNT_TOLERANCE | Value transfer | Type reference (TYPE) | T043S | Tolerances for Groups of G/L Accounts | 20121102 |
Method GET_HKONT_TOLERANCE on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_NEXT_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_PERIOD | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20120822 | ||
2 | ![]() |
EV_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20120822 | ||
3 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20120822 | ||
4 | ![]() |
IV_PERIOD | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20120822 | ||
5 | ![]() |
IV_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20120822 |
Method GET_NEXT_PERIOD on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
Method GET_PERIOD_START_END_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ENDDATE | Value transfer | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20120920 | ||
2 | ![]() |
EV_STARTDATE | Value transfer | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20120920 | ||
3 | ![]() |
IV_COMPANYCODE | Value transfer | Type reference (TYPE) | BUKRS | Company Code | 20120920 | ||
4 | ![]() |
IV_FISCALYEAR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20120920 | ||
5 | ![]() |
IV_PERIOD | Value transfer | Type reference (TYPE) | MONAT | Fiscal Period | 20120920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
EPIC: Bank Reconciliation Statement Exception | 20120920 |
Method IS_DATE_PERIOD_PER_SAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20120920 | ||
2 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20120920 | ||
3 | ![]() |
IV_PERIOD_POSTING_DOC | Call by reference | Type reference (TYPE) | MONAT | Fiscal Period | 20120920 | ||
4 | ![]() |
IV_YEAR_POSTING_DOC | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20120920 | ||
5 | ![]() |
RV_SAME_PERIOD | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120920 |
Method IS_DATE_PERIOD_PER_SAME on class IF_EPIC_BRS_FI_CONFIG_SERVICE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |