SAP ABAP Interface IF_FICO_AMT (IF_FICO_AMT)
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_AMT | |
| 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_AMT 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 an Amount Component | 20080808 | |
| 2 | Instance method | Public | Method | Gets All Item Data for an Amount Component | 20080815 | |
| 3 | Instance method | Public | Method | Gets Header Data of an Amount Component | 20080807 | |
| 4 | Instance method | Public | Method | Gets the Item Data of an Amount Component | 20080808 | |
| 5 | Instance method | Public | Method | Gets the Expression Data of an Amount Component | 20080808 | |
| 6 | Instance method | Public | Method | Gets the Relationship Data of an Amount Component | 20080808 | |
| 7 | Instance method | Public | Method | Gets Validity Period of the Amount Category | 20090225 | |
| 8 | Instance method | Public | Method | Sets the Data of all Items of an Amount Component | 20080813 | |
| 9 | Instance method | Public | Method | Sets the Header Data of an Amount Component | 20080807 |
Events
Interface IF_FICO_AMT 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,
o_leveleval type fico_oleveleval,
o_leveltofreval type fico_oleveltofreval,
o_relcondtype type fico_orelcondtype,
o_refund type fico_orefund,
I_BASIS_ORDER Type FICO_IBASIS_MERGENO.
include type ficos_amt.
include type ficos_eval.
types:
end of ts_data
|
|
| 2 | TS_POS | Public | See coding | TS_POS | 20080807 | begin of ts_pos,
i_amt type fico_iamt,
i_posno type fico_iposno.
include type ficos_amtpos.
include type ficos_exp_misc.
types:
i_fldlstid type fico_ifldlstid,
ref_fobu type ref to if_fico_fobu,
end of ts_pos
|
|
| 3 | TS_POSEXP | Public | See coding | TS_POSEXP | 20080807 | begin of ts_posexp,
i_amt type fico_iamt,
i_posno type fico_iposno,
i_variable type fico_ivariable.
include type ficos_amtposexp.
types:
end of ts_posexp
|
|
| 4 | TS_POSREL | Public | See coding | 20080808 | begin of ts_posrel,
i_comp type fico_icomp,
i_posno type fico_iposno,
o_reltype type fico_oreltype,
i_ordno type fico_iordno.
include type ficos_pos_rel.
types:
end of ts_posrel
|
||
| 5 | TT_POS | Public | See coding | 20080807 | tt_pos type sorted table of ts_pos with unique key i_amt
i_posno
|
||
| 6 | TT_POSEXP | Public | See coding | 20080807 | tt_posexp type sorted table of ts_posexp with unique key i_amt
i_posno
i_variable
|
||
| 7 | TT_POSREL | Public | See coding | 20080808 | tt_posrel type sorted table of ts_posrel with unique key i_comp
i_posno
o_reltype
i_ordno
|
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 | |||
| 2 | IT_POSEXP | Call by reference | Type reference (TYPE) | TT_POSEXP | 20080911 | ||||
| 3 | IT_POSREL | Call by reference | Type reference (TYPE) | TT_POSREL | 20080911 |
| # | 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 | ET_POSEXP | Call by reference | Type reference (TYPE) | TT_POSEXP | 20080815 | ||||
| 3 | ET_POSREL | Call by reference | Type reference (TYPE) | TT_POSREL | 20080815 | ||||
| 4 | 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 | ET_POSEXP | Call by reference | Type reference (TYPE) | TT_POSEXP | ET_POSEXP | 20080807 | |||
| 4 | ET_POSREL | Call by reference | Type reference (TYPE) | TT_POSREL | ET_POS_REL | 20080808 | |||
| 5 | 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 | 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_POSEXP 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 | IV_VARIABLE | Call by reference | Type reference (TYPE) | FICO_IVARIABLE | Variable in der Zinsformel einer Betragsposition | 20080812 | |||
| 4 | RS_POSEXP | Value transfer | Type reference (TYPE) | TS_POSEXP | TS_POSEXP | 20080808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081024 |
Method GET_POSREL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ORDNO | Call by reference | Type reference (TYPE) | FICO_IORDNO | Ordnungszahl für Relationen | 20080812 | |||
| 2 | IV_POSNO | Call by reference | Type reference (TYPE) | FICO_IPOSNO | Nummer der Konditionsposition | 20080812 | |||
| 3 | IV_RELTYPE | Call by reference | Type reference (TYPE) | FICO_ORELTYPE | Beziehungstyp | 20080812 | |||
| 4 | IV_STATE | Call by reference | Type reference (TYPE) | IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE | TC_OBJECT_STATE | 20081024 | |||
| 5 | RS_POSREL | Value transfer | Type reference (TYPE) | TS_POSREL | 20080812 |
| # | 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 | IT_POS | 20080813 | |||
| 2 | IT_POSEXP | Call by reference | Type reference (TYPE) | TT_POSEXP | 20081022 | ||||
| 3 | IT_POSREL | Call by reference | Type reference (TYPE) | TT_POSREL | 20081022 |
| # | 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 | |||
| 3 | IT_POSEXP | Call by reference | Type reference (TYPE) | TT_POSEXP | IT_POSEXP | 20080807 | |||
| 4 | IT_POSREL | Call by reference | Type reference (TYPE) | TT_POSREL | IT_POS_REL | 20080808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20081022 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 712 |