SAP CL_FICA_BUPA_CLEAR_REF_OBJ OO Class - FI-CA BP Data Cleansing: Upper Class for Dependent Objects
CL_FICA_BUPA_CLEAR_REF_OBJ 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 CL_FICA_BUPA_CLEAR_REF_OBJ 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 CL_FICA_BUPA_CLEAR_REF_OBJ 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 |
| COMPLETE_KEY_BUPA | Complete Key of Business Partner | Public |
| CALL METHOD cl_fica_bupa_clear_ref_obj=>COMPLETE_KEY_BUPA...more details | ||
| FILL_STRUCTURE_X | Set All Fields of Structure to 'X' | Public |
| CALL METHOD cl_fica_bupa_clear_ref_obj=>FILL_STRUCTURE_X...more details | ||
| MESSAGE_ADD_FROM_SY | Add Message from SY Fields to Table ET_MESSAGES | Public |
| CALL METHOD cl_fica_bupa_clear_ref_obj=>MESSAGE_ADD_FROM_SY...more details | ||
| POPUP_TO_CONFIRM_SAVE | Query after Save | Protected |
| CALL METHOD cl_fica_bupa_clear_ref_obj=>POPUP_TO_CONFIRM_SAVE...more details | ||
| REPLACE_REF_OBJECTS_ACCOUNT | Replace References to Dependent Objects: Contract Account | Protected |
| CALL METHOD cl_fica_bupa_clear_ref_obj=>REPLACE_REF_OBJECTS_ACCOUNT...more details | ||
CL_FICA_BUPA_CLEAR_REF_OBJ 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 |
| GC_DELIMITER | Constant | Separator for Object Key | '#' | LIKE CHAR1 | Protected |
| GC_NODE_BUPA_ADDRESS | Constant | 'Address' Node | 'BUP010' | LIKE BU_NODE | Protected |
| GC_NODE_BUPA_BANK_DETAILS | Constant | 'Bank Details' Node | 'BUP310' | LIKE BU_NODE | Protected |
| GC_NODE_BUPA_CREDIT_CARD | Constant | 'Credit Card' Node | 'BUP300' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_ACCOUNT | Constant | Node: 'Contract Account' | 'F000' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_ACCOUNT_REF | Constant | Node: 'Third Party Contract Account' | 'F010' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_CREDITW | Constant | Node: 'Creditworthiness' | 'F210' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_OI | Constant | Node: 'Open Items' | 'F200' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_OI_ACCOUNT | Constant | Node: 'Contract Accountn for Open Items' | 'F201' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_OI_ACCOUNT_ITEMS | Constant | Node: 'Open Items Assigned to Contract Account' | 'F202' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_OI_CONTRACT | Constant | Node: 'Contract for Open Items' | 'F203' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_OI_CONTRACT_ITEMS | Constant | Node: 'Open Items Assigned to Contract' | 'F204' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_SD_CUSTOMER | Constant | Node: 'SD Customer' | 'F400' | LIKE BU_NODE | Protected |
| GC_NODE_FICA_SD_SALESDOC | Constant | Node: 'SD Sales Document' | 'F450' | LIKE BU_NODE | Protected |
| GC_SLASH | Constant | Slash | '/' | LIKE CHAR1 | Protected |
| GC_X | Constant | Boolean Type, Do Not Use in Interfaces! | 'X' | LIKE BU_BOOLEAN | Public |
| GV_MSGTEXT | Static Attribute | Char 80 | LIKE CHAR80 | Public |
Links to Related Class(s)
CL_FICA_...Full list of available SAP object classes
Search for further information about these or an SAP related objects