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 NameDescriptionVisability
COMPLETE_KEY_BUPAComplete Key of Business PartnerPublic
CALL METHOD cl_fica_bupa_clear_ref_obj=>COMPLETE_KEY_BUPA...more details

FILL_STRUCTURE_XSet All Fields of Structure to 'X'Public
CALL METHOD cl_fica_bupa_clear_ref_obj=>FILL_STRUCTURE_X...more details

MESSAGE_ADD_FROM_SYAdd Message from SY Fields to Table ET_MESSAGESPublic
CALL METHOD cl_fica_bupa_clear_ref_obj=>MESSAGE_ADD_FROM_SY...more details

POPUP_TO_CONFIRM_SAVEQuery after SaveProtected
CALL METHOD cl_fica_bupa_clear_ref_obj=>POPUP_TO_CONFIRM_SAVE...more details

REPLACE_REF_OBJECTS_ACCOUNTReplace References to Dependent Objects: Contract AccountProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_DELIMITERConstantSeparator for Object Key'#'LIKE
CHAR1
Protected
GC_NODE_BUPA_ADDRESSConstant'Address' Node'BUP010'LIKE
BU_NODE
Protected
GC_NODE_BUPA_BANK_DETAILSConstant'Bank Details' Node'BUP310'LIKE
BU_NODE
Protected
GC_NODE_BUPA_CREDIT_CARDConstant'Credit Card' Node'BUP300'LIKE
BU_NODE
Protected
GC_NODE_FICA_ACCOUNTConstantNode: 'Contract Account''F000'LIKE
BU_NODE
Protected
GC_NODE_FICA_ACCOUNT_REFConstantNode: 'Third Party Contract Account''F010'LIKE
BU_NODE
Protected
GC_NODE_FICA_CREDITWConstantNode: 'Creditworthiness''F210'LIKE
BU_NODE
Protected
GC_NODE_FICA_OIConstantNode: 'Open Items''F200'LIKE
BU_NODE
Protected
GC_NODE_FICA_OI_ACCOUNTConstantNode: 'Contract Accountn for Open Items''F201'LIKE
BU_NODE
Protected
GC_NODE_FICA_OI_ACCOUNT_ITEMSConstantNode: 'Open Items Assigned to Contract Account''F202'LIKE
BU_NODE
Protected
GC_NODE_FICA_OI_CONTRACTConstantNode: 'Contract for Open Items''F203'LIKE
BU_NODE
Protected
GC_NODE_FICA_OI_CONTRACT_ITEMSConstantNode: 'Open Items Assigned to Contract''F204'LIKE
BU_NODE
Protected
GC_NODE_FICA_SD_CUSTOMERConstantNode: 'SD Customer''F400'LIKE
BU_NODE
Protected
GC_NODE_FICA_SD_SALESDOCConstantNode: 'SD Sales Document''F450'LIKE
BU_NODE
Protected
GC_SLASHConstantSlash'/'LIKE
CHAR1
Protected
GC_XConstantBoolean Type, Do Not Use in Interfaces!'X'LIKE
BU_BOOLEAN
Public
GV_MSGTEXTStatic AttributeChar 80LIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!