SAP ABAP Class IF_CONSTRAINT (Constraint)
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
Class IF_CONSTRAINT  
Short Description Constraint    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080123   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_CONSTRAINT has no interface implemented.
Friends
Class IF_CONSTRAINT has no friend class.
Attributes
Class IF_CONSTRAINT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DESCRIPTION Instance method Public Method Gets Description of Constraint 20080123
2 IS_VALID Instance method Public Method Evalutes whether the Data Object Satisfies the Constraint 20080124
Events
Class 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 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Beschreibung der Bedingung 20080123

Method GET_DESCRIPTION on class IF_CONSTRAINT has no exception.

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_OBJECT Call by reference Type reference (TYPE) DATA Datenobjekt das gegen die Bedingung zu verproben ist 20080124
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE falls Bedingung zutrifft, ABAP_FALSE sonst 20080124

Method IS_VALID on class IF_CONSTRAINT has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in