SAP ABAP Class CL_LOP_C_DECL_GRP_DATA (Read customizing for Group (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_GRP_DATA | |
Short Description | Read customizing for Group (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 | 20111202 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LOP_C_DECL_GRP_DATA has no forward declaration.
Interfaces
Class CL_LOP_C_DECL_GRP_DATA 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 | 20111202 | |||
2 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_LOP_C_DECL_GRP_DATA | Read customizing for Group (Declaration Date Category) | 20111202 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111202 |
2 | ![]() |
Instance method | Public | Method | Get the header data | 20111202 |
3 | ![]() |
Static method | Public | Method | return an instance | 20111202 |
4 | ![]() |
Instance method | Public | Method | get all items | 20111202 |
5 | ![]() |
Instance method | Public | Method | get a single item | 20111202 |
6 | ![]() |
Instance method | Protected | Method | new entry | 20111202 |
7 | ![]() |
Instance method | Public | Method | refresh all | 20111202 |
8 | ![]() |
Static method | Protected | Method | reset from mode for unit test | 20111202 |
9 | ![]() |
Static method | Protected | Method | set into mode for unit test | 20111202 |
Events
Class CL_LOP_C_DECL_GRP_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTY_S_BUFFER | Protected | See coding | 20111202 | BEGIN OF mty_s_buffer,
decl_group TYPE lop_decl_group,
ms_data TYPE lop_c_decl_grp,
ms_text TYPE lop_c_decl_grpt,
mts_item TYPE lop_ts_decl_asgn,
END OF mty_s_buffer
|
||
2 | MTY_TS_BUFFER | Protected | See coding | 20111202 | mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer
WITH UNIQUE KEY decl_group
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LOP_C_DECL_GRP_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOP_C_DECL_GRP_DATA has no exception.
Method GET_HEADER 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_GRP | Group for Declaration Date Category | 20111202 | ||
2 | ![]() |
E_TEXT | Call by reference | Type reference (TYPE) | LOP_GROUP_TXT | Description of Group | 20111202 | ||
3 | ![]() |
I_DECL_GROUP | Call by reference | Type reference (TYPE) | LOP_DECL_GROUP | Group for Declaration Date Category | 20111202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111202 |
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_GRP_DATA | Read customizing for Group (Declaration Date Category) | 20111202 |
Method GET_INSTANCE on class CL_LOP_C_DECL_GRP_DATA has no exception.
Method GET_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_ITEMS | Call by reference | Type reference (TYPE) | LOP_TS_DECL_ASGN | Assign Declaration Date Categories to Group | 20111202 | ||
2 | ![]() |
I_DECL_GROUP | Call by reference | Type reference (TYPE) | LOP_DECL_GROUP | Group for Declaration Date Category | 20111202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111202 |
Method GET_ITEM_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ITEM | Call by reference | Type reference (TYPE) | LOP_C_DECL_ASGN | Assign Declaration Date Categories to Group | 20111202 | ||
2 | ![]() |
I_DECL_CAT | Call by reference | Type reference (TYPE) | LOP_DECL_CAT | Declaration Date category | 20111202 | ||
3 | ![]() |
I_DECL_GROUP | Call by reference | Type reference (TYPE) | LOP_DECL_GROUP | Group for Declaration Date Category | 20111202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111202 |
Method NEW_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DECL_GROUP | Call by reference | Type reference (TYPE) | LOP_DECL_GROUP | Group for Declaration Date Category | 20111202 | ||
2 | ![]() |
RR_BUFFER | Value transfer | Object reference (TYPE REF TO) | MTY_S_BUFFER | 20111202 |
Method NEW_ENTRY on class CL_LOP_C_DECL_GRP_DATA has no exception.
Method REFRESH Signature
Method REFRESH on class CL_LOP_C_DECL_GRP_DATA has no parameter.
Method REFRESH on class CL_LOP_C_DECL_GRP_DATA has no exception.
Method RESET_FROM_TEST_MODE Signature
Method RESET_FROM_TEST_MODE on class CL_LOP_C_DECL_GRP_DATA has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_C_DECL_GRP_DATA has no exception.
Method SET_INTO_TEST_MODE Signature
Method SET_INTO_TEST_MODE on class CL_LOP_C_DECL_GRP_DATA has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_C_DECL_GRP_DATA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 607 |