SAP ABAP Class CL_BUP_EEWA_MEMU_CORE (WorkplAddr: Update Memory for Central Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BP (Application Component) Business Partner Foundation
     S_BUPA_EEWA_IPI (Package) SAP Business Partner IPI Data Set EEWA
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BUP_EEWA_CORE_TYPES 20060623
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BUP_EEWA_MEMU 20060623
Properties
Class CL_BUP_EEWA_MEMU_CORE  
Short Description WorkplAddr: Update Memory for Central Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BUPA_EEWA_IPI   SAP Business Partner IPI Data Set EEWA 
Created 20060623   SAP 
Last change 20110908   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
# Interface Abstract Final Description Created on
1 IF_BUP_EEWA_CORE_TYPES 20060623
2 IF_BUP_EEWA_MEMU 20060623
Friends
Class CL_BUP_EEWA_MEMU_CORE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_NEW Instance attribute Private Type reference (TYPE) TTS_DATA 20060623
2 GT_OLD Instance attribute Private Type reference (TYPE) TTS_DATA 20060623
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_COMMIT Instance method Public Method 20060623
2 EXISTS_DATA Instance method Public Method 20060623
3 FINALIZE Instance method Public Method 20060623
4 GET Instance method Public Method 20060623
5 GET_ALL Instance method Public Method 20060623
6 GET_BY_ADDRESS_GUID Instance method Public Method 20060623
7 GET_BY_GUID Instance method Public Method 20060626
8 GET_BY_PARTNER Instance method Public Method 20060623
9 GET_BY_PARTNER_IMPL Instance method Private Method 20060623
10 GET_BY_PARTNER_SINGLE Instance method Public Method 20060623
11 GET_IMPL Instance method Private Method 20060623
12 GET_MODIFIED_PARTNER Instance method Public Method 20060628
13 GET_MODIFIED_PARTNER_IMPL Instance method Public Method 20060628
14 GET_PARTNER_W_CREATED_ADDRESS Instance method Public Method 20060623
15 GET_SINGLE Instance method Public Method 20060623
16 RESET_ALL Instance method Public Method 20060628
17 RESET_ALL_IMPL Instance method Public Method 20060628
18 RESET_BY_PARTNER Instance method Public Method 20060623
19 RESET_BY_PARTNER_SINGLE Instance method Public Method 20060623
20 SET_BY_PARTNER_SINGLE Instance method Public Method 20060623
21 SET_ORG_ADDR_NUMBER Instance method Private Method 20060623
22 SET_ORG_ADDR_NUMBER_SINGLE Instance method Private Method 20060623
Events
Class CL_BUP_EEWA_MEMU_CORE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTS_ADDRESS_GUID Public Attribute reference (LIKE) 20060623
2 TTS_DATA Public Attribute reference (LIKE) 20060623
3 TTS_KEY Public Attribute reference (LIKE) 20060623
4 TTS_PARTNER Public Attribute reference (LIKE) 20060627
5 TY_DATA Public Attribute reference (LIKE) 20060623
6 TY_KEY Public Attribute reference (LIKE) 20060623
7 TY_PARTNER Public Attribute reference (LIKE) 20060627
Method Signatures

Method AFTER_COMMIT Signature

Method AFTER_COMMIT on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method AFTER_COMMIT on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method EXISTS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID 20060623
2 Returning RV_DATA_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20060623

Method EXISTS_DATA on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method FINALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED Call by reference Type reference (TYPE) BUP_TS_CHANGED 20060623
2 Exporting ET_DATA_CREATED Call by reference Type reference (TYPE) TTS_DATA 20060623
3 Importing IR_BAS_IF Call by reference Object reference (TYPE REF TO) CL_BUP_BAS_INTERFACE 20060623
4 Importing IR_CHANGE_NOTIF Call by reference Object reference (TYPE REF TO) IF_BUP_EEWA_CHANGE_NOTIF 20060628
5 Importing IT_CENT_CREATED Call by reference Type reference (TYPE) BUP_TS_CENT_DATA_S_GUID 20060623

Method FINALIZE on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET Signature

Method GET on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method GET on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NEW Call by reference Type reference (TYPE) TTS_DATA 20060623
2 Exporting ET_OLD Call by reference Type reference (TYPE) TTS_DATA 20060623

Method GET_ALL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_BY_ADDRESS_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDRESS_GUID_DELETED Call by reference Type reference (TYPE) TTS_ADDRESS_GUID 20060623
2 Exporting ET_ADDRESS_GUID_UNKNOWN Call by reference Type reference (TYPE) TTS_ADDRESS_GUID 20060623
3 Exporting ET_DATA Call by reference Type reference (TYPE) TTS_DATA 20060623
4 Importing IT_ADDRESS_GUID Call by reference Type reference (TYPE) TTS_ADDRESS_GUID 20060623
5 Importing IV_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) ABAP_BOOL 20060623

Method GET_BY_ADDRESS_GUID on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_BY_GUID Signature

Method GET_BY_GUID on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method GET_BY_GUID on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_BY_PARTNER Signature

Method GET_BY_PARTNER on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method GET_BY_PARTNER on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_BY_PARTNER_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TTS_DATA 20060623
2 Exporting ET_PARTNER_DELETED Call by reference Type reference (TYPE) TTS_PARTNER 20060627
3 Exporting ET_PARTNER_UNKNOWN Call by reference Type reference (TYPE) TTS_PARTNER 20060627
4 Importing IT_PARTNER Call by reference Type reference (TYPE) TTS_PARTNER 20060627
5 Importing IV_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) ABAP_BOOL 20060623

Method GET_BY_PARTNER_IMPL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_BY_PARTNER_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TTS_DATA 20060623
2 Exporting EV_DELETED Call by reference Type reference (TYPE) ABAP_BOOL 20060623
3 Exporting EV_UNKNOWN Call by reference Type reference (TYPE) ABAP_BOOL 20060623
4 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID 20060623
5 Importing IV_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) ABAP_BOOL 20060623

Method GET_BY_PARTNER_SINGLE on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TTS_DATA 20060623
2 Exporting ET_KEY_DELETED Call by reference Type reference (TYPE) TTS_KEY 20060623
3 Exporting ET_KEY_UNKNOWN Call by reference Type reference (TYPE) TTS_KEY 20060623
4 Importing IT_KEY Call by reference Type reference (TYPE) TTS_KEY 20060623
5 Importing IV_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) ABAP_BOOL 20060623

Method GET_IMPL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_MODIFIED_PARTNER Signature

Method GET_MODIFIED_PARTNER on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method GET_MODIFIED_PARTNER on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_MODIFIED_PARTNER_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARTNER Value transfer Type reference (TYPE) TTS_PARTNER 20060628

Method GET_MODIFIED_PARTNER_IMPL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_PARTNER_W_CREATED_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARTNER Value transfer Type reference (TYPE) TTS_PARTNER 20060627

Method GET_PARTNER_W_CREATED_ADDRESS on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method GET_SINGLE 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) TY_DATA 20060623
2 Exporting EV_DELETED Call by reference Type reference (TYPE) ABAP_BOOL 20060623
3 Exporting EV_UNKNOWN Call by reference Type reference (TYPE) ABAP_BOOL 20060623
4 Importing IS_KEY Call by reference Type reference (TYPE) TY_KEY 20060623
5 Importing IV_RETRIEVE_BEFORE_IMAGE Call by reference Type reference (TYPE) ABAP_BOOL 20060623

Method GET_SINGLE on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method RESET_ALL Signature

Method RESET_ALL on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method RESET_ALL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method RESET_ALL_IMPL Signature

Method RESET_ALL_IMPL on class CL_BUP_EEWA_MEMU_CORE has no parameter.
Method RESET_ALL_IMPL on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method RESET_BY_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARTNER Call by reference Type reference (TYPE) TTS_PARTNER 20060627

Method RESET_BY_PARTNER on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method RESET_BY_PARTNER_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID 20060623

Method RESET_BY_PARTNER_SINGLE on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method SET_BY_PARTNER_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NEW Call by reference Type reference (TYPE) TTS_DATA 20060623
2 Importing IT_OLD Call by reference Type reference (TYPE) TTS_DATA 20060623
3 Importing IV_PARTNER_GUID Call by reference Type reference (TYPE) BU_PARTNER_GUID 20060623

Method SET_BY_PARTNER_SINGLE on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method SET_ORG_ADDR_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED Call by reference Type reference (TYPE) BUP_TS_CHANGED 20060623
2 Exporting ET_DATA_CREATED Call by reference Type reference (TYPE) TTS_DATA 20060623
3 Importing IR_BAS_IF Call by reference Object reference (TYPE REF TO) CL_BUP_BAS_INTERFACE 20060623
4 Importing IR_CHANGE_NOTIF Call by reference Object reference (TYPE REF TO) IF_BUP_EEWA_CHANGE_NOTIF 20060628
5 Importing IT_CENT_CREATED Call by reference Type reference (TYPE) BUP_TS_CENT_DATA_S_GUID 20060623

Method SET_ORG_ADDR_NUMBER on class CL_BUP_EEWA_MEMU_CORE has no exception.

Method SET_ORG_ADDR_NUMBER_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_NEW Call by reference Type reference (TYPE) TY_DATA 20060623
2 Changing CT_CHANGED Call by reference Type reference (TYPE) BUP_TS_CHANGED 20060623
3 Importing IR_BAS_IF Call by reference Object reference (TYPE REF TO) CL_BUP_BAS_INTERFACE 20060623
4 Importing IR_CHANGE_NOTIF Call by reference Object reference (TYPE REF TO) IF_BUP_EEWA_CHANGE_NOTIF 20060628
5 Importing IT_CENT_CREATED Call by reference Type reference (TYPE) BUP_TS_CENT_DATA_S_GUID 20060623

Method SET_ORG_ADDR_NUMBER_SINGLE on class CL_BUP_EEWA_MEMU_CORE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710