Ansicht
Dokumentation

STC_SC_UI_COMMON_CLEANUP - System Copy: Task Manager UI for Common ABAP Table Cleanup

STC_SC_UI_COMMON_CLEANUP - System Copy: Task Manager UI for Common ABAP Table Cleanup

CPI1466 during Backup   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Disclaimer:

This function is only available if you own an "SAP Landscape Virtualization Management" enterprise edition license. Please contact your SAP representative to obtain a license to make this function available.

Purpose

Use this task to delete source system entries from the following tables:

  • ABAP basis tables
  • Tables SWNCMONI and SWNCMONIINDEX that contain statistics data
  • Additional tables that you want to be cleaned up. You can add them by implementing a Business Add-In (BAdI). This task detects if BAdIs are implemented in the system. If BAdIs exist, you can add additional customer information to your implementation.

Prerequisites

Dependencies

Check

Execution

If you want additional customer information to be transferred to your implementation, enter this information into the text field. It will be sent to the customer exit. For more information, see SAP Note 1454577.

The system deletes source system entries from ABAP basis tables, the tables containing statistics data, and additionally selected tables. To obtain a list of the related ABAP basis tables, run report SCTC_LIST_TABLES with option Data Cleanup for components cv_ccmshistory, cv_ccmsconfig, cv_moni, cv_others, and cv_batchjobs.

Example

Maintain Variant UI:

Additional Information for Customer Exit = TAGX

BAdI coding:

Case IV_CUST_INFO.
    when 'TAGX'.
      APPEND 'ZTABLE1' TO et_tables.
      APPEND 'ZTABLE2' TO et_tables.
    #

    when others.
      APPEND 'ZTABLE3' TO et_tables.
      APPEND 'ZTABLE4' TO et_tables.

  endcase.

#

Result:

All appended customer tables will be truncated.






Vendor Master (General Section)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 2574 Date: 20240601 Time: 061939     sap01-206 ( 42 ms )