SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_ERASE_SAMPLE_DATA SAP ABAP Report - Delete Program for Application Test Data







CACS_ERASE_SAMPLE_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to delete application test data such as transaction data, master data, client-specific configuration data, as well as the application definition itself...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CACS_ERASE_SAMPLE_DATA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CACS_ERASE - Delete Program for ICM Applications


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CACS_ERASE_SAMPLE_DATA. "Basic submit
SUBMIT CACS_ERASE_SAMPLE_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_ERASE_SAMPLE_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_APPL = D .
Selection Text: P_RUNT = Test Run
Selection Text: P_DTRA = Delete Transaction Data
Selection Text: P_DMAS = Delete Master Data
Selection Text: P_DIND = Delete Cross-Client Config.
Selection Text: P_DGEN = Delete Generated Objects
Selection Text: P_DCUS = Delete Client-Spec.Configur.
Selection Text: P_DAPP = Delete Application
Title: Delete Program for Application Test Data
Text Symbol: TRA = Delete Transaction Data
Text Symbol: TCC = Cross-client data will be deleted
Text Symbol: TCB = Client assignment of application will be deleted
Text Symbol: TCA = Copy service will be deleted
Text Symbol: TC9 = Application logs will be deleted
Text Symbol: TC8 = Condition records will be deleted
Text Symbol: TC7 = PD-Org. assignments will be deleted
Text Symbol: TC6 = Number ranges will be deleted
Text Symbol: TC5 = Transaction data will be deleted
Text Symbol: TC4 = Master data will be deleted
Text Symbol: TC3 = Cross-client data will be deleted
Text Symbol: TC2 = Application will be deleted
Text Symbol: TC1 = Construction objects will be deleted
Text Symbol: TA1 = Commission Application
Text Symbol: T03 = Run Type Selection
Text Symbol: T02 = Data Selections
Text Symbol: T01 = Application Selection
Text Symbol: SC1 = Table Filter
Text Symbol: MAS = Delete Master Data
Text Symbol: GEN = Delete Generated Objects
Text Symbol: DIN = Delete Cross-Client Config.
Text Symbol: CUS = Delete Client-Spec.Configur.
Text Symbol: BUL = o
Text Symbol: B01 = Process Steps
Text Symbol: APP = Delete Application


INCLUDES used within this REPORT CACS_ERASE_SAMPLE_DATA

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CACS_ERASE_SAMPLE_DATA or its description.