SAP ABAP Class /BA1/CL_F4_API_MARKET_DATA (Market Data API)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-FS-MKD (Application Component) Basic Market Data
⤷
/BA1/F4_BASIS (Package) Basic Market Data
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BA1/IF_F4_API_FXRATES | Foreign Exchange API | 20020904 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BA1/IF_F4_API_MARKET_DATA | Market Data API | 20020614 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BA1/IF_F4_API_SECURITIES | Security API | 20020619 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BA1/IF_F4_API_VOLA | Volatilities API | 20021015 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /BA1/IF_F4_API_YIELDCURVES | Yield Curves API | 20020614 |
Properties
| Class | /BA1/CL_F4_API_MARKET_DATA | |
| Short Description | Market Data API | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BA1/F4_BASIS | Basic Market Data |
| Created | 20020614 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BA1/CL_F4_API_MARKET_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BA1/IF_F4_API_FXRATES | Foreign Exchange API | 20020904 | ||
| 2 | /BA1/IF_F4_API_MARKET_DATA | Market Data API | 20020614 | ||
| 3 | /BA1/IF_F4_API_SECURITIES | Security API | 20020619 | ||
| 4 | /BA1/IF_F4_API_VOLA | Volatilities API | 20021015 | ||
| 5 | /BA1/IF_F4_API_YIELDCURVES | Yield Curves API | 20020614 |
Friends
Class /BA1/CL_F4_API_MARKET_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | '/BA1/CL_F4_API_FX' | Object Type Name | 20020904 | ||
| 2 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | '/BA1/CL_F4_API_SEC' | Object Type Name | 20020619 | ||
| 3 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | '/BA1/CL_F4_API_VOLA' | Object Type Name | 20021015 | ||
| 4 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | '/BA1/CL_F4_API_YC' | Object Type Name | 20020617 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | /BA1/IF_F4_API_FXRATES | Foreign Exchange API | 20020904 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /BA1/F4_DTE_MDCODE | Market Data Area | 20020617 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | /BA1/IF_F4_API_SECURITIES | Security API | 20020619 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | /BA1/F4_DTE_SYS_TIME | System Date/Time | 20020620 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | /BA1/IF_F4_API_VOLA | Volatilities API | 20021015 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | /BA1/IF_F4_API_YIELDCURVES | Yield Curves API | 20020617 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adjusts initial dates | 20080625 | |
| 2 | Instance method | Public | Method | Delete Market Data Buffer | 20080423 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20020617 | |
| 4 | Instance method | Public | Method | Export Market Data Buffer | 20030116 | |
| 5 | Instance method | Public | Method | Deliver Specific Market Data API | 20021018 | |
| 6 | Instance method | Private | Method | Supply References for Market Data API | 20030116 | |
| 7 | Instance method | Public | Method | Import Market Data Buffer | 20030116 |
Events
Class /BA1/CL_F4_API_MARKET_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | G_TYP_STR_MD_BUFFER | Private | See coding | 20030116 | BEGIN OF g_typ_str_md_buffer,
intf_name TYPE string,
xbuffer TYPE xstring,
END OF g_typ_str_md_buffer
|
Method Signatures
Method ADJUST_DATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FWD_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20080625 | |||
| 2 | E_HORIZON_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20080625 | |||
| 3 | I_FWD_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20080625 | |||
| 4 | I_HORIZON_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20080625 | |||
| 5 | I_QUOTATION_TIME | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_QUOT_TIME | Bestimmungszeitpunkt des Zinssatzes | 20080625 | |||
| 6 | I_VALID_DATE | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_VALID_DATE | Gültigkeitsdatum | 20080625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datumsanpassung fehlgeschlagen | 20080625 |
Method CLEAR_BUFFER Signature
Method CLEAR_BUFFER on class /BA1/CL_F4_API_MARKET_DATA has no parameter.
Method CLEAR_BUFFER on class /BA1/CL_F4_API_MARKET_DATA has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MDCODE | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_MDCODE | Marktdatenkreis | 20020617 | |||
| 2 | I_SYS_TIME | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_SYS_TIME | Systemzeitpunkt | 20020620 |
Method CONSTRUCTOR on class /BA1/CL_F4_API_MARKET_DATA has no exception.
Method EXPORT_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA_BUFFER | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_BINARY_DATA | Feld für Binärdaten (beliebige Länge) | 20030116 |
Method EXPORT_BUFFER on class /BA1/CL_F4_API_MARKET_DATA has no exception.
Method GET_API_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MD_CATG | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_CATEGORY | Marktdatenkategorien | 20021018 | |||
| 2 | R_API_REF | Value transfer | Object reference (TYPE REF TO) | OBJECT | API Referenz | 20021018 |
Method GET_API_REF on class /BA1/CL_F4_API_MARKET_DATA has no exception.
Method GET_API_REF_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_REF_OBJECT | Call by reference | Type reference (TYPE) | /BA1/F4_TAB_REF_OBJECT | Tabelle mit Objektreferenzen | 20030116 |
Method GET_API_REF_LIST on class /BA1/CL_F4_API_MARKET_DATA has no exception.
Method IMPORT_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_BUFFER | Call by reference | Type reference (TYPE) | /BA1/F4_DTE_BINARY_DATA | Feld für Binärdaten (beliebige Länge) | 20030116 |
Method IMPORT_BUFFER on class /BA1/CL_F4_API_MARKET_DATA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 20 |