SAP ABAP Interface IF_CONSTRAINT (Constraint)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CONSTRAINT_API (Package) API to ABAP Unit Constraints
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_SRL_TEST_EXC_CONSTRAINT | Constraint for testing ADT SRL exception classes | 20090901 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUST_1ST_CONSTRAINT | 1st Attempt of an Constraint | 20080123 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GDV_CONSTRAINT | ABAP Unit Generic Data Constraint | 20110215 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GDV_XML_CONSTRAINT | ABAP Unit XML Constraint | 20110215 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_IS_VALID_NODE_INFO | node info checker for aunit | 20090427 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SEDI_ADT_ETAG_CONSTRAINTS | Checks ETAG constraints for ATOM links | 20110228 |
Properties
| Interface | IF_CONSTRAINT | |
| Short Description | Constraint |
General Data
| Package | SABP_UNIT_CONSTRAINT_API | API to ABAP Unit Constraints |
| Created | 20080123 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_CONSTRAINT has no interface.
Friends
Interface IF_CONSTRAINT has no friend.
Attributes
Interface IF_CONSTRAINT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets Description of Constraint | 20080123 | |
| 2 | Instance method | Public | Method | Evalutes whether the Data Object Satisfies the Constraint | 20080124 |
Events
Interface IF_CONSTRAINT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_CONSTRAINTS | Public | See coding | List of Constraints | 20080125 | ty_t_constraints
type standard table of ref to if_Constraint with default key
|
Method Signatures
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | Beschreibung der Bedingung | 20080123 |
Method GET_DESCRIPTION on Interface IF_CONSTRAINT has no exception.
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_OBJECT | Call by reference | Type reference (TYPE) | DATA | Datenobjekt das gegen die Bedingung zu verproben ist | 20080124 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE falls Bedingung zutrifft, ABAP_FALSE sonst | 20080124 |
Method IS_VALID on Interface IF_CONSTRAINT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |