SAP /BOFU/CL_ADDR_ENCODE OO Class - Encoding routines for BAS Node Ids
/BOFU/CL_ADDR_ENCODE 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_ENCODE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOFU/CL_ADDR_ENCODE 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 |
| ADAPT_HOST_ADDR_ROOT_LINK | Adapt host node to address root links | Public |
| CALL METHOD /bofu/cl_addr_encode=>ADAPT_HOST_ADDR_ROOT_LINK...more details | ||
| ADD_HOST_ADDR_ROOT_LINK | Add a new host node to address root link | Public |
| CALL METHOD /bofu/cl_addr_encode=>ADD_HOST_ADDR_ROOT_LINK...more details | ||
| CLEANUP_ADDR_BUFFERS | Cleanup internal address buffers | Public |
| CALL METHOD /bofu/cl_addr_encode=>CLEANUP_ADDR_BUFFERS...more details | ||
| COMPOSE_ADDRESS_ID | Protected | |
| CALL METHOD /bofu/cl_addr_encode=>COMPOSE_ADDRESS_ID...more details | ||
| DECODE_ADDRESS_TYPE | Public | |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_ADDRESS_TYPE...more details | ||
| DECODE_COMM_ID | Extractscomm data Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_COMM_ID...more details | ||
|
| ||
| DECODE_COMM_NOTE_ID | Extracts comm note Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_COMM_NOTE_ID...more details | ||
| DECODE_COMM_PREF_ID | Extracts communication preference Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_COMM_PREF_ID...more details | ||
| DECODE_COMM_USAGE_ID | Extracts comm usage Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_COMM_USAGE_ID...more details | ||
| DECODE_COMPOUND_ID | Extracts Address Number and Person Number from Node Id | Protected |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_COMPOUND_ID...more details | ||
| DECODE_GENERATED_ID | Extracts information from a generated Node Id | Protected |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_GENERATED_ID...more details | ||
| DECODE_ID_CATEGORY | Public | |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_ID_CATEGORY...more details | ||
| DECODE_LOCATION_ID | Extracts postal address Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_LOCATION_ID...more details | ||
| DECODE_NOTE_ID | Extracts note Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_NOTE_ID...more details | ||
| DECODE_ORG_NAME_ID | Extracts organisation name Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_ORG_NAME_ID...more details | ||
| DECODE_PERS_NAME_ID | Extracts person name Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_PERS_NAME_ID...more details | ||
| DECODE_WORKPLACE_ID | Extracts workplace Node Id | Public |
| CALL METHOD /bofu/cl_addr_encode=>DECODE_WORKPLACE_ID...more details | ||
| DECOMPOSE_ADDRESS_ID | Protected | |
| CALL METHOD /bofu/cl_addr_encode=>DECOMPOSE_ADDRESS_ID...more details | ||
| ENCODE_COMM_ID | Forms a Node Id for comm data | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_COMM_ID...more details | ||
| ENCODE_COMM_NOTE_ID | Forms a Node Id for comm note | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_COMM_NOTE_ID...more details | ||
| ENCODE_COMM_PREF_ID | Forms a Node Id for communication preference | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_COMM_PREF_ID...more details | ||
| ENCODE_COMM_USAGE_ID | Forms a Node Id for comm usage | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_COMM_USAGE_ID...more details | ||
| ENCODE_COMPOUND_ID | Forms a Node Id from Address Number and Person Number | Protected |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_COMPOUND_ID...more details | ||
| ENCODE_GENERATED_ID | Forms a generated Node Id | Protected |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_GENERATED_ID...more details | ||
| ENCODE_LOCATION_ID | Forms a Node Id for postal address | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_LOCATION_ID...more details | ||
| ENCODE_NOTE_ID | Forms a Node Id for note | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_NOTE_ID...more details | ||
| ENCODE_ORG_NAME_ID | Forms a Node Id for organisation name | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_ORG_NAME_ID...more details | ||
| ENCODE_PERS_NAME_ID | Forms a Node Id for person name | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_PERS_NAME_ID...more details | ||
| ENCODE_WORKPLACE_ID | Forms a Node Id for workplace | Public |
| CALL METHOD /bofu/cl_addr_encode=>ENCODE_WORKPLACE_ID...more details | ||
| GET_ADDR_KEY_MAP | Get addr_key map (all keys with the same addr_key) | Public |
| CALL METHOD /bofu/cl_addr_encode=>GET_ADDR_KEY_MAP...more details | ||
| GET_ADDR_SIBLING_CHANGES | Get changes for all addr roots pointing to the same address | Public |
| CALL METHOD /bofu/cl_addr_encode=>GET_ADDR_SIBLING_CHANGES...more details | ||
| GET_HOST_ADDR_ROOT_LINK | Get host node to address root link info | Public |
| CALL METHOD /bofu/cl_addr_encode=>GET_HOST_ADDR_ROOT_LINK...more details | ||
| GET_HOST_ADDR_ROOT_LINK_EXT | Get host-to-addr.-root link via BO/Node/Prefix and Host Key | Public |
| CALL METHOD /bofu/cl_addr_encode=>GET_HOST_ADDR_ROOT_LINK_EXT...more details | ||
| GET_INSTANCE | Get an instence of CL_ADDR_ENCODE | Public |
| CALL METHOD /bofu/cl_addr_encode=>GET_INSTANCE...more details | ||
| IS_ADDRESS_ID | Public | |
| CALL METHOD /bofu/cl_addr_encode=>IS_ADDRESS_ID...more details | ||
| IS_COMM_ID | Check: Address Node Id belongs to comm data | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_COMM_ID...more details | ||
| IS_COMM_NOTE_ID | Check: Address Node Id belongs to comm note | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_COMM_NOTE_ID...more details | ||
| IS_COMM_PREF_ID | Check: Address Node Id belongs to communication preference | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_COMM_PREF_ID...more details | ||
| IS_COMM_USAGE_ID | Check: Address Node Id belongs to comm usage | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_COMM_USAGE_ID...more details | ||
| IS_COMPOUND_ID | determines, if the Address Node Id belongs to an ex. address | Protected |
| CALL METHOD /bofu/cl_addr_encode=>IS_COMPOUND_ID...more details | ||
| IS_GENERATED_ID | determines, if the Address Node Id is a generated Id | Protected |
| CALL METHOD /bofu/cl_addr_encode=>IS_GENERATED_ID...more details | ||
| IS_LOCATION_ID | Check: Address Node Id belongs to a postal address | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_LOCATION_ID...more details | ||
| IS_NOTE_ID | Check: Address Node Id belongs to a note | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_NOTE_ID...more details | ||
| IS_ORG_NAME_ID | Check: Address Node Id belongs to an organisation name | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_ORG_NAME_ID...more details | ||
| IS_PERS_NAME_ID | Check: Address Node Id belongs to a person name | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_PERS_NAME_ID...more details | ||
| IS_WORKPLACE_ID | Check: Address Node Id belongs to a workplace | Public |
| CALL METHOD /bofu/cl_addr_encode=>IS_WORKPLACE_ID...more details | ||
| MAP_ADDR_NODE_KEY | Map address instance key (context specific <-> unspecific) | Public |
| CALL METHOD /bofu/cl_addr_encode=>MAP_ADDR_NODE_KEY...more details | ||
| REGISTER_NEW_ADDR_NODE_KEY | Register new address node instance key (context specific) | Public |
| CALL METHOD /bofu/cl_addr_encode=>REGISTER_NEW_ADDR_NODE_KEY...more details | ||
/BOFU/CL_ADDR_ENCODE 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_ACP | Constant | Character Field Length = 10 | 'ACP' | LIKE CHAR3 | Protected |
| C_AD | Constant | Character Field Length = 10 | 'AD' | LIKE CHAR2 | Protected |
| C_AV | Constant | 3-Byte field | 'AV' | LIKE CHAR2 | Protected |
| C_CN | Constant | Version Number Component | 'CN' | LIKE CHAR2 | Protected |
| C_CO | Constant | Version Number Component | 'CO' | LIKE CHAR2 | Protected |
| C_COMM_SIP | Constant | Communication Method (Key) (Business Address Services) | 'SIP' | LIKE AD_COMM | Protected |
| C_COMM_URI | Constant | Communication Method (Key) (Business Address Services) | 'URI' | LIKE AD_COMM | Protected |
| C_CPR | Constant | 3-Byte field | 'CPR' | LIKE CHAR3 | Protected |
| C_CU | Constant | Version Number Component | 'CU' | LIKE CHAR2 | Protected |
| C_GEN | Constant | Character Field Length = 10 | 'GEN' | LIKE CHAR3 | Protected |
| C_ID_CATEGORY_ISHARE | Constant | Categorization of an AddressID | 'I' | LIKE /BOFU/AD_ID_CATEGORY | Public |
| C_ID_CATEGORY_NORMAL | Constant | Categorization of an AddressID | SPACE | LIKE /BOFU/AD_ID_CATEGORY | Public |
| C_LOC | Constant | 3-Byte field | 'LOC' | LIKE CHAR3 | Protected |
| C_ONA | Constant | 3-Byte field | 'ONA' | LIKE CHAR3 | Protected |
| C_PNA | Constant | 3-Byte field | 'PNA' | LIKE CHAR3 | Protected |
| C_REM | Constant | 3-Byte field | 'REM' | LIKE CHAR3 | Protected |
| C_TRUE | Constant | Checkbox | 'X' | LIKE XFELD | Protected |
| C_WPL | Constant | 3-Byte field | 'WPL' | LIKE CHAR3 | Protected |
| MO_ME | Static Attribute | Encoding routines for BAS Node Ids | LIKE /BOFU/CL_ADDR_ENCODE | Protected | |
| MT_ADDR_NODE_KEY_MAP | Instance Attribute | Address instance key mapping | LIKE TT_INSTANCE_KEY_MAP | Protected | |
| MT_HOST_ROOT_LINK | Instance Attribute | Host node instance to address root key link table | LIKE TT_HOST_ADDR_ROOT_KEY_LINK | Protected | |
| MT_ROOT_KEY_CLEANUP | Instance Attribute | Address Root Keys which were cleaned up | LIKE /BOBF/T_FRW_KEY | Protected |
/BOFU/CL_ADDR_ENCODE types
TT_HOST_ADDR_ROOT_KEY_LINK - Host node instance to address root key link tableTT_INSTANCE_KEY_MAP -
TY_HOST_ADDR_ROOT_KEY_LINK - Host node instance to address root key link table
TY_INSTANCE_KEY_MAP - Address instance key mapping
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