SAP ABAP Class CX_BSA_SADL_COMPILATION (SADL Compiler Error)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
     SADL_PARSER (Package) SADL Parser
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_NO_CHECK Exception with no Check of the RAISING Clause 20090318
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_ASSOCIATION SADL compiler errors in query syntax 20120827
2 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_CALLBACK Callback related error 20090902
3 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_FUNCTIONS Problem in function usage 20090902
4 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_INVALID_DEFINITION Definition invalid, e.g. names not unique 20090318
5 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_MERGER_ERROR Error in merging SADL fragments 20090324
6 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_NAMESPACES Error regarding SADL namespaces 20090901
7 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_NAMING Naming problems in SADL documetn 20090901
8 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_QUERY SADL compiler errors in query syntax 20120912
9 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_REF_INTEGRITY Reference integrity violation 20090901
10 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_SYNTAX_ERROR Syntax error in binding expression 20090319
... Click here to see Used By full list (14 items)
Properties
Class CX_BSA_SADL_COMPILATION  
Short Description SADL Compiler Error    
Super Class CX_NO_CHECK Exception with no Check of the RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SADL_PARSER   SADL Parser 
Created 20090318   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_BSA_SADL_COMPILATION has no forward declaration.
Interfaces
Class CX_BSA_SADL_COMPILATION has no interface implemented.
Friends
Class CX_BSA_SADL_COMPILATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTUAL Instance attribute Public Type reference (TYPE) STRING 20090318
2 CX_CONSUMPTION_SERVICE Constant Public Type reference (TYPE) SOTR_CONC '005056AC04EA1EE2B284236EAA480ED4' 20130207
3 EXPECTED Instance attribute Public Type reference (TYPE) STRING 20090318
4 FIRST Instance attribute Public Type reference (TYPE) STRING 20090318
5 ID Instance attribute Public Type reference (TYPE) STRING 20090318
6 ID_2 Instance attribute Public Type reference (TYPE) STRING 20090324
7 LOCALIZATION_ATTRIBUTE Instance attribute Public Type reference (TYPE) STRING 20090318
8 LOCALIZATION_ATTRIBUTE_2 Instance attribute Public Type reference (TYPE) STRING 20090324
9 LOCALIZATION_TAG Instance attribute Public Type reference (TYPE) STRING 20090318
10 LOCALIZATION_TAG_2 Instance attribute Public Type reference (TYPE) STRING 20090324
11 LOCATION_OFFSET Instance attribute Public Type reference (TYPE) I 20090318
12 LOCATION_OFFSET_2 Instance attribute Public Type reference (TYPE) I 20090324
13 OFFSET Instance attribute Public Type reference (TYPE) I 20090318
14 ORIG_ID Instance attribute Public Type reference (TYPE) STRING 20090324
15 PARAM Instance attribute Public Type reference (TYPE) I 20090318
16 PARAMETER Instance attribute Public Type reference (TYPE) I 20090319
17 SECOND Instance attribute Public Type reference (TYPE) STRING 20090318
18 SEVERITY Instance attribute Public Type reference (TYPE) C 20101230
19 STEP Instance attribute Public Type reference (TYPE) I 20090318
20 STEP_2 Instance attribute Public Type reference (TYPE) I 20090324
21 UUID Instance attribute Public Type reference (TYPE) IF_SADL_TYPES=>TY_UUID 20090318
22 UUID_2 Instance attribute Public Type reference (TYPE) IF_SADL_TYPES=>TY_UUID 20090324
23 VALUE Instance attribute Public Type reference (TYPE) STRING 20090318
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090318
2 GET_EXCEPTION_HEADER Instance method Public Method Returns a header for this exception class. 20090407
3 SET_TEXTID Instance method Public Method Reset textid 20090318
Events
Class CX_BSA_SADL_COMPILATION has no event.
Types
Class CX_BSA_SADL_COMPILATION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTUAL Call by reference Type reference (TYPE) STRING 20090318
2 Importing EXPECTED Call by reference Type reference (TYPE) STRING 20090318
3 Importing FIRST Call by reference Type reference (TYPE) STRING 20090318
4 Importing ID Call by reference Type reference (TYPE) STRING 20090318
5 Importing ID_2 Call by reference Type reference (TYPE) STRING 20090324
6 Importing LOCALIZATION_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090318
7 Importing LOCALIZATION_ATTRIBUTE_2 Call by reference Type reference (TYPE) STRING 20090324
8 Importing LOCALIZATION_TAG Call by reference Type reference (TYPE) STRING 20090318
9 Importing LOCALIZATION_TAG_2 Call by reference Type reference (TYPE) STRING 20090324
10 Importing LOCATION_OFFSET Call by reference Type reference (TYPE) I 20090318
11 Importing LOCATION_OFFSET_2 Call by reference Type reference (TYPE) I 20090324
12 Importing OFFSET Call by reference Type reference (TYPE) I 20090318
13 Importing ORIG_ID Call by reference Type reference (TYPE) STRING 20090324
14 Importing PARAM Call by reference Type reference (TYPE) I 20090318
15 Importing PARAMETER Call by reference Type reference (TYPE) I 20090319
16 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20090318
17 Importing SECOND Call by reference Type reference (TYPE) STRING 20090318
18 Importing SEVERITY Call by reference Type reference (TYPE) C 20101230
19 Importing STEP Call by reference Type reference (TYPE) I 20090318
20 Importing STEP_2 Call by reference Type reference (TYPE) I 20090324
21 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20090318
22 Importing UUID Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_UUID 20090318
23 Importing UUID_2 Call by reference Type reference (TYPE) IF_SADL_TYPES=>TY_UUID 20090324
24 Importing VALUE Call by reference Type reference (TYPE) STRING 20090318

Method CONSTRUCTOR on class CX_BSA_SADL_COMPILATION has no exception.

Method GET_EXCEPTION_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEADER Value transfer Type reference (TYPE) STRING The header 20090407

Method GET_EXCEPTION_HEADER on class CX_BSA_SADL_COMPILATION has no exception.

Method SET_TEXTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXTID Call by reference Type reference (TYPE) SOTR_CONC Key for Logical Object in the OTR 20090318

Method SET_TEXTID on class CX_BSA_SADL_COMPILATION has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_ASSOCIATION SADL compiler errors in query syntax 20120827
2 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_CALLBACK Callback related error 20090902
3 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_FUNCTIONS Problem in function usage 20090902
4 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_INVALID_DEFINITION Definition invalid, e.g. names not unique 20090318
5 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_MERGER_ERROR Error in merging SADL fragments 20090324
6 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_NAMESPACES Error regarding SADL namespaces 20090901
7 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_NAMING Naming problems in SADL documetn 20090901
8 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_QUERY SADL compiler errors in query syntax 20120912
9 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_REF_INTEGRITY Reference integrity violation 20090901
10 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_SYNTAX_ERROR Syntax error in binding expression 20090319
11 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_TYPE Type problem or invalid value 20090902
12 Inheritance (c INHERITING FROM c_ref)  CX_BSA_SADL_TYPE_CHECK Type checks for predefined ABAP structures 20090402
13 Inheritance (c INHERITING FROM c_ref)  CX_SADL_COMPILER_ENTITY SADL Entity Related Exceptions 20120618
14 Inheritance (c INHERITING FROM c_ref)  CX_SADL_JOIN Errors in SADL Join syntax element 20130724
History
Last changed by/on SAP  20131127 
SAP Release Created in 720