SAP /BOFU/CL_ADDR_PERSIST_SZA0 OO Class - Address read Access via the local Memory
/BOFU/CL_ADDR_PERSIST_SZA0 is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_ADDR_PERSIST_SZA0 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_ADDR_MODIFYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_ADDR_RETRIEVEMethod list of /BOFU/CL_ADDR_PERSIST_SZA0 SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_addr_persist_sza0=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_addr_persist_sza0=>CONSTRUCTOR...more details | ||
| CONVERT_ADCOM_TO_COM_NUMBER | Conversion routine | Private |
| CALL METHOD /bofu/cl_addr_persist_sza0=>CONVERT_ADCOM_TO_COM_NUMBER...more details | ||
| CONVERT_COM_NUMBER_TO_ADCOM | Conversion routine | Private |
| CALL METHOD /bofu/cl_addr_persist_sza0=>CONVERT_COM_NUMBER_TO_ADCOM...more details | ||
| READ_REMARK | Reads remarks | Private |
| CALL METHOD /bofu/cl_addr_persist_sza0=>READ_REMARK...more details | ||
| RETRIEVE_COMM_DATA | Read communication data | Private |
| CALL METHOD /bofu/cl_addr_persist_sza0=>RETRIEVE_COMM_DATA...more details | ||
|
| ||
| UPDATE_COMM_DATA | Update communication date | Public |
| CALL METHOD /bofu/cl_addr_persist_sza0=>UPDATE_COMM_DATA...more details | ||
/BOFU/CL_ADDR_PERSIST_SZA0 attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_CAM1 | Constant | Address Group (Key) (Business Address Services) | 'CAM1' | LIKE AD_GROUP | Private |
| C_CONSNUMBER | Constant | Field Name | 'CONSNUMBER' | LIKE FIELDNAME | Private |
| C_FAX | Constant | Communication Method (Key) (Business Address Services) | 'FAX' | LIKE AD_COMM | Private |
| C_INT | Constant | Communication Method (Key) (Business Address Services) | 'INT' | LIKE AD_COMM | Private |
| C_NOTES | Constant | Field Name | 'NOTES' | LIKE FIELDNAME | Private |
| C_PAG | Constant | Communication Method (Key) (Business Address Services) | 'PAG' | LIKE AD_COMM | Private |
| C_PRT | Constant | Communication Method (Key) (Business Address Services) | 'PRT' | LIKE AD_COMM | Private |
| C_RML | Constant | Communication Method (Key) (Business Address Services) | 'RML' | LIKE AD_COMM | Private |
| C_SSF | Constant | Communication Method (Key) (Business Address Services) | 'SSF' | LIKE AD_COMM | Private |
| C_TEL | Constant | Communication Method (Key) (Business Address Services) | 'TEL' | LIKE AD_COMM | Private |
| C_TLX | Constant | Communication Method (Key) (Business Address Services) | 'TLX' | LIKE AD_COMM | Private |
| C_TRUE | Constant | Checkbox | 'X' | LIKE XFELD | Private |
| C_TTX | Constant | Communication Method (Key) (Business Address Services) | 'TTX' | LIKE AD_COMM | Private |
| C_URI | Constant | Communication Method (Key) (Business Address Services) | 'URI' | LIKE AD_COMM | Private |
| C_USAGES | Constant | Field Name | 'USAGES' | LIKE FIELDNAME | Private |
| C_X40 | Constant | Communication Method (Key) (Business Address Services) | 'X40' | LIKE AD_COMM | Private |
| GT_COMTYPES | Static Attribute | Table Type for Internal Conversion of Communication Types | LIKE ADCOMTYPES_TAB | Private | |
| MO_ADDR_ENCODE | Instance Attribute | Encoding routines for BAS Node Ids | LIKE /BOFU/CL_ADDR_ENCODE | Private | |
| MO_ADDR_MAP | Instance Attribute | Mapping routines for BAS structures | LIKE /BOFU/CL_ADDR_MAP | Private | |
| MT_ACTIVE_VERSIONS | Instance Attribute | LIKE TY_T_NATION | Private | ||
| MT_ADDR_DELETED | Instance Attribute | Table type for administering address deletion | LIKE TT_ADDR_DELETED | Private |
/BOFU/CL_ADDR_PERSIST_SZA0 types
TT_ADDR_DELETED - Table type for administering address deletionTY_ADDR_DELETED - Structure for administering address deletion
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects