SAP ABAP Class IF_FICO_CHECK_CUSTOMIZING (Read Access for Check Customizing)
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
| Class | IF_FICO_CHECK_CUSTOMIZING | |
| Short Description | Read Access for Check Customizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080305 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FICO_CHECK_CUSTOMIZING has no interface implemented.
Friends
Class IF_FICO_CHECK_CUSTOMIZING has no friend class.
Attributes
Class 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
Class 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 class IF_FICO_CHECK_CUSTOMIZING has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |