SAP ABAP Class CL_PPE_C_GROUP (read customizing)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB-TC (Application Component) Trading Contract
     PPE (Package) Pricing and Payment Events: Core objects
Properties
Class CL_PPE_C_GROUP  
Short Description read customizing    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PPE   Pricing and Payment Events: Core objects 
Created 20110309   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PPE_C_GROUP has no forward declaration.
Interfaces
Class CL_PPE_C_GROUP has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_PPE_ITEM_LIST 20110310 List of PPE items
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 20110309
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_PPE_C_GROUP read customizing 20110309
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110309
2 GET_ENTRY Instance method Public Method get entry 20110309
3 GET_INSTANCE Static method Public Method return an instance 20110309
4 NEW_ENTRY Instance method Protected Method new entry 20110309
5 REFRESH Instance method Public Method refresh all 20110309
6 RESET_FROM_TEST_MODE Static method Protected Method reset from mode for unit test 20110309
7 SET_INTO_TEST_MODE Static method Protected Method set into mode for unit test 20110309
Events
Class CL_PPE_C_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_BUFFER Protected See coding 20110309 BEGIN OF mty_s_buffer, group_code TYPE ppe_group, data TYPE ppe_c_group, END OF mty_s_buffer
2 MTY_TS_BUFFER Protected See coding 20110309 mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer WITH UNIQUE KEY group_code
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_ENTRY 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) PPE_C_GROUP Pricing and Payment Event Groups 20110309
2 Importing IV_GROUP_CODE Call by reference Type reference (TYPE) PPE_GROUP Group 20110309
# Exception Resumable Description Created on
1 CX_PPE_DOES_NOT_EXIST Requested object does not exist 20110309

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_PPE_C_GROUP read customizing 20110309

Method GET_INSTANCE on class CL_PPE_C_GROUP has no exception.

Method NEW_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GROUP_CODE Call by reference Type reference (TYPE) PPE_GROUP Group 20110309
2 Returning RR_BUFFER Value transfer Object reference (TYPE REF TO) MTY_S_BUFFER 20110309

Method NEW_ENTRY on class CL_PPE_C_GROUP has no exception.

Method REFRESH Signature

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

Method RESET_FROM_TEST_MODE Signature

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

Method SET_INTO_TEST_MODE Signature

Method SET_INTO_TEST_MODE on class CL_PPE_C_GROUP has no parameter.
Method SET_INTO_TEST_MODE on class CL_PPE_C_GROUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606