SAP ABAP Class CL_RSPLFC_CURR_CONV (Currency Translation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLFC (Package) Services Type Planning

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_SRVTYPE_IMP_CHECK | Planning Function Type: Checks | 20050128 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_SRVTYPE_IMP_EXEC_REF | Planning Function Type: Impl. Execution (with Ref. Data) | 20050128 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFR_SRVTYPE_ADD_VAR | Additional Variables from Parameters | 20041124 |
Properties
Class | CL_RSPLFC_CURR_CONV | |
Short Description | Currency Translation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLFC | Services Type Planning |
Created | 20041117 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSPLFA_SRVTYPE_IMP_CHECK | Planning Function Type: Checks | 20050128 | ||
2 | IF_RSPLFA_SRVTYPE_IMP_EXEC_REF | Planning Function Type: Impl. Execution (with Ref. Data) | 20050128 | ||
3 | IF_RSPLFR_SRVTYPE_ADD_VAR | Additional Variables from Parameters | 20041124 |
Friends
Class CL_RSPLFC_CURR_CONV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYDATUM | Validity Date for Planning | 20070720 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLFA_INFOPROV_DESC | InfoProvider (Metadaten) | 20120928 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLFA_SRV | Planning Service | 20041117 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSPLFU_WORK_AREA | Utilities for Work Areas | 20041123 | ||
5 | ![]() |
Static Attribute | Private | See coding | Currency Translation Types | 20041117 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_T_RULE | Table of Formatted Runtime Information | 20041117 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Structure Information for Currency Translation Types | 20041117 |
2 | ![]() |
Static method | Public | Method | Deliver Compound Char. Values and Values Seperated with / | 20041122 |
3 | ![]() |
Static method | Private | Method | Reads Currency Translation Type from Database | 20041117 |
4 | ![]() |
Instance method | Private | Method | Delivers Currency from InfoObject | 20041129 |
5 | ![]() |
Instance method | Private | Method | Gets a Variable Value | 20041118 |
Events
Class CL_RSPLFC_CURR_CONV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_S_CURX | Private | See coding | Decimal Places | 20060524 | BEGIN OF t_s_curx,
currkey TYPE sycurr,
currdec TYPE i,
END OF t_s_curx
|
|
2 | T_S_RULE | Private | See coding | Runtime Info | 20041117 | BEGIN OF t_s_rule,
rulepos TYPE rsplf_rulepos,
to_kyf TYPE rsiobjnm,
to_uninm TYPE rsiobjnm,
tcur_iobjnm TYPE rsiobjnm,
tcur_iobjnm_uninm TYPE rsiobjnm,
from_kyf TYPE rsiobjnm,
from_uninm TYPE rsiobjnm,
fcur_iobjnm TYPE rsiobjnm,
fcur_iobjnm_uninm TYPE rsiobjnm,
cttnm TYPE rrnumbr,
rtype TYPE kurst_curr,
tcur TYPE tcurr_curr,
fcur TYPE fcurr_curr,
use_db_fcur TYPE abap_bool,
invkz TYPE rsinvkz,
datmeth TYPE rstmethod,
cdate TYPE rsdatefrom,
timeref TYPE rszwzei,
rateiobjnm TYPE rsrateiobjnm,
datiobjnm TYPE rsdatiobjn,
END OF t_s_rule
|
|
3 | T_TS_CURX | Private | See coding | 20060524 | t_ts_curx TYPE SORTED TABLE OF t_s_curx WITH UNIQUE KEY currkey
|
||
4 | T_T_RULE | Private | See coding | Table of Formatted Runtime Information | 20041117 | t_t_rule TYPE STANDARD TABLE OF t_s_rule WITH DEFAULT KEY
|
Method Signatures
Method BUILD_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | IF_RSPLFA_MSG_PARAM_CHECK | Container für Nachrichten | 20041117 | ||
2 | ![]() |
I_R_PARAM_SET | Call by reference | Object reference (TYPE REF TO) | IF_RSPLFA_PARAM_SET | Satz von Parameterwerten | 20041117 |
Method BUILD_RULES on class CL_RSPLFC_CURR_CONV has no exception.
Method GET_CHAVL_CMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041122 | ||
2 | ![]() |
I_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20041122 | |||
3 | ![]() |
R_CHAVL_CMP | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20041122 |
Method GET_CHAVL_CMP on class CL_RSPLFC_CURR_CONV has no exception.
Method GET_CTTNM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CTTNM | Call by reference | Type reference (TYPE) | RRNUMBR | StrMember: Name der Währungsumrechnungsart | 20041117 | ||
2 | ![]() |
R_S_CTT | Value transfer | Type reference (TYPE) | RSCURTRT | Währungsumrechnungsarten | 20041117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20041117 |
Method GET_VARIABLE_CURR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CURR_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041129 | ||
2 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041129 | ||
3 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | IF_RSPLFA_MSG | Container für Nachrichten | 20041129 | ||
4 | ![]() |
I_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20041129 | |||
5 | ![]() |
R_CURR | Value transfer | Type reference (TYPE) | WAERS | Währung | 20041129 |
Method GET_VARIABLE_CURR on class CL_RSPLFC_CURR_CONV has no exception.
Method GET_VARIABLE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VAR_UID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20041118 | ||
2 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20041118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Hülse für Meldungen | 20041118 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |