cancel
Showing results for 
Search instead for 
Did you mean: 

Selective Data target deletion - Job

Former Member
0 Kudos

Hi,

Is it possible to do selective deletion of data targets for a scheduled intervals.

For example,

On 1st of every month, a job has to get scheduled deleting the past 15 days of record from the infocube. And subsequently, updated data for the last 15 days will be pushed in to the infocube from an RFC.

Please let me know for any clarifications.

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member188011
Active Contributor
0 Kudos

Hi there:

The alternative we took is based on this Wiki.

"Using Selective Deletion in Process Chains"

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/603a9558-0af1-2b10-86a3-c685c6007...

To avoid using hardcode we created a Custom Table that is read by an ABAP Program located on the InfoPackage, on that Table we store the input parameters: InfoCube Name, any Characteristic present on the InfoCube, Operator (EQ or BT) and start/end values in case of a range.

Regards,

Francisco Milán.

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi.

You can create a program for selective deletion and use it in process chain as described [here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/603a9558-0af1-2b10-86a3-c685c60071bc?quicklink=index&overridelayout=true].

Regards.