SAP ABAP Class CL_SADL_LOAD_CHECKER (Performs checks for SADL load generation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
     SADL_COMPILER (Package) SADL Compiler
Properties
Class CL_SADL_LOAD_CHECKER  
Short Description Performs checks for SADL load generation    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADL_COMPILER   SADL Compiler 
Created 20131118   SAP 
Last change 20141121    
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)
2 IF_BSA_METADATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_BSA_SADL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SADL_BSA_METADATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_SADL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SADL_LOAD_CHECKER has no interface implemented.
Friends
Class CL_SADL_LOAD_CHECKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_SADL_LOAD_CHECKER 20131118
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_POSTCONDITIONS Instance method Public Method 20131118
2 CHECK_PRECONDITIONS Instance method Public Method 20131118
3 CHECK_QUERY_CONDITIONS Instance method Public Method 20131118
4 GET_INSTANCE Static method Public Method 20131118
5 TRG_ACT_NOT_ALLOWED Instance method Protected Method 20131121
6 TRG_ASS_TARGET_STRUC_EXIST Instance method Protected Method 20131120
Events
Class CL_SADL_LOAD_CHECKER has no event.
Types
Class CL_SADL_LOAD_CHECKER has no local type.
Method Signatures

Method CHECK_POSTCONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20131118
2 Importing IO_MP Call by reference Object reference (TYPE REF TO) CL_BSA_SADL_MP 20131118
3 Importing IS_BINDING_INFORMATION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION 20131118
4 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20131118
5 Importing IT_METADATA_NODES Call by reference Type reference (TYPE) IF_SADL_BSA_METADATA=>TT_METADATA_NODE 20131118
# Exception Resumable Description Created on
1 CX_BSA_COMPILE_TIME 20131118
2 CX_SADL_STATIC 20131120

Method CHECK_PRECONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20131118
2 Importing IS_BINDING_INFORMATION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION 20131118
3 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20131118
4 Importing IV_TRG_ACT_NOT_ALLOWED Call by reference Type reference (TYPE) ABAP_BOOL 20131121

Method CHECK_PRECONDITIONS on class CL_SADL_LOAD_CHECKER has no exception.

Method CHECK_QUERY_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20131118
2 Importing IS_BINDING_INFORMATION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION 20131118
3 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20131118
4 Importing IV_TRG_BO_AND_NODE Call by reference Type reference (TYPE) ABAP_BOOL 20131118
5 Importing IV_TRG_EXACTLY_ONE_QUERY Call by reference Type reference (TYPE) ABAP_BOOL 20131118
6 Importing IV_TRG_IP_ATTRIBUTE Call by reference Type reference (TYPE) ABAP_BOOL 20131118
7 Importing IV_TRG_IP_ATTR_BIND_INVALID Call by reference Type reference (TYPE) ABAP_BOOL 20131118
8 Importing IV_TRG_IP_INTERNAL_IP Call by reference Type reference (TYPE) ABAP_BOOL 20131118
9 Importing IV_TRG_IP_INTERNAL_IP_DEF Call by reference Type reference (TYPE) ABAP_BOOL 20131118
10 Importing IV_TRG_IP_SEARCH_TEXT_ATTR Call by reference Type reference (TYPE) ABAP_BOOL 20131118
11 Importing IV_TRG_IP_SEARCH_TEXT_IPS Call by reference Type reference (TYPE) ABAP_BOOL 20131118
12 Importing IV_TRG_IP_SEARCH_TEXT_ONCE Call by reference Type reference (TYPE) ABAP_BOOL 20131118
13 Importing IV_TRG_IP_TYPE Call by reference Type reference (TYPE) ABAP_BOOL 20131118
14 Importing IV_TRG_MORE_ATTR_ASSIGNED Call by reference Type reference (TYPE) ABAP_BOOL 20131118
15 Importing IV_TRG_NOTHING_ASSIGNED_IP Call by reference Type reference (TYPE) ABAP_BOOL 20131118
16 Importing IV_TRG_OP_ATTR_DEF Call by reference Type reference (TYPE) ABAP_BOOL 20131118
17 Importing IV_TRG_OP_ATTR_PROPERTIES Call by reference Type reference (TYPE) ABAP_BOOL 20131118
18 Importing IV_TRG_QUERY_IN_STRUC Call by reference Type reference (TYPE) ABAP_BOOL 20131118
19 Importing IV_TRG_QUERY_NAME Call by reference Type reference (TYPE) ABAP_BOOL 20131118
20 Importing IV_TRG_QUERY_TYPE Call by reference Type reference (TYPE) ABAP_BOOL 20131118
# Exception Resumable Description Created on
1 CX_BSA_COMPILE_TIME 20131118

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CHECKER Value transfer Object reference (TYPE REF TO) CL_SADL_LOAD_CHECKER 20131118

Method GET_INSTANCE on class CL_SADL_LOAD_CHECKER has no exception.

Method TRG_ACT_NOT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SADL_ERRORS Call by reference Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20131121
2 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20131121

Method TRG_ACT_NOT_ALLOWED on class CL_SADL_LOAD_CHECKER has no exception.

Method TRG_ASS_TARGET_STRUC_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SADL_DEFINITION Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_SADL_DEFINITION 20131120
2 Returning RT_SADL_ERRORS Value transfer Type reference (TYPE) IF_SADL_TYPES=>TT_SADL_ERRORS 20131120

Method TRG_ASS_TARGET_STRUC_EXIST on class CL_SADL_LOAD_CHECKER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740