Fonction SAP UPC_STATISTIC_DELETE - Delete Records from Statistics Table

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_TO_DATE SYDATUM D 8 SY-DATUM Date and Time, Current (Application Server) Date

Functionality
The SEM-BPS application has its own statistic functions, which storekey figures in database tables for a large number of user activities.The entries of this table can be deleted with this function module.

Parameter
i_to_date,,: All statistics records are deleted up to the data entered.

Example
The call deletes all data up to 01.08.2001.
upc_statistic_delete
exporting
i_to_date = ' 20010801'.