SAP ABAP Interface IF_OS_CA_PERSISTENCY (Class-Specific Persistence Interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-OBS (Application Component) Object Services
     SOS_PERSISTENCE (Package) Object Services Persistence
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SCALAR_VALUE_POC Base Agent Domain Model: General Value Container 19991018
2 Interface implementation (CLASS c. INTERFACES i_ref)  CB_INITIALIZE_COMMAND_POC Base Agent Domain Model: Command for Saving 20000614
3 Interface implementation (CLASS c. INTERFACES i_ref)  CB_LOCK_COMMAND_POC Base Agent Domain Model: Lock Command for a Step 20010808
4 Interface implementation (CLASS c. INTERFACES i_ref)  CB_LONGTEXT_VALUE_POC Base Agent Domain Model: General Value Container 19991019
5 Interface implementation (CLASS c. INTERFACES i_ref)  CB_MESSAGE_REQUEST_POC Base Agent Domain Model: Step 19991025
6 Interface implementation (CLASS c. INTERFACES i_ref)  CB_MESSAGE_SHOW_COMMAND_POC Base Agent Domain Model: Command for a Step 19991021
7 Interface implementation (CLASS c. INTERFACES i_ref)  CB_OUTPUT_REQUEST_POC Base Agent Domain Model: Step 20000105
8 Interface implementation (CLASS c. INTERFACES i_ref)  CB_PARTITION_POC Base Agent Domain Model: Partition 19991020
9 Interface implementation (CLASS c. INTERFACES i_ref)  CB_POSITION_SHOW_COMMAND_POC Base Agent Domain Model: Command for a Step 19991021
10 Interface implementation (CLASS c. INTERFACES i_ref)  CB_PROCESS_STEP_POC Base Agent Domain Model: Step 19991021
... Click here to see Used By full list (52 items)
Properties
Interface IF_OS_CA_PERSISTENCY  
Short Description Class-Specific Persistence Interface    
General Data
Package SOS_PERSISTENCE   Object Services Persistence 
Created 19981202   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_OS_QUERY_OPTIONS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 OSCON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 OSTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_OS_CA_PERSISTENCY has no interface.
Friends
Interface IF_OS_CA_PERSISTENCY has no friend.
Attributes
Interface IF_OS_CA_PERSISTENCY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PERSISTENT_BY_KEY Instance method Public Method Reads an Object Using its BWL Key 19981203
2 GET_PERSISTENT_BY_KEY_TAB Instance method Public Method Reads Several Objects Using Their BWL Keys 20040109
3 GET_PERSISTENT_BY_OID Instance method Public Method Reads an Object Using its GUID 19981203
4 GET_PERSISTENT_BY_OID_TAB Instance method Public Method Reads Several Objects Using Their OID (GUID) 20040109
5 GET_PERSISTENT_BY_QUERY Instance method Public Method Reads Several Objects by Query 20040427
Events
Interface IF_OS_CA_PERSISTENCY has no event.
Types
Interface IF_OS_CA_PERSISTENCY has no local type.
Method Signatures

Method GET_PERSISTENT_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) ANY BWL-Schlüssel 19990219
2 Returning RESULT Value transfer Object reference (TYPE REF TO) OBJECT Objekt 19981221
# Exception Resumable Description Created on
1 CX_OS_CLASS_NOT_FOUND Object Services: Klassenakteur nicht gefunden 20010111
2 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20010111

Method GET_PERSISTENT_BY_KEY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY_TAB Call by reference Type reference (TYPE) INDEX TABLE BWL-Schlüssel 20040109
2 Returning RESULT Value transfer Type reference (TYPE) OSREFTAB Objektliste 20040109
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20040109

Method GET_PERSISTENT_BY_OID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OID Call by reference Type reference (TYPE) OS_GUID Objektid 19990219
2 Returning RESULT Value transfer Object reference (TYPE REF TO) OBJECT Objekt 19981221
# Exception Resumable Description Created on
1 CX_OS_CLASS_NOT_FOUND Object Services: Klassenakteur nicht gefunden 20010111
2 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20010111

Method GET_PERSISTENT_BY_OID_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OID_TAB Call by reference Type reference (TYPE) INDEX TABLE ObjektIds 20040109
2 Returning RESULT Value transfer Type reference (TYPE) OSREFTAB Objektliste 20040109
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20040109

Method GET_PERSISTENT_BY_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPTIONS Call by reference Type reference (TYPE) IF_OS_QUERY_OPTIONS=>OPTIONS IF_OS_QUERY_OPTIONS=>DEFAULT_OPTIONS Optionen 20090127
2 Importing I_PAR1 Call by reference Type reference (TYPE) ANY Erster Parameter für Query-Ausfürhrung 20040427
3 Importing I_PAR2 Call by reference Type reference (TYPE) ANY Zweiter Parameter für Query-Ausfürhrung 20040427
4 Importing I_PAR3 Call by reference Type reference (TYPE) ANY Dritter Parameter für Query-Ausfürhrung 20040427
5 Importing I_PARAMETER_TAB Call by reference Type reference (TYPE) OSDREFTAB Parameter-Tabelle für Query-Ausfürhrung 20040427
6 Importing I_QUERY Call by reference Object reference (TYPE REF TO) IF_OS_QUERY Query 20040427
7 Importing I_SUBCLASSES Call by reference Type reference (TYPE) OS_BOOLEAN OSCON_FALSE Laden von Unterklassen-Instanzen 20040427
8 Importing I_UPTO Call by reference Type reference (TYPE) I 0 max. Anzahl von Instanzen 20040427
9 Returning RESULT Value transfer Type reference (TYPE) OSREFTAB geladene Instanzen 20040427
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services: Objekt nicht gefunden 20040427
2 CX_OS_QUERY_ERROR Object Services: Query-Fehler 20040427
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SCALAR_VALUE_POC Base Agent Domain Model: General Value Container 19991018
2 Interface implementation (CLASS c. INTERFACES i_ref)  CB_INITIALIZE_COMMAND_POC Base Agent Domain Model: Command for Saving 20000614
3 Interface implementation (CLASS c. INTERFACES i_ref)  CB_LOCK_COMMAND_POC Base Agent Domain Model: Lock Command for a Step 20010808
4 Interface implementation (CLASS c. INTERFACES i_ref)  CB_LONGTEXT_VALUE_POC Base Agent Domain Model: General Value Container 19991019
5 Interface implementation (CLASS c. INTERFACES i_ref)  CB_MESSAGE_REQUEST_POC Base Agent Domain Model: Step 19991025
6 Interface implementation (CLASS c. INTERFACES i_ref)  CB_MESSAGE_SHOW_COMMAND_POC Base Agent Domain Model: Command for a Step 19991021
7 Interface implementation (CLASS c. INTERFACES i_ref)  CB_OUTPUT_REQUEST_POC Base Agent Domain Model: Step 20000105
8 Interface implementation (CLASS c. INTERFACES i_ref)  CB_PARTITION_POC Base Agent Domain Model: Partition 19991020
9 Interface implementation (CLASS c. INTERFACES i_ref)  CB_POSITION_SHOW_COMMAND_POC Base Agent Domain Model: Command for a Step 19991021
10 Interface implementation (CLASS c. INTERFACES i_ref)  CB_PROCESS_STEP_POC Base Agent Domain Model: Step 19991021
11 Interface implementation (CLASS c. INTERFACES i_ref)  CB_REPEATABLE_PROCESS_STEP_POC Base Agent Domain Model: Step 19991022
12 Interface implementation (CLASS c. INTERFACES i_ref)  CB_REPORT_COMMAND_POC Base Agent Domain Model: Report Intermediate Status 19991020
13 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SAVE_COMMAND_POC Base Agent Domain Model: Command for Saving 19991125
14 Interface implementation (CLASS c. INTERFACES i_ref)  CB_FUNCTION_POC Base Agent Domain Model: Calling a Function Module 19991021
15 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SHOW_COMMAND_POC Base Agent Domain Model:Command f. Switching to Display Mode 19991020
16 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SIGNATURE_HANDLER_POC Base Agent Domain Model: Signature Handler 19991026
17 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SIGNATURE_SHOW_COMMAND_POC Base Agent Domain Model: Domain Model: Command f. Signatures 20000125
18 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SIMPLE_SIGNATURE_POC Base Agent Domain Model: Signature 20000113
19 Interface implementation (CLASS c. INTERFACES i_ref)  CB_STEP_SIGNATURE_POC Base Agent Domain Model: Signature 19991026
20 Interface implementation (CLASS c. INTERFACES i_ref)  CB_STRUCTURED_VALUE_POC Base Agent Domain Model: General Value Container 19991019
21 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SUM_AGGREGATION_POC Base Agent Domain Model: Table Aggregate Total 19991025
22 Interface implementation (CLASS c. INTERFACES i_ref)  CB_SYMBOLTABLE_POC Base Agent Domain Model: Table with Variables 19991102
23 Interface implementation (CLASS c. INTERFACES i_ref)  CB_TABLE_VALUE_POC Base Agent Domain Model: General Value Container 19991019
24 Interface implementation (CLASS c. INTERFACES i_ref)  CB_UNLOCK_COMMAND_POC Base Agent Domain Model: Unlock Command 20010808
25 Interface implementation (CLASS c. INTERFACES i_ref)  CB_VALUESHIFT_POC Base Agent Domain Model: Multiple Equal to Operation 19991025
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OS_CA_COMMON Superclass of the Object Services Class Actors 20000425
27 Interface implementation (CLASS c. INTERFACES i_ref)  CB_COUNT_AGGREGATION_POC Base Agent Domain Model: Table Aggregate Total 19991025
28 Interface implementation (CLASS c. INTERFACES i_ref)  CB_ADD_LINE_COMMAND_POC Base Agent Domain Model: Add Command Table Line 19991202
29 Interface implementation (CLASS c. INTERFACES i_ref)  CB_APPLICATION_STEP_POC Base Agent Domain Model: Step 19991022
30 Interface implementation (CLASS c. INTERFACES i_ref)  CB_AUTOMATIC_DATE_POC Base Agent Domain Model: General Value Container 19991019
31 Interface implementation (CLASS c. INTERFACES i_ref)  CB_AUTOMATIC_TIME_POC Base Agent Domain Model: General Value Container 19991019
32 Interface implementation (CLASS c. INTERFACES i_ref)  CB_BATCH_CHECK_COMMAND_POC Base Agent Domain Model: Command for Batch Determination 19991018
33 Interface implementation (CLASS c. INTERFACES i_ref)  CB_BATCH_DETERMINE_COMMAND_POC Base Agent Domain Model: Command for Batch Determination 19991020
34 Interface implementation (CLASS c. INTERFACES i_ref)  CB_CHARACTERISTIC_POC Base Agent Domain Model: Characteristic Domain for Values 19991013
35 Interface implementation (CLASS c. INTERFACES i_ref)  CB_COMMENT_GET_COMMAND_POC Base Agent Domain Model: Command for Entering Comments 19991020
36 Interface implementation (CLASS c. INTERFACES i_ref)  CB_COMMENT_SET_COMMAND_POC Base Agent Domain Model: Command for Entering Comments 19991020
37 Interface implementation (CLASS c. INTERFACES i_ref)  CB_COMPLETE_COMMAND_POC Base Agent Domain Model: Complete Command for a Step 19991020
38 Interface implementation (CLASS c. INTERFACES i_ref)  CB_CONFIRMATION_REQUEST_POC Base Agent Domain Model: Step 19991025
39 Interface implementation (CLASS c. INTERFACES i_ref)  CB_CONTEXT_CHECK_POC Base Agent Domain Model: Operation for Context Check 19991025
40 Interface implementation (CLASS c. INTERFACES i_ref)  CB_ACTIVATE_COMMAND_POC Base Agent Domain Model: Activating Command 19991020
41 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DATAELEMENT_POC Base Agent Domain Model: Data Element for Cockpit 19991014
42 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DATA_ACCESS_POC Base Agent Domain Model: Calling Manufacturing Data Access 20011205
43 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DATA_REQUEST_POC Base Agent Domain Model: Step 19991025
44 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DEACTIVATE_COMMAND_POC Base Agent Domain Model: Deactivating Command for a Step 19991020
45 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DEVIATION_SHOW_COMMAND_POC Base Agent Domain Model: Domain Model: Command for Deviatiom 19991118
46 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DEVIATION_SIGNATURE_POC Base Agent Domain Model: Signature 19991026
47 Interface implementation (CLASS c. INTERFACES i_ref)  CB_DISCARD_COMMAND_POC Base Agent Domain Model: Command for Saving 20000105
48 Interface implementation (CLASS c. INTERFACES i_ref)  CB_EDIT_COMMAND_POC Base Agent Domain Model:Command f. Switching to Display Mode 19991021
49 Interface implementation (CLASS c. INTERFACES i_ref)  CB_EVT_SIGNATURE_POC Base Agent Domain Model: Signature 20011128
50 Interface implementation (CLASS c. INTERFACES i_ref)  CB_EXECUTION_REQUEST_POC Base Agent Domain Model: Step 19991022
51 Interface implementation (CLASS c. INTERFACES i_ref)  CB_EXECUTION_STRATEGY_POC Base Agent Domain Model: Execution Strategy 19991020
52 Interface implementation (CLASS c. INTERFACES i_ref)  CB_FORMULA_POC Base Agent Domain Model: Evaluation of a Formula 19991025
History
Last changed by/on SAP  20090618 
SAP Release Created in