cancel
Showing results for 
Search instead for 
Did you mean: 

Delete the last delta load request from Infocube and last full load from DSO through process chain

former_member206066
Participant
0 Kudos

Hello Experts,

I have a flow which loads full from DSO1 to another DSO2 and then delta load from DSO2 To Cube1.

I need to delete the last request from DSO2 and Cube1 before load everytime.

I have checked the SDN post :

https://archive.sap.com/discussions/thread/1910705

(RSICCONT is table which the Request of all cube data Target .

code :-

data msid type i.

select max( sid ) into msid from RSICCONT where Icube = '<your cube name >'.

delete from RSICCONT where sid = msid and icube = '<your cube name>')

But using this process the last request deletion can be done but after deletion when I am loading it again it is giving me dump. As the old request just disappears from the manage screen of the cube but request status is successful.It could not make the request status as deleted.

What can be the solution

Thanks,

Ipsita

former_member206066
Participant
0 Kudos

Hello Experts,

To change the old request status to deleted should I also change the UState(Value to 4)and TState(Value to 4) of the request in the table RSBKREQUEST??

Thanks,

Ipsita

Accepted Solutions (0)

Answers (0)