SAP ABAP Class CX_FINB_PR_OBJ_ERROR (Error in Persistence Object)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB-SRV (Application Component) Services
     FINB_PERSISTENCE (Package) Persistence Manager
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_FINB_PR_ERROR Gen. Exception Class Persistence Tool 20030603
Properties
Class CX_FINB_PR_OBJ_ERROR  
Short Description Error in Persistence Object    
Super Class CX_FINB_PR_ERROR Gen. Exception Class Persistence Tool 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package FINB_PERSISTENCE   Persistence Manager 
Created 20030210   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_FINB_PR_OBJ_ERROR has no forward declaration.
Interfaces
Class CX_FINB_PR_OBJ_ERROR has no interface implemented.
Friends
Class CX_FINB_PR_OBJ_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_PERSIST_OBJ Instance attribute Public Object reference (TYPE REF TO) IF_FINB_PR_OBJ Persistence Object 20030210
2 CX_FINB_PR_OBJ_ERROR Constant Public Type reference (TYPE) SOTR_CONC '9FDC780A00E54145AFC6CEBB12A4BBF8' 20030210
3 EC_CONFIG_DDIC_INCONSISTENT Constant Public Attribute reference (LIKE) A_ERROR_CODE '34' Configuration Is Not Consistent to DDIC Object 20040413
4 EC_CONTAINER_ALREADY_SET Constant Public Attribute reference (LIKE) A_ERROR_CODE '51' Container Already Set 20030415
5 EC_CONTAINER_ERROR Constant Public Attribute reference (LIKE) A_ERROR_CODE '50' Container Does Not Match Peristence Object 20030402
6 EC_CURSOR_IS_ALREADY_OPEN Constant Public Attribute reference (LIKE) A_ERROR_CODE '24' Cursor Is already Opened 20030513
7 EC_CURSOR_IS_CLOSED Constant Public Attribute reference (LIKE) A_ERROR_CODE '25' Cursor Is Closed 20030513
8 EC_DDIC_NOT_ACTIVE Constant Public Attribute reference (LIKE) A_ERROR_CODE '33' Dictionary Object Inactive 20040413
9 EC_DUPLICATE_CHILD Constant Public Attribute reference (LIKE) A_ERROR_CODE '12' Lower-level node already added 20030307
10 EC_DUPLICATE_FIELD Constant Public Attribute reference (LIKE) A_ERROR_CODE '09' Table already contains a field with the same name 20030303
11 EC_FIELD_NOT_IN_TABLE Constant Public Attribute reference (LIKE) A_ERROR_CODE '31' Table Does Not Contain Field 20031002
12 EC_FIELD_NOT_REGISTERED Constant Public Attribute reference (LIKE) A_ERROR_CODE '13' Field not registered 20030311
13 EC_GENERATION_ERROR Constant Public Attribute reference (LIKE) A_ERROR_CODE '17' Generation Error 20030409
14 EC_GEN_OBJ_NOT_EXIST Constant Public Attribute reference (LIKE) A_ERROR_CODE '07' Generated Object Not Available 20030515
15 EC_INCONSISTENT_CONFIG Constant Public Attribute reference (LIKE) A_ERROR_CODE '35' Configuration is inconsistent 20040525
16 EC_INDEX_NOT_EXIST Constant Public Attribute reference (LIKE) A_ERROR_CODE '28' Index does not exist 20030603
17 EC_INVALID_DIMENSION Constant Public Attribute reference (LIKE) A_ERROR_CODE '30' Invalid Dimension of a Field 20030807
18 EC_INVALID_ENTRIES_COND Constant Public Attribute reference (LIKE) A_ERROR_CODE '21' Invalid "for all entries" Condition 20030506
19 EC_INVALID_FATHER Constant Public Attribute reference (LIKE) A_ERROR_CODE '11' Non-permitted parent object 20030306
20 EC_INVALID_INDEX_CHANGING Constant Public Attribute reference (LIKE) A_ERROR_CODE '32' Conversion DDIC Index <-> Not DDIC Index 20040224
21 EC_INVALID_JOIN_COND Constant Public Attribute reference (LIKE) A_ERROR_CODE '20' Invalid Join Condition 20030423
22 EC_INVALID_NAME Constant Public Attribute reference (LIKE) A_ERROR_CODE '05' Non-permitted object name 20030211
23 EC_INVALID_SEL_CLAUSE Constant Public Attribute reference (LIKE) A_ERROR_CODE '22' Invalid Select Clause 20030612
24 EC_INVALID_WHERE_COND Constant Public Attribute reference (LIKE) A_ERROR_CODE '19' Invalid WHERE Condition 20030612
25 EC_JOIN_COND_NOT_BUILD Constant Public Attribute reference (LIKE) A_ERROR_CODE '18' Join Condition Could Not Be Generated 20030417
26 EC_KF_CHAR_TOOL_ERROR Constant Public Attribute reference (LIKE) A_ERROR_CODE '27' Error in KF_CHAR Tool 20030519
27 EC_NOT_DOMAIN Constant Public Attribute reference (LIKE) A_ERROR_CODE '14' Domain cannot be determined 20030311
28 EC_NO_MATCHING_BAL_OBJ Constant Public Attribute reference (LIKE) A_ERROR_CODE '60' No Suitable Balance Object Exists 20050606
29 EC_OBJ_HAS_FATHER Constant Public Attribute reference (LIKE) A_ERROR_CODE '06' Object has already been assigned 20030220
30 EC_OBJ_HAS_NOT_FIELDS Constant Public Attribute reference (LIKE) A_ERROR_CODE '08' Object has no fields 20030221
31 EC_ORIGIN_OBJ_NOT_ACTIVE Constant Public Attribute reference (LIKE) A_ERROR_CODE '26' Original Objects Not Active 20030514
32 EC_PROXY_OBJ Constant Public Attribute reference (LIKE) A_ERROR_CODE '23' Restriction on Changes That Can Be Made To Proxy Object 20030509
33 EC_SIMILAR_INDEX_EXISTS Constant Public Attribute reference (LIKE) A_ERROR_CODE '29' Similar Index Already Exists 20030605
34 EC_TIME_CHAR_MISSING Constant Public Attribute reference (LIKE) A_ERROR_CODE '36' Time Characteristic of Balance Not Specified 20060323
35 EC_VALID_FROM_IS_INVALID Constant Public Attribute reference (LIKE) A_ERROR_CODE '10' Non-permitted "valid from" date 20030304
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030210
Events
Class CX_FINB_PR_OBJ_ERROR has no event.
Types
Class CX_FINB_PR_OBJ_ERROR 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 AO_MSG_HANDLER Call by reference Object reference (TYPE REF TO) IF_FINB_MSG_HANDLER 20030603
2 Importing AO_PERSIST_OBJ Call by reference Object reference (TYPE REF TO) IF_FINB_PR_OBJ 20030210
3 Importing A_ERROR_CODE Call by reference Type reference (TYPE) CHAR2 20030603
4 Importing A_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20030603
5 Importing A_MSG_STACK_PTR Call by reference Type reference (TYPE) INT4 20030603
6 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20030210
7 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20030210

Method CONSTRUCTOR on class CX_FINB_PR_OBJ_ERROR has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 200