cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding process chain

Former Member
0 Kudos

Hi Experts,

I have one scenario , after the end of the month move current month data to previous year and delete current month data using process chains.

can anybody explain please how to do this.

Flow:

DSO - Currentmonth cube -- prvious year

how to implement logic in process chain 2004s

Thanks

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I m not sure if I understanding you, but what happened if you configure a process chain with the following flow

1) Load data from Cube1 to Cube2

2) If this was done successfully, then delete the data

Hope this help you

regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Venkat,

Put all these in same process chain.

Load data as you mentioned... DSO -- Current Month Cube -->ABAP Program to trigger Event for Month End -> Previous year data Cube --> Delete Current Month Cube Data upon successful of Load to Previous Year Cube...

If it is end of the month, trigger the Event in ABAP Program.

hope this helps.

Nagesh Ganisetti.

  • assign points if it helps.

Former Member
0 Kudos

Hi Nagesh,

Can you expalin more ...

Former Member
0 Kudos

Create an ABAP Program. in that check SY-datum value is monthend or not? if it is month end ... execute your Event using BP_EVENT_RAISE FM.

If it is not month end, data won't go to Cube. you need to do ODS to Cube FULL load. once it comes monthend, you need to delete data from ODS.

Hope this helps.

Nagesh Ganisetti.

  • assign points if it helps.