SAP ABAP Class CL_SLIN_CHECKER_SET (Checker for Sequence of SLIN Checks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SLIN_CHECKER Abstract Superclass for All Slin Checks 20050604
Properties
Class CL_SLIN_CHECKER_SET  
Short Description Checker for Sequence of SLIN Checks    
Super Class CL_SLIN_CHECKER Abstract Superclass for All Slin Checks 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20050604   SAP 
Last change 20140121   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 CL_SLIN_CHECKER_SET has no interface implemented.
Friends
Class CL_SLIN_CHECKER_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECK_GROUPS Instance attribute Private See coding 20080308
2 TEST_SET Instance attribute Public See coding 20090525
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHECKER Instance method Public Method New Test Service to Be Added 20050604
2 GET_INSTANCE Static method Public Method Create Empty Sequence 20050604
3 GO Instance method Public Method 20080308
4 HAS_TEST Instance method Public Method 20090525
5 HAS_TEST_GROUP Instance method Public Method 20130527
Events
Class CL_SLIN_CHECKER_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TESTCHCKITEM Private See coding 20050604 begin of TestChckItem, tid type SLIN_CHCK_KEY, seq type sorted table of TestItem with unique key checkerKey-plug, end of TestChckItem
2 TESTITEM Private See coding 20050604 begin of TestItem, checkerKey type SLINI_CHECKER_ID, plug type ref to CL_SLIN_CHECKER, end of TestItem
Method Signatures

Method ADD_CHECKER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POOLITEM Call by reference Type reference (TYPE) SLINI_CHECK_ITEM 20050604

Method ADD_CHECKER on class CL_SLIN_CHECKER_SET has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_TODO Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20080309
2 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_CHECKER_SET Checker für Sequence von Checks 20080321

Method GET_INSTANCE on class CL_SLIN_CHECKER_SET has no exception.

Method GO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENV Call by reference Object reference (TYPE REF TO) CL_SLIN_PLUGIN_CONTEXT Arbeitskontext für Slin-Tests 20080308

Method GO on class CL_SLIN_CHECKER_SET has no exception.

Method HAS_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CODE_NR Call by reference Type reference (TYPE) SLIN_DESC_KEY 20090525
2 Importing ID Call by reference Type reference (TYPE) SLIN_CHCK_KEY 20090525
3 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL 20090525

Method HAS_TEST on class CL_SLIN_CHECKER_SET has no exception.

Method HAS_TEST_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) SLIN_CHCK_KEY 20130527
2 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL 20130527

Method HAS_TEST_GROUP on class CL_SLIN_CHECKER_SET has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710