SAP ABAP Class CL_LOP_CLASS_FACTORY (Factory for classes)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB-TC (Application Component) Trading Contract
⤷
LOOP (Package) Model layer for logistical contract options

⤷

⤷

Properties
Class | CL_LOP_CLASS_FACTORY | |
Short Description | Factory for classes | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | LOOP | Model layer for logistical contract options |
Created | 20111205 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LOP_CLASS_FACTORY has no forward declaration.
Interfaces
Class CL_LOP_CLASS_FACTORY has no interface implemented.
Friends
Class CL_LOP_CLASS_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | MTY_TS_BUFFER | 20111205 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_LOP_CLASS_FACTORY | Factory for classes | 20111205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | return class for ldeclaration date category | 20111219 |
2 | ![]() |
Static method | Public | Method | return factory | 20111205 |
3 | ![]() |
Instance method | Public | Method | return class for logistical option category | 20111205 |
Events
Class CL_LOP_CLASS_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTY_S_BUFFER | Private | See coding | 20111205 | BEGIN OF mty_s_buffer,
class_name TYPE lop_cat_class,
is_lop_cat TYPE abap_bool,
cat_class TYPE REF TO if_lop_list_item,
decl_class TYPE REF TO if_lop_declaration_date,
END OF mty_s_buffer
|
||
2 | MTY_TS_BUFFER | Private | See coding | 20111205 | mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer
WITH UNIQUE KEY class_name is_lop_cat
|
Method Signatures
Method GET_DECL_CAT_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS_NAME | Call by reference | Type reference (TYPE) | LOP_DECL_CLASS | Class for Declaration Date | 20111219 | ||
2 | ![]() |
RE_CLASS | Value transfer | Object reference (TYPE REF TO) | IF_LOP_DECLARATION_DATE | Declaration Date | 20111219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111219 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_FACTORY | Value transfer | Object reference (TYPE REF TO) | CL_LOP_CLASS_FACTORY | Factory for classes | 20111205 |
Method GET_INSTANCE on class CL_LOP_CLASS_FACTORY has no exception.
Method GET_LOP_CAT_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS_NAME | Call by reference | Type reference (TYPE) | LOP_CAT_CLASS | Class for Logistical Option Category | 20111205 | ||
2 | ![]() |
RE_CLASS | Value transfer | Object reference (TYPE REF TO) | IF_LOP_LIST_ITEM | Option list items | 20111205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111205 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 607 |