SAP ABAP Class /BOFU/CL_ADDR_PERSIST_SZA0 (Address read Access via the local Memory)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/ADDRESS_ADAPTER (Package) Address adapter framework (missing 7.10 functionality)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ADDR_MODIFY Write Addresses to the Persistency 20081127
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ADDR_RETRIEVE Read Address data from the Persistency 20081127
Properties
Class /BOFU/CL_ADDR_PERSIST_SZA0  
Short Description Address read Access via the local Memory    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class AM    
Program status P  SAP Standard Production Program 
Category 0   
Package /BOFU/ADDRESS_ADAPTER   Address adapter framework (missing 7.10 functionality) 
Created 20081127   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOFU/CL_ADDR_PERSIST_SZA0 has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_ADDR_MODIFY Write Addresses to the Persistency 20081127
2 /BOFU/IF_ADDR_RETRIEVE Read Address data from the Persistency 20081127
Friends
# Friend Modeled only Created on Description
1 /BOFU/CL_ADDR_MAIN 20081127 Memory Layer for the ESA-Service Provider of DO Address
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CAM1 Constant Private Type reference (TYPE) AD_GROUP 'CAM1' Address Group (Key) (Business Address Services) 20081127
2 C_CONSNUMBER Constant Private Type reference (TYPE) FIELDNAME 'CONSNUMBER' Field Name 20081127
3 C_FAX Constant Private Type reference (TYPE) AD_COMM 'FAX' Communication Method (Key) (Business Address Services) 20081127
4 C_INT Constant Private Type reference (TYPE) AD_COMM 'INT' Communication Method (Key) (Business Address Services) 20081127
5 C_NOTES Constant Private Type reference (TYPE) FIELDNAME 'NOTES' Field Name 20081127
6 C_PAG Constant Private Type reference (TYPE) AD_COMM 'PAG' Communication Method (Key) (Business Address Services) 20081127
7 C_PRT Constant Private Type reference (TYPE) AD_COMM 'PRT' Communication Method (Key) (Business Address Services) 20081127
8 C_RML Constant Private Type reference (TYPE) AD_COMM 'RML' Communication Method (Key) (Business Address Services) 20081127
9 C_SSF Constant Private Type reference (TYPE) AD_COMM 'SSF' Communication Method (Key) (Business Address Services) 20081127
10 C_TEL Constant Private Type reference (TYPE) AD_COMM 'TEL' Communication Method (Key) (Business Address Services) 20081127
11 C_TLX Constant Private Type reference (TYPE) AD_COMM 'TLX' Communication Method (Key) (Business Address Services) 20081127
12 C_TRUE Constant Private Type reference (TYPE) XFELD 'X' Checkbox 20081127
13 C_TTX Constant Private Type reference (TYPE) AD_COMM 'TTX' Communication Method (Key) (Business Address Services) 20081127
14 C_URI Constant Private Type reference (TYPE) AD_COMM 'URI' Communication Method (Key) (Business Address Services) 20081127
15 C_USAGES Constant Private Type reference (TYPE) FIELDNAME 'USAGES' Field Name 20081127
16 C_X40 Constant Private Type reference (TYPE) AD_COMM 'X40' Communication Method (Key) (Business Address Services) 20081127
17 GT_COMTYPES Static Attribute Private Type reference (TYPE) ADCOMTYPES_TAB Table Type for Internal Conversion of Communication Types 20081127
18 MO_ADDR_ENCODE Instance attribute Private Object reference (TYPE REF TO) /BOFU/CL_ADDR_ENCODE Encoding routines for BAS Node Ids 20081127
19 MO_ADDR_MAP Instance attribute Private Object reference (TYPE REF TO) /BOFU/CL_ADDR_MAP Mapping routines for BAS structures 20081127
20 MT_ACTIVE_VERSIONS Instance attribute Private Type reference (TYPE) TY_T_NATION 20081127
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081127
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081127
3 CONVERT_ADCOM_TO_COM_NUMBER Instance method Private Method Conversion routine 20081127
4 CONVERT_COM_NUMBER_TO_ADCOM Instance method Private Method Conversion routine 20081127
5 READ_REMARK Instance method Private Method Reads remarks 20081127
6 RETRIEVE_COMM_DATA Instance method Private Method Read communication data 20081127
7 UPDATE_COMM_DATA Instance method Public Method Update communication date 20081127
Events
Class /BOFU/CL_ADDR_PERSIST_SZA0 has no event.
Types
Class /BOFU/CL_ADDR_PERSIST_SZA0 has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /BOFU/CL_ADDR_PERSIST_SZA0 has no parameter.
Method CLASS_CONSTRUCTOR on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BOFU/CL_ADDR_PERSIST_SZA0 has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method CONVERT_ADCOM_TO_COM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_COM_NUMBER Call by reference Type reference (TYPE) ANY 20081127
2 Importing IS_ADCOM Call by reference Type reference (TYPE) ANY 20081127
3 Importing IV_COMM_TYPE Call by reference Type reference (TYPE) AD_COMM Communication Method (Key) (Business Address Services) 20081127

Method CONVERT_ADCOM_TO_COM_NUMBER on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method CONVERT_COM_NUMBER_TO_ADCOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADCOM Call by reference Type reference (TYPE) ANY 20081127
2 Importing IS_COM_NUMBER Call by reference Type reference (TYPE) ANY 20081127
3 Importing IV_COMM_TYPE Call by reference Type reference (TYPE) AD_COMM Communication Method (Key) (Business Address Services) 20081127
4 Importing IV_CONSNUMBER Call by reference Type reference (TYPE) AD_CONSNUM Sequence number 20081127

Method CONVERT_COM_NUMBER_TO_ADCOM on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method READ_REMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting EV_REMARK Call by reference Type reference (TYPE) AD_REMARK2 Table of remarks 20081127
3 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
4 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
5 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
6 Importing IV_COMM_TYPE Call by reference Type reference (TYPE) AD_COMM Communication Method (Key) (Business Address Services) 20081127
7 Importing IV_CONSNUMBER Call by reference Type reference (TYPE) AD_CONSNUM Sequence number 20081127
8 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key for the Current Text Environment 20081127
9 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
10 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method READ_REMARK on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method RETRIEVE_COMM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMM_DATA_WITH_KEY Call by reference Type reference (TYPE) STANDARD TABLE Telephone numbers for several addresses 20081127
2 Importing IT_ADDRESS_KEY Call by reference Type reference (TYPE) /BOFU/ADDRT_ADDRESS_KEY Table of alternate address keys 20081127
3 Importing IV_COMM_TYPE Call by reference Type reference (TYPE) AD_COMM Communication Method (Key) (Business Address Services) 20081127

Method RETRIEVE_COMM_DATA on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.

Method UPDATE_COMM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_COMM_DATA Call by reference Type reference (TYPE) STANDARD TABLE Communication data 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_COMM_TYPE Call by reference Type reference (TYPE) AD_COMM Communication Method (Key) (Business Address Services) 20081127
8 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
9 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
10 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_COMM_DATA on class /BOFU/CL_ADDR_PERSIST_SZA0 has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701