SAP /BOFU/IF_ADDRESS OO Class - x
/BOFU/IF_ADDRESS 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/IF_ADDRESS 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/IF_ADDRESS 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 |
/BOFU/IF_ADDRESS 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 |
| CO_ACTION | Constant | Actions | LIKE | Public | |
| CO_ACTION_P_ATTR | Constant | Action Parameter Attributes | LIKE | Public | |
| CO_ASSOC | Constant | Associations | LIKE | Public | |
| CO_ATTR | Constant | Node Attributes | LIKE | Public | |
| CO_BO_NAME | Constant | Address | '/BOFU/ADDRESS' | LIKE STRING | Public |
| CO_BO_NODE | Constant | Nodes | LIKE | Public | |
| CO_KEY | Constant | Alternative Keys | LIKE | Public |
/BOFU/IF_ADDRESS types
S -TT_COMMUNICATION_PREFERENCE -
TT_EMAIL -
TT_EMAIL_NOTE -
TT_EMAIL_USAGE -
TT_FACSIMILE -
TT_FACSIMILE_NOTE -
TT_FACSIMILE_USAGE -
TT_FORMATTED_ADDRESS -
TT_NOTE -
TT_ORGANISATION_NAME -
TT_PERSON_NAME -
TT_POSTAL_ADDRESS -
TT_ROOT -
TT_TELEPHONE -
TT_TELEPHONE_NOTE -
TT_TELEPHONE_USAGE -
TT_WEB -
TT_WEB_NOTE -
TT_WEB_USAGE -
TT_WORKPLACE -
TY_ACTION_P -
TY_COMMUNICATION_PREFERENCE -
TY_EMAIL -
TY_EMAIL_NOTE -
TY_EMAIL_USAGE -
TY_FACSIMILE -
TY_FACSIMILE_NOTE -
TY_FACSIMILE_USAGE -
TY_FORMATTED_ADDRESS -
TY_NOTE -
TY_ORGANISATION_NAME -
TY_PERSON_NAME -
TY_POSTAL_ADDRESS -
TY_ROOT -
TY_TELEPHONE -
TY_TELEPHONE_NOTE -
TY_TELEPHONE_USAGE -
TY_WEB -
TY_WEB_NOTE -
TY_WEB_USAGE -
TY_WORKPLACE -
Links to Related Class(s)
/BOFU/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects