SAP ABAP Class CB_CONFIRMATION_REQUEST_POC (Base Agent Domain Model: Step)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
     CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_H2O_CA_INSTANCE Class Agent: Interface to Agent Management 20000119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_CA_INSTANCE Class-Specific Instance Interface 19991025
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_CA_PERSISTENCY Class-Specific Persistence Interface 19991025
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_CA_SERVICE Interface for Services (Class Agent) 19991025
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_FACTORY Interface of a Factory 19991025
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CA_CONFIRMATION_REQUEST_POC Agent Domain Model: Step 19991025
Properties
Class CB_CONFIRMATION_REQUEST_POC  
Short Description Base Agent Domain Model: Step    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package CMX_POC   Manufacturing Execution: Browser-Based PI Sheet 
Created 19991025   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OSCON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 OSTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_H2O_CA_INSTANCE Class Agent: Interface to Agent Management 20000119
2 IF_OS_CA_INSTANCE Class-Specific Instance Interface 19991025
3 IF_OS_CA_PERSISTENCY Class-Specific Persistence Interface 19991025
4 IF_OS_CA_SERVICE Interface for Services (Class Agent) 19991025
5 IF_OS_FACTORY Interface of a Factory 19991025
Friends
Class CB_CONFIRMATION_REQUEST_POC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED_COUNT Instance attribute Private Type reference (TYPE) I 0 Number of New Objects 19991025
2 CREATED_COUNT Instance attribute Private Type reference (TYPE) I 0 Number of New Objects 19991025
3 DELETED_COUNT Instance attribute Private Type reference (TYPE) I 0 Number of New Objects 19991025
4 OBJECT_INFO Instance attribute Private Type reference (TYPE) INT_OBJECT_INFO Administrative Data for an Active Object 19991025
5 OBJECT_INFO_TAB Instance attribute Private Type reference (TYPE) INT_OBJECT_INFO_TAB Administrative Data for all Active Objects 19991025
6 OBJECT_INFO_TAB_TR Instance attribute Private Type reference (TYPE) INT_OBJECT_INFO_TAB_TR Administrative Data for all Transient Objects 20000119
7 PERSISTENCY_MANAGER Instance attribute Protected Object reference (TYPE REF TO) OBJECT Persistence Manager 19991025
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991025
2 CREATE_PERSISTENT Instance method Public Method Creates a Persistent Object 19991025
3 HANDLER_CHANGED Instance method Private Event handling method Event Handler 19991025
4 HANDLER_READ_ACCESS Instance method Private Event handling method Event Handler 19991025
5 HANDLER_WRITE_ACCESS Instance method Private Event handling method Event Handler 19991025
6 INIT Static method Public Method Initialization 19991025
7 LOAD_FROM_DATABASE_GUID Instance method Protected Method Load (Database->Tuple) 19991025
8 REGISTER_CLASS_AGENT Static method Protected Method Registers the Class Agent with System 19991025
9 SAVE_TO_DATABASE Instance method Protected Method Save (Tuple->Database) 19991025
Events
Class CB_CONFIRMATION_REQUEST_POC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DB_DATA Protected See coding 19991025
2 DB_DATA_TAB Protected See coding 19991025
3 DB_GUID_TAB Protected See coding 19991025
4 INT_OBJECT_INFO Private See coding 19991025
5 INT_OBJECT_INFO_TAB Private See coding 19991025
6 INT_OBJECT_INFO_TAB_TR Private See coding INT_OBJECT_INFO_TAB_TR 20000119
7 INT_OBJECT_INFO_TR Private See coding INT_OBJECT_INFO_TR 20000119
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CB_CONFIRMATION_REQUEST_POC has no parameter.
Method CONSTRUCTOR on class CB_CONFIRMATION_REQUEST_POC has no exception.

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_CONFIRMATION_REQUEST_POC Rückgabewert 19991025
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services: Ausnahmesituation ist aufgetreten 19991025

Method HANDLER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) >SENDER< 19991025

Method HANDLER_CHANGED on class CB_CONFIRMATION_REQUEST_POC has no exception.

Method HANDLER_READ_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) >SENDER< 19991025

Method HANDLER_READ_ACCESS on class CB_CONFIRMATION_REQUEST_POC has no exception.

Method HANDLER_WRITE_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) >SENDER< 19991025

Method HANDLER_WRITE_ACCESS on class CB_CONFIRMATION_REQUEST_POC has no exception.

Method INIT Signature

Method INIT on class CB_CONFIRMATION_REQUEST_POC has no parameter.
Method INIT on class CB_CONFIRMATION_REQUEST_POC has no exception.

Method LOAD_FROM_DATABASE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) DB_GUID_TAB Technische Identifikatoren 19991025
2 Returning RESULT Value transfer Type reference (TYPE) DB_DATA_TAB Objektdaten (Tupel) 19991025
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services: Ausnahmesituation ist aufgetreten 19991025

Method REGISTER_CLASS_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENT Call by reference Object reference (TYPE REF TO) OBJECT Klassenakteur 19991025
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services: Ausnahmesituation ist aufgetreten 19991025

Method SAVE_TO_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETES Call by reference Type reference (TYPE) DB_GUID_TAB Deletes 19991025
2 Importing I_INSERTS Call by reference Type reference (TYPE) DB_DATA_TAB Inserts 19991025
3 Importing I_UPDATES Call by reference Type reference (TYPE) DB_DATA_TAB Updates 19991025
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services: Ausnahmesituation ist aufgetreten 19991025
History
Last changed by/on SAP  20100310 
SAP Release Created in 46C