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 Name | Description | Visability |
| CONSIDER_BCONTA_RETENTION | remove contacts still in retention period from bconta | Public |
| CALL METHOD cl_isu_bcont_archive=>CONSIDER_BCONTA_RETENTION...more details | ||
| DELETE_BCONT | Delete BCONT Entries | Private |
| CALL METHOD cl_isu_bcont_archive=>DELETE_BCONT...more details | ||
| DELETE_BCONT_LINK_ATTR | Delete BCONT_LINK_ATTR Entries | Private |
| CALL METHOD cl_isu_bcont_archive=>DELETE_BCONT_LINK_ATTR...more details | ||
| DELETE_BPCT_CRM_GUIDS | Delete BPCT_SRM_GUIDS Entries | Private |
| CALL METHOD cl_isu_bcont_archive=>DELETE_BPCT_CRM_GUIDS...more details | ||
| DELETE_DATA | Delete Business Partner Contact Data | Public |
| CALL METHOD cl_isu_bcont_archive=>DELETE_DATA...more details | ||
| DELETE_SRL_ARLNK | Delete SRL_ARLNK Entries | Private |
| CALL METHOD cl_isu_bcont_archive=>DELETE_SRL_ARLNK...more details | ||
|
| ||
| FETCH_NEXT_RECORDS | Read Next Business Partner Contact | Public |
| CALL METHOD cl_isu_bcont_archive=>FETCH_NEXT_RECORDS...more details | ||
| INIT_RETENTION | Get retention periods for Business Partner Contact | Public |
| CALL METHOD cl_isu_bcont_archive=>INIT_RETENTION...more details | ||
| OPEN_ARCHIVING_CURSOR | Open Database Cursor for BCONT | Public |
| CALL METHOD cl_isu_bcont_archive=>OPEN_ARCHIVING_CURSOR...more details | ||
| PREPARE_ARCHIVE_WRITE | Prepare Archive Handle and write all tables to the archive | Public |
| CALL METHOD cl_isu_bcont_archive=>PREPARE_ARCHIVE_WRITE...more details | ||
| PROTOCOL_COLLECT | Collecting error messages | Private |
| CALL METHOD cl_isu_bcont_archive=>PROTOCOL_COLLECT...more details | ||
| READ_DATA | Read Business Partner Contact | Public |
| CALL METHOD cl_isu_bcont_archive=>READ_DATA...more details | ||
| SELECT_BCONT_MULTIPLE | Read Header Records for Business Partner Contact | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_TRUE | Constant | Indicators | 'X' | LIKE KENNZX_BPCT | Private |
| GT_TY_BCONTA | Static Attribute | internal table for BCONTA | LIKE TY_BCONTA | Private | |
| P_CURSOR | Instance Attribute | Database Cursor | LIKE CURSOR | Private | |
| RETEN_100 | Static Attribute | Retention time dummy 100 days is used | LIKE 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