SAP ABAP Class CX_CIAP_DYNAMIC_CHECK (Base class for CIAP exceptions derived from CX_DYNAMIC_CHECK)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     INT_TMF_CIAP (Package) TMF Integration Features: CIAP
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20131118
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20131118
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NF_NOT_FOUND Nota fiscal object not found. 20131118
2 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_STATE_NOT_FOUND State not found. 20131118
3 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_SETTLEMENT_NOT_FOUND Asset Settlement Rule not found 20131118
4 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_QUOTA_ALREADY_CREDITED A quota was unexpectedly already credited. 20131118
5 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_OWN_LOGICAL_SYSTEM_GET Exception class for fails calling OWN_LOGICAL_SYSTEM_GET. 20131118
6 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NO_REC_FOUND_FOR_WBSIO No Records found for WBS / IO 20131118
7 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NO_PLANT_FOR_COMP_CODE No plant found for Company Code 20131118
8 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NOT_VALUE_TO_CREDIT Value to credit not found 20131118
9 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NOTA_FISCAL_NOT_FOUND Nota Fiscal not found for record 20131118
10 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_AC_DOCUMENT_POST Exception class for fails calling AC_DOCUMENT_POST. 20131118
... Click here to see Used By full list (17 items)
Properties
Class CX_CIAP_DYNAMIC_CHECK  
Short Description Base class for CIAP exceptions derived from CX_DYNAMIC_CHECK    
Super Class CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package INT_TMF_CIAP   TMF Integration Features: CIAP 
Created 20131015   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_CIAP_DYNAMIC_CHECK has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_T100_MESSAGE Interface for Accessing T100 Texts 20131118
Friends
Class CX_CIAP_DYNAMIC_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_EXTNUMBER Instance attribute Protected Type reference (TYPE) BALNREXT Reference to some document/whatever related to the error 20131118
2 MV_MSGV1 Instance attribute Protected Type reference (TYPE) SYMSGV Exception message, part 1. 20131118
3 MV_MSGV2 Instance attribute Protected Type reference (TYPE) SYMSGV Exception message, part 2. 20131118
4 MV_MSGV3 Instance attribute Protected Type reference (TYPE) SYMSGV Exception message, part 3. 20131118
5 MV_MSGV4 Instance attribute Protected Type reference (TYPE) SYMSGV Exception message, part 4. 20131118
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20131118
2 GET_EXTNUMBER Instance method Public Method Gets the reference to a doc/whatever related to the error 20131118
3 GET_MSGV1 Instance method Public Method Gets the first part of the error message 20131118
4 GET_MSGV2 Instance method Public Method Gets the second part of the error message 20131118
5 GET_MSGV3 Instance method Public Method Gets the third part of the error message 20131118
6 GET_MSGV4 Instance method Public Method Gets the fourth part of the error message 20131118
7 SET_EXTNUMBER Instance method Public Method Sets the reference to a doc/whatever related to the error 20131118
8 SET_MSGV1 Instance method Public Method Sets the first part of the error message 20131118
9 SET_MSGV2 Instance method Public Method Sets the second part of the error message 20131118
10 SET_MSGV3 Instance method Public Method Sets the third part of the error message 20131118
11 SET_MSGV4 Instance method Public Method Sets the fourth part of the error message 20131118
Events
Class CX_CIAP_DYNAMIC_CHECK has no event.
Types
Class CX_CIAP_DYNAMIC_CHECK 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 MV_EXTNUMBER Call by reference Type reference (TYPE) BALNREXT 20131118
2 Importing MV_MSGV1 Call by reference Type reference (TYPE) SYMSGV 20131118
3 Importing MV_MSGV2 Call by reference Type reference (TYPE) SYMSGV 20131118
4 Importing MV_MSGV3 Call by reference Type reference (TYPE) SYMSGV 20131118
5 Importing MV_MSGV4 Call by reference Type reference (TYPE) SYMSGV 20131118
6 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20131118
7 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20131118

Method CONSTRUCTOR on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method GET_EXTNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXTNUMBER Value transfer Type reference (TYPE) BALNREXT Application Log: External ID 20131118

Method GET_EXTNUMBER on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method GET_MSGV1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MSGV1 Value transfer Type reference (TYPE) SYMSGV Message Variable 20131118

Method GET_MSGV1 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method GET_MSGV2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MSGV2 Value transfer Type reference (TYPE) SYMSGV Message Variable 20131118

Method GET_MSGV2 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method GET_MSGV3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MSGV3 Value transfer Type reference (TYPE) SYMSGV Message Variable 20131118

Method GET_MSGV3 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method GET_MSGV4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MSGV4 Value transfer Type reference (TYPE) SYMSGV Message Variable 20131118

Method GET_MSGV4 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method SET_EXTNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTNUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20131118

Method SET_EXTNUMBER on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method SET_MSGV1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message Variable 20131118

Method SET_MSGV1 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method SET_MSGV2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message Variable 20131118

Method SET_MSGV2 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method SET_MSGV3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message Variable 20131118

Method SET_MSGV3 on class CX_CIAP_DYNAMIC_CHECK has no exception.

Method SET_MSGV4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message Variable 20131118

Method SET_MSGV4 on class CX_CIAP_DYNAMIC_CHECK 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_CIAP_NF_NOT_FOUND Nota fiscal object not found. 20131118
2 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_STATE_NOT_FOUND State not found. 20131118
3 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_SETTLEMENT_NOT_FOUND Asset Settlement Rule not found 20131118
4 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_QUOTA_ALREADY_CREDITED A quota was unexpectedly already credited. 20131118
5 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_OWN_LOGICAL_SYSTEM_GET Exception class for fails calling OWN_LOGICAL_SYSTEM_GET. 20131118
6 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NO_REC_FOUND_FOR_WBSIO No Records found for WBS / IO 20131118
7 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NO_PLANT_FOR_COMP_CODE No plant found for Company Code 20131118
8 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NOT_VALUE_TO_CREDIT Value to credit not found 20131118
9 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_NOTA_FISCAL_NOT_FOUND Nota Fiscal not found for record 20131118
10 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_AC_DOCUMENT_POST Exception class for fails calling AC_DOCUMENT_POST. 20131118
11 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_FI_ACCBELNR_GET Exception class for fails calling FI_ACCBELNR_GET. 20131118
12 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_CTE_TOTAL_VALUE Exception class for invalid CT-e total value. 20131118
13 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_CREDIT_FACTOR_INSERT Exception class for fails calling INSERT_CREDIT_FACTOR 20131118
14 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_CREATE_UUID Error creating an UUID. 20131118
15 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_COMPANY_CODE_NOT_FOUND Company Code not found 20131118
16 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_ARGUMENT Exception class for bad arguments received. 20131118
17 Inheritance (c INHERITING FROM c_ref)  CX_CIAP_ALL_QUOTAS_CREDITED Tried to credit a quota but all quotas are already credited. 20131118
History
Last changed by/on SAP  20140121 
SAP Release Created in