SAP ABAP Class CL_GLE_MCA_IFX_PROCESS (IFX process)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-CU-MCA (Application Component) Multi Currency Accounting
⤷
FAGL_MCA_AL_IFX (Package) FI: MCA Implicit FX Transactions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GLE_MCA_PROCESS | Abstract MCA process | 20100721 |
Properties
| Class | CL_GLE_MCA_IFX_PROCESS | |
| Short Description | IFX process | |
| Super Class | CL_GLE_MCA_PROCESS | Abstract MCA process |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FAGL_MCA_AL_IFX | FI: MCA Implicit FX Transactions |
| Created | 20100721 | 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 CL_GLE_MCA_IFX_PROCESS has no interface implemented.
Friends
Class CL_GLE_MCA_IFX_PROCESS has no friend class.
Attributes
Class CL_GLE_MCA_IFX_PROCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Calculate exchange rates in postline | 20101123 | |
| 2 | Instance method | Private | Method | Get posting date from selection parameters | 20110307 | |
| 3 | Instance method | Private | Method | Get foreign currency depending on account type | 20101123 | |
| 4 | Instance method | Private | Method | Get postlines for account type A | 20110221 | |
| 5 | Instance method | Private | Method | Get postlines for account types S,K and D | 20110221 | |
| 6 | Instance method | Private | Method | get target accounts | 20101123 | |
| 7 | Instance method | Private | Method | Map exchange rate fields to extended exchange rate fields | 20101124 | |
| 8 | Instance method | Private | Method | Fill GLE_MCA_DOCREF structure | 20121206 | |
| 9 | Instance method | Private | Method | Remove already processed documents | 20101122 |
Events
Class CL_GLE_MCA_IFX_PROCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_IFX_FIELDS | Protected | See coding | 20110221 | begin of ts_ifx_fields,
bukrs type bukrs,
gjahr type gjahr,
belnr type belnr_d,
buzei type buzei,
waers type waers,
pswsl type pswsl,
hkont type hkont,
augdt type augdt,
augbl type augbl,
end of ts_ifx_fields
|
||
| 2 | TT_IFX_FIELDS | Protected | See coding | 20110221 | tt_ifx_fields type table of ts_ifx_fields
|
Method Signatures
Method CALCULATE_EXCHANGE_RATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_STR_POSTLINE | Call by reference | Type reference (TYPE) | GLE_MCA_STR_POSTLINE | GLE MCA Postline Structure | 20101123 | |||
| 2 | I_XKURSX | Call by reference | Type reference (TYPE) | GLE_FXR_DTE_X_RATEX | Indicator: Extended exchange rate used | 20101123 |
Method CALCULATE_EXCHANGE_RATES on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method GET_DATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BLDAT | Call by reference | Type reference (TYPE) | BLDAT | Document Date in Document | 20110307 | |||
| 2 | E_BUDAT | Call by reference | Type reference (TYPE) | BUDAT | Posting Date in the Document | 20110307 | |||
| 3 | E_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110307 | ||||
| 4 | E_STR_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20110307 | |||
| 5 | I_TAB_RSPARAMS | Call by reference | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20110307 |
Method GET_DATES on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method GET_FOREIGN_CURRENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FCUR | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20101123 | |||
| 2 | I_KOART | Call by reference | Type reference (TYPE) | KOART | Account Type | 20101123 | |||
| 3 | I_PSWSL | Call by reference | Type reference (TYPE) | PSWSL | Update Currency for General Ledger Transaction Figures | 20101123 | |||
| 4 | I_WAERS | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20101123 | |||
| 5 | R_FOREIGN_CURRENCY | Value transfer | Type reference (TYPE) | WAERS | Currency Key | 20101123 |
Method GET_FOREIGN_CURRENCY on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method GET_POSTLINES_AA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DOCREF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_DOCREF | GLE MCA DOCREF table type | 20110221 | |||
| 2 | ET_POSTLINE | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_POSTLINE | GLE MCA Table Type for Postline | 20110221 | |||
| 3 | ET_RETURN | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_BAPIRET2 | Return Parameter | 20110308 | |||
| 4 | EV_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110308 | ||||
| 5 | IT_BKPF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_BKPF | MCA BKPF Table Type | 20110221 | |||
| 6 | IT_BSEG | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_BSEG | MCA BSEG | 20110221 |
Method GET_POSTLINES_AA on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method GET_POSTLINES_GL_AP_AR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DOCREF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_DOCREF | GLE MCA DOCREF table type | 20110221 | |||
| 2 | ET_POSTLINE | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_POSTLINE | GLE MCA Table Type for Postline | 20110221 | |||
| 3 | ET_RETURN | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_BAPIRET2 | Return Parameter | 20110221 | |||
| 4 | EV_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110221 | ||||
| 5 | IT_BKPF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_BKPF | MCA BKPF Table Type | 20110221 | |||
| 6 | IT_IFX_FIELDS | Call by reference | Type reference (TYPE) | TT_IFX_FIELDS | 20110221 | ||||
| 7 | IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20110221 | |||
| 8 | IV_FCUR | Call by reference | Type reference (TYPE) | WAERS | Functional Currency | 20110221 |
Method GET_POSTLINES_GL_AP_AR on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method GET_TARGET_ACCOUNTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ADJUSTMENT_ACCT | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20101123 | |||
| 2 | E_CLEARING_ACCT | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20101123 | |||
| 3 | E_EQUIVALENT_ACCT | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20101123 | |||
| 4 | E_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101123 | ||||
| 5 | E_POSITION_ACCT | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20101123 | |||
| 6 | E_STR_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20101123 | |||
| 7 | I_FOREIGN_CURRENCY | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20101123 | |||
| 8 | I_KTOPL | Call by reference | Type reference (TYPE) | KTOPL | Chart of Accounts | 20101124 | |||
| 9 | I_POSTING_SCHEME | Call by reference | Type reference (TYPE) | GLE_MCA_DTE_MCA_CAT | Posting Category | 20101123 | |||
| 10 | I_PRCTYPE | Call by reference | Type reference (TYPE) | GLE_MCA_DTE_PRC_TYPE | MCA Process Type | 20101123 | |||
| 11 | I_PRCTYPE_POS | Call by reference | Type reference (TYPE) | GLE_MCA_DTE_PRC_TYPE | MCA Process Type | 20101201 | |||
| 12 | I_SAKNR | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20101123 | |||
| 13 | I_TAB_T030H | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_T030H | Table GLE_MCA_T030H - Accounts table | 20101123 |
Method GET_TARGET_ACCOUNTS on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method MAP_EXCHANGE_RATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_STR_POSTLINE | Call by reference | Type reference (TYPE) | GLE_MCA_STR_POSTLINE | GLE MCA Postline Structure | 20101124 | |||
| 2 | E_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101124 | ||||
| 3 | E_STR_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20101124 | |||
| 4 | I_BLART | Call by reference | Type reference (TYPE) | BLART | Document Type | 20101124 |
Method MAP_EXCHANGE_RATES on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method MAP_TO_DOCREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DOCREF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_DOCREF | MCA Document Reference Data | 20121206 | |||
| 2 | IV_BELNR | Call by reference | Type reference (TYPE) | BELNR_D | Assignment of Item Numbers: Material Doc. - Purchasing Doc. | 20121206 | |||
| 3 | IV_BUDAT | Call by reference | Type reference (TYPE) | BUDAT | Posting Date in the Document | 20121206 | |||
| 4 | IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121206 | |||
| 5 | IV_BUZEI | Call by reference | Type reference (TYPE) | BUZEI | Number of Line Item Within Accounting Document | 20121206 | |||
| 6 | IV_GJAHR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20121206 |
Method MAP_TO_DOCREF on class CL_GLE_MCA_IFX_PROCESS has no exception.
Method REMOVE_PROCESSED_DOCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TAB_DOCREF | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_DOCREF | GLE MCA DOCREF table type | 20101122 | |||
| 2 | C_TAB_POSTLINE | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_POSTLINE | GLE MCA Table Type for Postline | 20101122 | |||
| 3 | I_PRCCAT | Call by reference | Type reference (TYPE) | GLE_MCA_DTE_TPRC_CAT | MCA Technical Process Category | 20101122 | |||
| 4 | I_TAB_ACCOUNT | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_ACCOUNT | GLE MCA Table Type for Account | 20101122 | |||
| 5 | I_TAB_TMCAPRC | Call by reference | Type reference (TYPE) | GLE_MCA_TAB_TMCAPRC | Table GLE_MCA_TMACAPRC - Assignm. ProcTyp MCA Key ProcCat | 20101122 |
Method REMOVE_PROCESSED_DOCS on class CL_GLE_MCA_IFX_PROCESS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |