SAP ABAP Interface IF_FICO_CHECK_CUSTOMIZING (Read Access for Check Customizing)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FIM-FCO (Application Component) Financial Conditions
⤷
FICO_CHECKS (Package) Checks
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FICO_CHECK_CUSTOMIZING | Determine Relevant Checks | 20080317 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FICO_TESTAP_CHECK_PROVIDER | Object Class, Supplier of Check Objects | 20080422 |
Properties
| Interface | IF_FICO_CHECK_CUSTOMIZING | |
| Short Description | Read Access for Check Customizing |
General Data
| Package | FICO_CHECKS | Checks |
| Created | 20080305 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FICO_CHECK_CUSTOMIZING | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FICO_CHECK_CUSTOMIZING has no interface.
Friends
Interface IF_FICO_CHECK_CUSTOMIZING has no friend.
Attributes
Interface IF_FICO_CHECK_CUSTOMIZING has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets Tables with Criteria and Check Objects | 20080305 |
Events
Interface IF_FICO_CHECK_CUSTOMIZING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STR_FICO_CHECKS | Public | See coding | 20090701 | BEGIN OF str_fico_checks.
INCLUDE TYPE ficob_check.
TYPES: o_condcatg TYPE fico_ocondcatg.
TYPES: END OF str_fico_checks
|
||
| 2 | TAS_FICO_CHECKS | Public | See coding | 20090701 | tas_fico_checks TYPE SORTED TABLE OF if_fico_check_customizing=>str_fico_checks
WITH UNIQUE KEY o_catg
o_checkcatg
o_incr_vals
n_seq_no
o_class_name
o_condcatg
WITH NON-UNIQUE SORTED KEY checkcatg_name COMPONENTS o_checkcatg o_class_name
WITH NON-UNIQUE SORTED KEY catg_condcatg
COMPONENTS o_catg
o_condcatg
o_incr_vals
n_seq_no
o_class_name
WITH NON-UNIQUE SORTED KEY condcatg
COMPONENTS o_condcatg
o_catg
o_incr_vals
n_seq_no
o_class_name
|
Method Signatures
Method GET_CHECK_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHECK_TABLE | Call by reference | Type reference (TYPE) | IF_FICO_CHECK_CUSTOMIZING=>TAS_FICO_CHECKS | 20080305 | ||||
| 2 | IV_APPL | Call by reference | Type reference (TYPE) | FICO_OAPPL | Anwendung | 20080317 | |||
| 3 | IV_CATG | Call by reference | Type reference (TYPE) | FICO_OCATG | Konditions-, Betrag- oder Termintyp | 20090703 | |||
| 4 | IV_CHECKCATG | Call by reference | Type reference (TYPE) | FICO_OCHECKCATG | Typ der FICO-Prüfung | 20090609 | |||
| 5 | IV_CONDCATG | Call by reference | Type reference (TYPE) | FICO_OCONDCATG | Konditionstyp | 20090703 |
Method GET_CHECK_TABLE on Interface IF_FICO_CHECK_CUSTOMIZING has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |