SAP CL_ISU_BCONT_ARCHIVE OO Class - Archive Business Partner Contact









CL_ISU_BCONT_ARCHIVE 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_ISU_BCONT_ARCHIVE 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_ISU_BCONT_ARCHIVE 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
CONSIDER_BCONTA_RETENTIONremove contacts still in retention period from bcontaPublic
CALL METHOD cl_isu_bcont_archive=>CONSIDER_BCONTA_RETENTION...more details

DELETE_BCONTDelete BCONT EntriesPrivate
CALL METHOD cl_isu_bcont_archive=>DELETE_BCONT...more details

DELETE_BCONT_LINK_ATTRDelete BCONT_LINK_ATTR EntriesPrivate
CALL METHOD cl_isu_bcont_archive=>DELETE_BCONT_LINK_ATTR...more details

DELETE_BPCT_CRM_GUIDSDelete BPCT_SRM_GUIDS EntriesPrivate
CALL METHOD cl_isu_bcont_archive=>DELETE_BPCT_CRM_GUIDS...more details

DELETE_DATADelete Business Partner Contact DataPublic
CALL METHOD cl_isu_bcont_archive=>DELETE_DATA...more details

DELETE_SRL_ARLNKDelete SRL_ARLNK EntriesPrivate
CALL METHOD cl_isu_bcont_archive=>DELETE_SRL_ARLNK...more details

FETCH_NEXT_RECORDSRead Next Business Partner ContactPublic
CALL METHOD cl_isu_bcont_archive=>FETCH_NEXT_RECORDS...more details

INIT_RETENTIONGet retention periods for Business Partner ContactPublic
CALL METHOD cl_isu_bcont_archive=>INIT_RETENTION...more details

OPEN_ARCHIVING_CURSOROpen Database Cursor for BCONTPublic
CALL METHOD cl_isu_bcont_archive=>OPEN_ARCHIVING_CURSOR...more details

PREPARE_ARCHIVE_WRITEPrepare Archive Handle and write all tables to the archivePublic
CALL METHOD cl_isu_bcont_archive=>PREPARE_ARCHIVE_WRITE...more details

PROTOCOL_COLLECTCollecting error messagesPrivate
CALL METHOD cl_isu_bcont_archive=>PROTOCOL_COLLECT...more details

READ_DATARead Business Partner ContactPublic
CALL METHOD cl_isu_bcont_archive=>READ_DATA...more details

SELECT_BCONT_MULTIPLERead Header Records for Business Partner ContactPrivate
CALL METHOD cl_isu_bcont_archive=>SELECT_BCONT_MULTIPLE...more details



CL_ISU_BCONT_ARCHIVE 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
CO_TRUEConstantIndicators'X'LIKE
KENNZX_BPCT
Private
GT_TY_BCONTAStatic Attributeinternal table for BCONTALIKE
TY_BCONTA
Private
P_CURSORInstance AttributeDatabase CursorLIKE
CURSOR
Private
RETEN_100Static AttributeRetention time dummy 100 days is usedLIKE
CHAR1
Private




CL_ISU_BCONT_ARCHIVE types

TY_BCONTA -

Links to Related Class(s)

CL_ISU_B...
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!