cancel
Showing results for 
Search instead for 
Did you mean: 

Delete DSO (write optimized) by ABAP code.

Former Member
0 Kudos

Hi

I have a write optimzed DSO (only active table).

For some modeling purpose i want to delete specific data through ABAP code in a process chain. Is there any problems in doing this? The DSO is not used for moving data to other datawarehouse objects.

Any ideas?

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

No, I dont think this is a problem as long as you use the standard SAP programs for selective deletion.

There is a standard FM RSDRD_SEL_DELETION that you can include in your ABAP program to carry out selective deletion. This would work the same as managing the ODS and carrying out selective deletion. The application will be aware of the deletions that have occured.

Cheers -

Former Member
0 Kudos

IF you dont need it, you can delete with a process type "complete deletion of data target contents".

You dont need a program.

Ravi Thothadri

Former Member
0 Kudos

Hi again

I don't want to delete the full contents. Only data by different criteria.

Chris