SAP ABAP Class CL_LOP_C_DECL_CAT (Read customizing for the declaration date category)
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_C_DECL_CAT | |
| Short Description | Read customizing for the declaration date category | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| 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_C_DECL_CAT has no forward declaration.
Interfaces
Class CL_LOP_C_DECL_CAT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_LOP_TEST_MANAGER | 20120306 | Test Manager for unit tests |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | MTY_TS_BUFFER | 20111205 | ||||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_LOP_C_DECL_CAT | Read customizing for the declaration date category | 20111205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111205 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20111205 | |
| 3 | Instance method | Protected | Method | fill the buffer | 20111205 | |
| 4 | Instance method | Public | Method | get entry | 20111205 | |
| 5 | Static method | Public | Method | return an instance | 20111205 | |
| 6 | Instance method | Public | Method | refresh all | 20111205 | |
| 7 | Static method | Protected | Method | reset from mode for unit test | 20111205 | |
| 8 | Static method | Protected | Method | set into mode for unit test | 20111205 |
Events
Class CL_LOP_C_DECL_CAT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_S_BUFFER | Protected | See coding | 20111205 | BEGIN OF mty_s_buffer,
decl_cat TYPE lop_decl_cat,
ms_data TYPE lop_c_decl_cat,
ms_text TYPE lop_c_decl_catt,
END OF mty_s_buffer
|
||
| 2 | MTY_TS_BUFFER | Protected | See coding | 20111205 | mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer
WITH UNIQUE KEY decl_cat
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LOP_C_DECL_CAT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOP_C_DECL_CAT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_LOP_C_DECL_CAT has no parameter.
Method CONSTRUCTOR on class CL_LOP_C_DECL_CAT has no exception.
Method FILL_BUFFER Signature
Method FILL_BUFFER on class CL_LOP_C_DECL_CAT has no parameter.
Method FILL_BUFFER on class CL_LOP_C_DECL_CAT has no exception.
Method GET_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | LOP_C_DECL_CAT | Declaration date category | 20111205 | |||
| 2 | E_TEXT | Call by reference | Type reference (TYPE) | LOP_DECL_CAT_TXT | Description of Declaration Date category | 20111205 | |||
| 3 | I_DECL_CAT | Call by reference | Type reference (TYPE) | LOP_DECL_CAT | Declaration Date category | 20111205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing error | 20111205 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_LOP_C_DECL_CAT | Read customizing for the declaration date category | 20111205 |
Method GET_INSTANCE on class CL_LOP_C_DECL_CAT has no exception.
Method REFRESH Signature
Method REFRESH on class CL_LOP_C_DECL_CAT has no parameter.
Method REFRESH on class CL_LOP_C_DECL_CAT has no exception.
Method RESET_FROM_TEST_MODE Signature
Method RESET_FROM_TEST_MODE on class CL_LOP_C_DECL_CAT has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_C_DECL_CAT has no exception.
Method SET_INTO_TEST_MODE Signature
Method SET_INTO_TEST_MODE on class CL_LOP_C_DECL_CAT has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_C_DECL_CAT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |