SAP ABAP Interface IF_FICO_DATE (IF_FICO_DATE)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FIM-FCO (Application Component) Financial Conditions
⤷
FICO_OBJECT_LAYER (Package) New Object Layer
⤷
⤷
Properties
| Interface | IF_FICO_DATE | |
| Short Description |
General Data
| Package | FICO_OBJECT_LAYER | New Object Layer |
| Created | 20080807 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FICO_BUFFERED_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FICO_OBJECT | FiCo Business Object | 20081205 |
Friends
Interface IF_FICO_DATE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MV_KEY | Instance attribute | Public | Type reference (TYPE) | GUID_16 | MV_KEY | 20080807 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a New Item to a Date Component | 20080808 | |
| 2 | Instance method | Public | Method | Set Data of All Items for a Date Component | 20080815 | |
| 3 | Instance method | Public | Method | Gets Header Data for a Date Component | 20080807 | |
| 4 | Instance method | Public | Method | Gets Item Data for a Data Component | 20080808 | |
| 5 | Instance method | Public | Method | Gets Validity Period of Date Category | 20090225 | |
| 6 | Instance method | Public | Method | Set Data of All Items for a Date Component | 20080813 | |
| 7 | Instance method | Public | Method | Set the Header Data of a Date Component | 20080807 |
Events
Interface IF_FICO_DATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DATA | Public | See coding | TS_DATA | 20080807 | BEGIN OF ts_data,
o_level TYPE fico_olevel,
o_leveltofrom TYPE fico_oleveltofrom.
INCLUDE TYPE ficos_date.
TYPES:
END OF ts_data
|
|
| 2 | TS_POS | Public | See coding | TS_POS | 20080807 | BEGIN OF ts_pos,
i_date TYPE fico_idate,
i_posno TYPE fico_iposno.
INCLUDE TYPE ficos_datepos.
TYPES:
END OF ts_pos
|
|
| 3 | TT_POS | Public | See coding | 20080807 | tt_pos TYPE SORTED TABLE OF ts_pos WITH UNIQUE KEY i_date
i_posno
|
Method Signatures
Method ADD_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_POS | Call by reference | Type reference (TYPE) | TS_POS | TS_POS | 20080808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20090109 |
Method GET_ALL_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_POS | Call by reference | Type reference (TYPE) | TT_POS | 20080815 | ||||
| 2 | IV_STATE | Call by reference | Type reference (TYPE) | IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE | TC_OBJECT_STATE | 20081024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081024 |
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | TS_DATA | ES_DATA | 20080807 | |||
| 2 | ET_POS | Call by reference | Type reference (TYPE) | TT_POS | ET_POS | 20080807 | |||
| 3 | IV_STATE | Call by reference | Type reference (TYPE) | IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE | TC_OBJECT_STATE | 20081024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081024 |
Method GET_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSNO | Call by reference | Type reference (TYPE) | FICO_IPOSNO | Nummer der Konditionsposition | 20080808 | |||
| 2 | IV_STATE | Call by reference | Type reference (TYPE) | IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE | TC_OBJECT_STATE | 20081024 | |||
| 3 | RS_POS | Value transfer | Type reference (TYPE) | TS_POS | TS_POS | 20080808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081024 |
Method GET_VALPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_COND | Call by reference | Object reference (TYPE REF TO) | IF_FICO_COND | 20090303 | ||||
| 2 | EO_LIST_VERSION | Call by reference | Object reference (TYPE REF TO) | IF_FICO_LIST_VERSION | 20090303 | ||||
| 3 | EO_VALPER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_VALPER | 20090303 | ||||
| 4 | IV_STATE | Call by reference | Type reference (TYPE) | IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE | TC_OBJECT_STATE | 20130410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20090226 |
Method SET_ALL_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_POS | Call by reference | Type reference (TYPE) | TT_POS | TT_POS | 20080813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20090109 |
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | TS_DATA | IS_DATA | 20080807 | |||
| 2 | IT_POS | Call by reference | Type reference (TYPE) | TT_POS | IT_POS | 20080807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081022 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 712 |