SAP ABAP Class CL_LOP_C_CAT (Read customzing for option 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_CAT | |
Short Description | Read customzing for option 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 | 20111201 | SAP |
Last change | 20130531 | 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) |
Interfaces
Class CL_LOP_C_CAT has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_LOP_TEST_MANAGER | 20120710 | Test Manager for unit tests |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_LOP_CAT_DB_ACCESS | DB access for option category customizing | 20111201 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | MTY_TH_BUFFER | 20111201 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111201 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111201 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111201 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111201 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_C_CAT | Logistical Option Category | 20111201 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_C_CATT | Description Logistical Option Category | 20111201 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_TS_CAT_I | Items for Logistical Option Category | 20111201 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111201 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20120214 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111201 |
2 | ![]() |
Static method | Public | Method | fill the message | 20111202 |
3 | ![]() |
Static method | Public | Method | fill the technical relationship + checks | 20111201 |
4 | ![]() |
Static method | Public | Method | return commodity item customizing | 20111201 |
5 | ![]() |
Instance method | Public | Method | Get the header data | 20111202 |
6 | ![]() |
Instance method | Public | Method | Get the item data | 20111202 |
7 | ![]() |
Instance method | Public | Method | return text for option category | 20111202 |
8 | ![]() |
Static method | Protected | Method | reset from test mode | 20111202 |
9 | ![]() |
Static method | Protected | Method | set into test mode | 20111202 |
Events
Class CL_LOP_C_CAT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTY_BUFFER | Protected | See coding | 20111201 | BEGIN OF mty_buffer,
lop_cat TYPE lop_cat,
msg TYPE lop_s_message,
reference TYPE REF TO cl_lop_c_cat,
END OF mty_buffer
|
||
2 | MTY_TH_BUFFER | Protected | See coding | 20111201 | mty_th_buffer TYPE HASHED TABLE OF mty_buffer WITH UNIQUE KEY lop_cat
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LOP_C_CAT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOP_C_CAT has no exception.
Method FILL_MSG_FOR_SY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | LOP_S_MESSAGE | Message | 20111202 | ||
2 | ![]() |
I_DOC_NO | Call by reference | Type reference (TYPE) | LOP_DOC_NO | Document Number | 20111202 | ||
3 | ![]() |
I_DOC_TYPE | Call by reference | Type reference (TYPE) | LOP_DOC_TYPE | Document Type | 20111202 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20111202 | |||
5 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | WLF_GUID | GUID | 20111202 | ||
6 | ![]() |
I_ITEM_NO | Call by reference | Type reference (TYPE) | LOP_DOC_ITEM_NO | Item Number | 20111202 | ||
7 | ![]() |
I_REF_GUID | Call by reference | Type reference (TYPE) | LOP_REF_GUID | Reference GUID | 20111202 | ||
8 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20111202 |
Method FILL_MSG_FOR_SY on class CL_LOP_C_CAT has no exception.
Method FILL_TECH_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_TECH_REL | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111201 | ||
2 | ![]() |
ETS_TECH_REL_DB | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20120214 | ||
3 | ![]() |
ETS_TECH_REL_DYN | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 | ||
4 | ![]() |
ETS_TECH_REL_TEXT | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 | ||
5 | ![]() |
ITS_ITEM | Call by reference | Type reference (TYPE) | LOP_TS_CAT_I | Items for Logistical Option Category | 20111201 | ||
6 | ![]() |
I_COLLECT_MSG | Call by reference | Type reference (TYPE) | ABAP_BOOL | Collect the messages | 20111202 | ||
7 | ![]() |
I_LOP_CAT | Call by reference | Type reference (TYPE) | LOP_CAT | Logistical option category | 20111202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111202 |
Method GET_CUST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LOP_CAT | Call by reference | Type reference (TYPE) | LOP_CAT | Logistical option category | 20111201 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_LOP_C_CAT | Read customzing for option category | 20111201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Customizing error | 20111201 |
Method GET_DATA_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_DATA | Value transfer | Type reference (TYPE) | LOP_C_CAT | Logistical Option Category | 20111202 |
Method GET_DATA_HEAD on class CL_LOP_C_CAT has no exception.
Method GET_DATA_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_ITEM | Call by reference | Type reference (TYPE) | LOP_TS_CAT_I | Items for Logistical Option Category | 20111202 | ||
2 | ![]() |
ETS_TECH_REL | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111202 | ||
3 | ![]() |
ETS_TECH_REL_DB | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20120214 | ||
4 | ![]() |
ETS_TECH_REL_DYN | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 | ||
5 | ![]() |
ETS_TECH_REL_TEXT | Call by reference | Type reference (TYPE) | LOP_TS_TECH_RELATION | Technical relationship of option category fields | 20111205 | ||
6 | ![]() |
ET_COMP_LOP_ALL_SORT | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111202 | ||
7 | ![]() |
ET_COMP_LOP_DB_SORT | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111202 | ||
8 | ![]() |
ET_COMP_LOP_DYN_SORT | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111202 | ||
9 | ![]() |
ET_COMP_LOP_TEXT_SORT | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20111202 |
Method GET_DATA_ITEM on class CL_LOP_C_CAT has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | LOP_CAT_TXT | Description of Logistical Option Category | 20111202 |
Method GET_TEXT on class CL_LOP_C_CAT has no exception.
Method RESET_FROM_TEST_MODE Signature
Method RESET_FROM_TEST_MODE on class CL_LOP_C_CAT has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_C_CAT has no exception.
Method SET_INTO_TEST_MODE Signature
Method SET_INTO_TEST_MODE on class CL_LOP_C_CAT has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_C_CAT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 607 |