SAP ABAP Class CB_SCALAR_VALUE_POC (Base Agent Domain Model: General Value Container)
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 | 19991018 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_CA_PERSISTENCY | Class-Specific Persistence Interface | 19991018 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_CA_SERVICE | Interface for Services (Class Agent) | 19991018 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_FACTORY | Interface of a Factory | 19991018 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CA_SCALAR_VALUE_POC | Agent Domain Model: General Value Container | 19991019 |
Properties
Class | CB_SCALAR_VALUE_POC | |
Short Description | Base Agent Domain Model: General Value Container | |
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 | 19991018 | SAP |
Last change | 20041209 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | 19991018 | ||
3 | IF_OS_CA_PERSISTENCY | Class-Specific Persistence Interface | 19991018 | ||
4 | IF_OS_CA_SERVICE | Interface for Services (Class Agent) | 19991018 | ||
5 | IF_OS_FACTORY | Interface of a Factory | 19991018 |
Friends
Class CB_SCALAR_VALUE_POC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Number of New Objects | 19991018 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Number of New Objects | 19991018 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Number of New Objects | 19991018 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT_OBJECT_INFO | Administrative Data for an Active Object | 19991018 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT_OBJECT_INFO2 | 20040816 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT_OBJECT_INFO_TAB | Administrative Data for all Active Objects | 19991018 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT_OBJECT_INFO_TAB2 | 20040816 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT_OBJECT_INFO_TAB_TR | Administrative Data for all Transient Objects | 20000119 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | OBJECT | Persistence Manager | 19991018 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 19991018 |
2 | ![]() |
Instance method | Public | Method | Creates a Persistent Object | 19991018 |
3 | ![]() |
Instance method | Private | Event handling method | Event Handler |
19991018 |
4 | ![]() |
Instance method | Private | Event handling method | Event Handler |
19991018 |
5 | ![]() |
Instance method | Private | Event handling method | Event Handler |
19991018 |
6 | ![]() |
Static method | Public | Method | Initialization | 19991018 |
7 | ![]() |
Instance method | Protected | Method | Load (Database->Tuple) | 19991018 |
8 | ![]() |
Static method | Protected | Method | Registers the Class Agent with System | 19991018 |
9 | ![]() |
Instance method | Protected | Method | Save (Tuple->Database) | 19991018 |
Events
Class CB_SCALAR_VALUE_POC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DB_DATA | Protected | See coding | 19991018 | BEGIN OF DB_DATA ,
M_DOMAIN_OID TYPE OS_GUID ,
M_DOMAIN_CLS TYPE OS_GUID ,
M_LOCK TYPE i ,
m_readonly type i,
M_PARENT_OID TYPE OS_GUID ,
M_PARENT_CLS TYPE OS_GUID ,
M_PARTITION_OID TYPE OS_GUID ,
M_PARTITION_CLS TYPE OS_GUID ,
M_PROCESSING TYPE CHAR1 ,
M_VALUE TYPE POC_VALUE ,
PM_OPERATION_TAB TYPE POC_DB_C_SERVICE_TAB ,
OS_GUID TYPE OS_GUID ,
END OF DB_DATA
|
||
2 | DB_DATA_TAB | Protected | See coding | 19991018 | DB_DATA_TAB TYPE STANDARD TABLE OF
DB_DATA WITH DEFAULT KEY
|
||
3 | DB_GUID_TAB | Protected | See coding | 19991018 | DB_GUID_TAB TYPE STANDARD TABLE OF
OS_GUID WITH DEFAULT KEY
|
||
4 | INT_OBJECT_INFO | Private | See coding | 19991018 | BEGIN OF int_object_info ,
guid TYPE os_guid ,
changed_reg(1) TYPE c ,
access_reg(1) TYPE c ,
invalid TYPE os_boolean ,
status TYPE os_ostatus ,
db_status TYPE os_dstatus ,
object_ref TYPE REF TO cl_scalar_value_poc ,
END OF int_object_info
|
||
5 | INT_OBJECT_INFO2 | Private | See coding | 20040812 | BEGIN OF int_object_info2,
object_ref TYPE REF TO cl_scalar_value_poc,
guid TYPE os_guid,
END OF int_object_info2
|
||
6 | INT_OBJECT_INFO_TAB | Private | See coding | 19991018 | int_object_info_tab TYPE SORTED TABLE OF
int_object_info WITH UNIQUE KEY guid
|
||
7 | INT_OBJECT_INFO_TAB2 | Private | See coding | 20040812 | int_object_info_tab2 TYPE SORTED TABLE OF
int_object_info2 WITH UNIQUE KEY object_ref
|
||
8 | INT_OBJECT_INFO_TAB_TR | Private | See coding | INT_OBJECT_INFO_TAB_TR | 20000119 | int_object_info_tab_tr TYPE SORTED TABLE OF
int_object_info_tr WITH UNIQUE KEY
object_ref
|
|
9 | INT_OBJECT_INFO_TR | Private | See coding | INT_OBJECT_INFO_TR | 20000119 | BEGIN OF int_object_info_tr ,
object_ref TYPE REF TO cl_scalar_value_poc ,
END OF int_object_info_tr
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CB_SCALAR_VALUE_POC has no parameter.
Method CONSTRUCTOR on class CB_SCALAR_VALUE_POC has no exception.
Method CREATE_PERSISTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SCALAR_VALUE_POC | Rückgabewert | 19991018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services: Ausnahmesituation ist aufgetreten | 19991018 |
Method HANDLER_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | >SENDER< | 19991018 |
Method HANDLER_CHANGED on class CB_SCALAR_VALUE_POC has no exception.
Method HANDLER_READ_ACCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | >SENDER< | 19991018 |
Method HANDLER_READ_ACCESS on class CB_SCALAR_VALUE_POC has no exception.
Method HANDLER_WRITE_ACCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | >SENDER< | 19991018 |
Method HANDLER_WRITE_ACCESS on class CB_SCALAR_VALUE_POC has no exception.
Method INIT Signature
Method INIT on class CB_SCALAR_VALUE_POC has no parameter.
Method INIT on class CB_SCALAR_VALUE_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 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | DB_GUID_TAB | Technische Identifikatoren | 19991018 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DB_DATA_TAB | Objektdaten (Tupel) | 19991018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services: Ausnahmesituation ist aufgetreten | 19991018 |
Method REGISTER_CLASS_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Klassenakteur | 19991018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services: Ausnahmesituation ist aufgetreten | 19991018 |
Method SAVE_TO_DATABASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELETES | Call by reference | Type reference (TYPE) | DB_GUID_TAB | Deletes | 19991018 | ||
2 | ![]() |
I_INSERTS | Call by reference | Type reference (TYPE) | DB_DATA_TAB | Inserts | 19991018 | ||
3 | ![]() |
I_UPDATES | Call by reference | Type reference (TYPE) | DB_DATA_TAB | Updates | 19991018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object Services: Ausnahmesituation ist aufgetreten | 19991018 |
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 46C |