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 ABAP 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 GO_DB_ACCESS Static Attribute Private Object reference (TYPE REF TO) IF_LOP_CAT_DB_ACCESS DB access for option category customizing 20111201
2 GTH_BUFFER Static Attribute Private Type reference (TYPE) MTY_TH_BUFFER 20111201
3 GT_COMP_LOP_ALL_SORT Static Attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20111201
4 GT_COMP_LOP_DB_SORT Static Attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20111201
5 GT_COMP_LOP_DYN_SORT Static Attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20111201
6 GT_COMP_LOP_TEXT_SORT Static Attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20111201
7 MS_DATA Instance attribute Private Type reference (TYPE) LOP_C_CAT Logistical Option Category 20111201
8 MS_TEXT Instance attribute Private Type reference (TYPE) LOP_C_CATT Description Logistical Option Category 20111201
9 MTS_ITEM Instance attribute Private Type reference (TYPE) LOP_TS_CAT_I Items for Logistical Option Category 20111201
10 MTS_TECH_REL Instance attribute Private Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111201
11 MTS_TECH_REL_DB Instance attribute Private Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20120214
12 MTS_TECH_REL_DYN Instance attribute Private Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111205
13 MTS_TECH_REL_TEXT 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 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20111201
2 FILL_MSG_FOR_SY Static method Public Method fill the message 20111202
3 FILL_TECH_TAB Static method Public Method fill the technical relationship + checks 20111201
4 GET_CUST Static method Public Method return commodity item customizing 20111201
5 GET_DATA_HEAD Instance method Public Method Get the header data 20111202
6 GET_DATA_ITEM Instance method Public Method Get the item data 20111202
7 GET_TEXT Instance method Public Method return text for option category 20111202
8 RESET_FROM_TEST_MODE Static method Protected Method reset from test mode 20111202
9 SET_INTO_TEST_MODE 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 Exporting ES_MSG Call by reference Type reference (TYPE) LOP_S_MESSAGE Message 20111202
2 Importing I_DOC_NO Call by reference Type reference (TYPE) LOP_DOC_NO Document Number 20111202
3 Importing I_DOC_TYPE Call by reference Type reference (TYPE) LOP_DOC_TYPE Document Type 20111202
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING 20111202
5 Importing I_GUID Call by reference Type reference (TYPE) WLF_GUID GUID 20111202
6 Importing I_ITEM_NO Call by reference Type reference (TYPE) LOP_DOC_ITEM_NO Item Number 20111202
7 Importing I_REF_GUID Call by reference Type reference (TYPE) LOP_REF_GUID Reference GUID 20111202
8 Importing 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 Exporting ETS_TECH_REL Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111201
2 Exporting ETS_TECH_REL_DB Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20120214
3 Exporting ETS_TECH_REL_DYN Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111205
4 Exporting ETS_TECH_REL_TEXT Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111205
5 Importing ITS_ITEM Call by reference Type reference (TYPE) LOP_TS_CAT_I Items for Logistical Option Category 20111201
6 Importing I_COLLECT_MSG Call by reference Type reference (TYPE) ABAP_BOOL Collect the messages 20111202
7 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111202
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111202

Method GET_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111201
2 Returning 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 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111201

Method GET_DATA_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Exporting ETS_ITEM Call by reference Type reference (TYPE) LOP_TS_CAT_I Items for Logistical Option Category 20111202
2 Exporting ETS_TECH_REL Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111202
3 Exporting ETS_TECH_REL_DB Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20120214
4 Exporting ETS_TECH_REL_DYN Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111205
5 Exporting ETS_TECH_REL_TEXT Call by reference Type reference (TYPE) LOP_TS_TECH_RELATION Technical relationship of option category fields 20111205
6 Exporting ET_COMP_LOP_ALL_SORT Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20111202
7 Exporting ET_COMP_LOP_DB_SORT Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20111202
8 Exporting ET_COMP_LOP_DYN_SORT Call by reference Type reference (TYPE) DDFIELDS DD: Field List 20111202
9 Exporting 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 Returning 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