SAP ABAP Class CL_LOP_C_GRP_DATA (Read customzing for option group)
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_GRP_DATA  
Short Description Read customzing for option group    
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_GRP_DATA has no forward declaration.
Interfaces
Class CL_LOP_C_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 MTS_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TS_BUFFER 20111202
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_LOP_C_GRP_DATA Read customzing for option group 20111202
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20111202
2 GET_HEADER Instance method Public Method Get the header data 20111202
3 GET_INSTANCE Static method Public Method return an instance 20111202
4 GET_ITEMS Instance method Public Method get all items 20111202
5 GET_ITEM_SINGLE Instance method Public Method get a single item 20111202
6 NEW_ENTRY Instance method Protected Method new entry 20111202
7 REFRESH Instance method Public Method refresh all 20111202
8 RESET_FROM_TEST_MODE Static method Protected Method reset from mode for unit test 20111202
9 SET_INTO_TEST_MODE Static method Protected Method set into mode for unit test 20111202
Events
Class CL_LOP_C_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, lop_group TYPE lop_group, ms_data TYPE lop_c_grp, ms_text TYPE lop_c_grpt, mts_item TYPE lop_ts_grp_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 lop_group
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_LOP_C_GRP_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOP_C_GRP_DATA has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) LOP_C_GRP Group for Logistical Option Categories 20111202
2 Exporting E_TEXT Call by reference Type reference (TYPE) LOP_GROUP_TXT Description of Group 20111202
3 Importing I_LOP_GROUP Call by reference Type reference (TYPE) LOP_GROUP Logistical option group 20111202
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111202

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_LOP_C_GRP_DATA Read customzing for option group 20111202

Method GET_INSTANCE on class CL_LOP_C_GRP_DATA has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_ITEMS Call by reference Type reference (TYPE) LOP_TS_GRP_ASGN Assign Logistical Option Categories to Group 20111202
2 Importing I_LOP_GROUP Call by reference Type reference (TYPE) LOP_GROUP Logistical option group 20111202
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111202

Method GET_ITEM_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ITEM Call by reference Type reference (TYPE) LOP_C_GRP_ASGN Assign Logistical Option Categories to Group 20111202
2 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111202
3 Importing I_LOP_GROUP Call by reference Type reference (TYPE) LOP_GROUP Logistical option group 20111202
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111202

Method NEW_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOP_GROUP Call by reference Type reference (TYPE) LOP_GROUP Logistical option group 20111202
2 Returning RR_BUFFER Value transfer Object reference (TYPE REF TO) MTY_S_BUFFER 20111202

Method NEW_ENTRY on class CL_LOP_C_GRP_DATA has no exception.

Method REFRESH Signature

Method REFRESH on class CL_LOP_C_GRP_DATA has no parameter.
Method REFRESH on class CL_LOP_C_GRP_DATA has no exception.

Method RESET_FROM_TEST_MODE Signature

Method RESET_FROM_TEST_MODE on class CL_LOP_C_GRP_DATA has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_C_GRP_DATA has no exception.

Method SET_INTO_TEST_MODE Signature

Method SET_INTO_TEST_MODE on class CL_LOP_C_GRP_DATA has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_C_GRP_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607