Ansicht
Dokumentation

STC_SC_UI_CUSTOMER_CLEANUP - System Copy: Task Manager UI for Cleanup of Custom Specific Tables

STC_SC_UI_CUSTOMER_CLEANUP - System Copy: Task Manager UI for Cleanup of Custom Specific Tables

Fill RESBD Structure from EBP Component Structure   CL_GUI_FRONTEND_SERVICES - Frontend Services  
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 customer specific tables. You can add specific tables by implementing a Business Add-In (BAdI).

Prerequisites

Dependencies

Check

Execution

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

Example

A BAdI with parameter IV_CUST_INFO is implemented in your ABAP system as follows:

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.

  • To include the tables ZTABLE1 and ZTABLES2 in the cleanup, enter TAGXinto the Additional Information for Customer Exit UI field.
  • To include the tables ZTABLE3 and ZTABLES4 in the cleanup, enter anything other than TAGX into the Additional Information for Customer Exit field.
  • If you leave the Additional Information for Customer Exit field empty, the task deletes no appended tables.






PERFORM Short Reference   General Material Data  
This documentation is copyright by SAP AG.

Length: 2173 Date: 20240520 Time: 135617     sap01-206 ( 53 ms )