SAP ABAP Class CL_CRR_OPS_FACTORY (Factory for CRR UO Objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-TLS (Application Component) Upgrade Tools
⤷
SCRR_UFO (Package) CRR Utility Objects

⤷

⤷

Properties
Class | CL_CRR_OPS_FACTORY | |
Short Description | Factory for CRR UO Objects | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCRR_UFO | CRR Utility Objects |
Created | 20110207 | SAP |
Last change | 20140120 | 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
Class CL_CRR_OPS_FACTORY has no interface implemented.
Friends
Class CL_CRR_OPS_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | LIF_CRR_OPS_FACTORY_GETTER | 20110207 | |||
2 | ![]() |
Static Attribute | Private | See coding | 20110207 | ||||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTY_INSTANCE_T | 20110207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Check if DBMS is supported | 20110207 |
2 | ![]() |
Static method | Private | Method | Check if determined class exists | 20110207 |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110207 |
4 | ![]() |
Static method | Private | Method | 20111021 | |
5 | ![]() |
Static method | Private | Method | Determine implementing class | 20110207 |
6 | ![]() |
Static method | Public | Method | Get instance for provided reference | 20110207 |
Events
Class CL_CRR_OPS_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_INSTANCE_S | Private | See coding | 20110207 | begin of lty_instance_s,
class type seoclsname,
instance type ref to object,
end of lty_instance_s
|
||
2 | LTY_INSTANCE_T | Private | See coding | 20110207 | lty_instance_t type sorted table of lty_instance_s with unique key class
|
Method Signatures
Method CHECK4DBMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DBMS | Call by reference | Type reference (TYPE) | STRING | 20110207 | |||
2 | ![]() |
IV_CLS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110207 |
Method CHECK4DBMS on class CL_CRR_OPS_FACTORY has no exception.
Method CHECK_EXISTENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110207 | |||
2 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110207 |
Method CHECK_EXISTENCE on class CL_CRR_OPS_FACTORY has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CRR_OPS_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRR_OPS_FACTORY has no exception.
Method CREATE_COMPOSITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_CRR_CONFIG | Acces to CRR configuration parameters | 20130610 | ||
2 | ![]() |
IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | IF_CRR_LOGGER | Logging interface | 20130610 | ||
3 | ![]() |
IO_METADATA | Call by reference | Object reference (TYPE REF TO) | IF_CRR_METADATA | CRR Metadata Interface | 20130610 | ||
4 | ![]() |
IO_SERVICE | Call by reference | Object reference (TYPE REF TO) | CL_CRR_SERVICE | Access to general services | 20130610 | ||
5 | ![]() |
IT_OPERATIONS | Call by reference | Type reference (TYPE) | TSTRINGS | 20111021 | |||
6 | ![]() |
RO_COMPOSITE | Value transfer | Object reference (TYPE REF TO) | CL_CRR_OPS_LIST | 20111021 |
Method CREATE_COMPOSITE on class CL_CRR_OPS_FACTORY has no exception.
Method GET_IMPL_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IMPL_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110207 | |||
2 | ![]() |
IV_CLS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110207 |
Method GET_IMPL_CLASS on class CL_CRR_OPS_FACTORY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Call by reference | Type reference (TYPE) | ANY | 20110207 | |||
2 | ![]() |
IO_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_CRR_CONFIG | Acces to CRR configuration parameters | 20110218 | ||
3 | ![]() |
IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | IF_CRR_LOGGER | Logging interface | 20110207 | ||
4 | ![]() |
IO_METADATA | Call by reference | Object reference (TYPE REF TO) | IF_CRR_METADATA | 20120808 | |||
5 | ![]() |
IO_SERVICE | Call by reference | Object reference (TYPE REF TO) | CL_CRR_SERVICE | Access to general services | 20110207 | ||
6 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20110207 |
Method GET_INSTANCE on class CL_CRR_OPS_FACTORY has no exception.
History
Last changed by/on | SAP | 20140120 |
SAP Release Created in | 731 |