SAP ABAP Class CL_WZRE_C_DATA (Read customizing WZRE_C_DATA)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE_EXTERNAL_POSTING (Package) External posting via agency business
Properties
Class CL_WZRE_C_DATA  
Short Description Read customizing WZRE_C_DATA    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WZRE_EXTERNAL_POSTING   External posting via agency business 
Created 20111109   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WZRE_C_DATA has no forward declaration.
Interfaces
Class CL_WZRE_C_DATA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WZRE_AB_POSTING_ENGINE 20111122 Post via agency business
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 20111109
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_WZRE_C_DATA 20111109
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20111109
2 CONSTRUCTOR Instance method Public Constructor 20111109
3 GET_ENTRY Instance method Public Method 20111109
4 GET_INSTANCE Static method Public Method 20111109
5 REFRESH Instance method Public Method 20111109
Events
Class CL_WZRE_C_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_BUFFER Protected See coding 20111109 BEGIN OF mty_s_buffer, key TYPE mty_s_key, data TYPE wzre_c_data, END OF mty_s_buffer
2 MTY_S_KEY Public See coding 20111123 BEGIN OF mty_s_key, application TYPE wzre_application, ext_post_type TYPE wzre_ext_post_type, ref_doc_type TYPE wftyp_v, use_case TYPE wlf_use_case_type, kappl TYPE kappl, agency_doc_cat TYPE wzre_agency_doc_category, END OF mty_s_key
3 MTY_TS_BUFFER Protected See coding 20111109 mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer WITH UNIQUE KEY key
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WZRE_C_DATA has no parameter.
Method CONSTRUCTOR on class CL_WZRE_C_DATA 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) WZRE_C_DATA 20111122
2 Importing IS_KEY Call by reference Type reference (TYPE) MTY_S_KEY 20111123

Method GET_ENTRY on class CL_WZRE_C_DATA has no exception.

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_WZRE_C_DATA 20111109

Method GET_INSTANCE on class CL_WZRE_C_DATA has no exception.

Method REFRESH Signature

Method REFRESH on class CL_WZRE_C_DATA has no parameter.
Method REFRESH on class CL_WZRE_C_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606