SAP ABAP Class CL_REXC_FR_EOSTAT_DATA (EO Status (SRU) data processing)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-LOC (Application Component) Localization
     GLO_REFX_FR (Package) Localization Flexible Real Estate France
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RECA_STORABLE_EXT Extendable Object: Standard Implementation 20100917
Properties
Class CL_REXC_FR_EOSTAT_DATA  
Short Description EO Status (SRU) data processing    
Super Class CL_RECA_STORABLE_EXT Extendable Object: Standard Implementation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class REXCFR    
Program status P  SAP Standard Production Program 
Category 0   
Package GLO_REFX_FR   Localization Flexible Real Estate France 
Created 20100917   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REXC_FR_EOSTAT_DATA has no interface implemented.
Friends
Class CL_REXC_FR_EOSTAT_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_INDEX Instance attribute Private Type reference (TYPE) INT4 EO Status Master Data 20100917
2 MO_LIST Instance attribute Public Type reference (TYPE) RE_T_MSG Message Collector 20100917
3 MT_EOSTAT_DATA Instance attribute Private Type reference (TYPE) RE_T_VIXCFREO Status of Extraordinary Operation (VIXCFREO) 20100917
4 MT_EOSTAT_DATA_OLD Instance attribute Private Type reference (TYPE) RE_T_VIXCFREO Status of Extraordinary Operation (VIXCFREO) 20100917
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SCREEN Instance method Public Method 20100917
2 COUNT Instance method Public Method Number of entries 20100917
3 DELETE_DETAIL Instance method Public Method Delete entry 20100917
4 FILTER_NOT_IN_STATUS Instance method Public Method Filter out items not in the given status 20101005
5 GET_DETAIL_X Instance method Public Method Returns a detail entry with additional fields 20100917
6 GET_LIST Instance method Public Method Returns entries 20100917
7 INSERT_DETAIL Instance method Public Method Insert new entry 20100917
8 MODIFY_EOSTAT_DATA Instance method Public Method modify table mt_eostat_data 20100917
9 UPDATE_DETAIL Instance method Public Method Change entry 20100917
10 _CHECK_LOCKED_RECORD Instance method Private Method Check that locked records are not changed 20100917
11 _GET_DETAIL Instance method Private Method Returns detail IMI data 20100917
12 _SORT_LIST Instance method Private Method Sort list 20100917
Events
Class CL_REXC_FR_EOSTAT_DATA has no event.
Types
Class CL_REXC_FR_EOSTAT_DATA has no local type.
Method Signatures

Method CHECK_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) REXCFRSRU_EOSTAT_L 20100917
# Exception Resumable Description Created on
1 ERROR error 20100917

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_COUNT Value transfer Type reference (TYPE) I Number of entries 20100917

Method COUNT on class CL_REXC_FR_EOSTAT_DATA has no exception.

Method DELETE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DATEFROM Call by reference Type reference (TYPE) RECADATEFROM Date: Valid From 20100917
2 Importing ID_KEY_NEW Call by reference Type reference (TYPE) RECADATEFROM Date: Valid From 20100917
3 Importing IF_LASTENTRY Call by reference Type reference (TYPE) RECABOOL General Yes/No Field 20100917
# Exception Resumable Description Created on
1 ERROR Error by delete 20100917

Method FILTER_NOT_IN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SOSTATUS Call by reference Type reference (TYPE) RE_T_FR_SOSTATUS Select Options for Status 20101005

Method FILTER_NOT_IN_STATUS on class CL_REXC_FR_EOSTAT_DATA has no exception.

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_X Call by reference Type reference (TYPE) REXCFRSRU_EOSTAT_L 20100917
2 Importing ID_DATEFROM Call by reference Type reference (TYPE) RECADATEFROM Date: Valid From 20100917
3 Importing ID_SPRAS Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3 System, current language 20100917
# Exception Resumable Description Created on
1 NOT_FOUND Not found 20100917

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFREO 20100917
# Exception Resumable Description Created on
1 NOT_FOUND List empty 20100917

Method INSERT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT Details of Extraordinary Operation 20100917
2 Importing IS_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT Details of Extraordinary Operation 20100917
# Exception Resumable Description Created on
1 ERROR Error by inserting 20100917
2 NOT_AUTHORIZED 20100917

Method MODIFY_EOSTAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT Details of Extraordinary Operation 20100917

Method MODIFY_EOSTAT_DATA on class CL_REXC_FR_EOSTAT_DATA has no exception.

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT 20100917
2 Importing ID_DATEFROM Call by reference Type reference (TYPE) RECADATEFROM Date: Valid From 20100917
# Exception Resumable Description Created on
1 ERROR Error by updating 20100917

Method _CHECK_LOCKED_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT Details of Extraordinary Operation 20100917
# Exception Resumable Description Created on
1 LOCKED_RECORD_CHANGED Not found 20100917

Method _GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) REXCFREOSTAT Details of Extraordinary Operation 20100917
2 Importing ID_DATEFROM Value transfer Type reference (TYPE) RECADATEFROM Date: Valid From 20100917
# Exception Resumable Description Created on
1 NOT_FOUND Not found 20100917

Method _SORT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LIST Call by reference Attribute reference (LIKE) MT_EOSTAT_DATA Status of Extraordinary Operation (VIXCFREO) 20100917

Method _SORT_LIST on class CL_REXC_FR_EOSTAT_DATA has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606