cancel
Showing results for 
Search instead for 
Did you mean: 

Forecast Data unlock and Lock in BW Planning

srshekars
Participant
0 Kudos

Hi,

We have a requirement to unlock the locked (Data Slice) Forecast data. And used the below code and checked it triggers "Incorrect formula component: I_STATUS". Will it be possible to help in this.

CALL FUNCTION Z_BIP_DATASLICE_SET_STATUS (this is our ABAP Code)

EXPORTING I_INFOPROV = XXXXXXXXXXX (my planning model) 

I_DSNR = 1 

I_STATUS = 2

Accepted Solutions (1)

Accepted Solutions (1)

maria_ruseva1
Explorer
0 Kudos

Hello,

is the function module added in transaction SM30 to RSPLF_FDIR table?

is there a point after I_STATUS = 2 ?

Answers (1)

Answers (1)

srshekars
Participant
0 Kudos

Hi Maria,

Thanks for the suggestion. You are right. I_STATUS is missed in the Function Module, after correcting it, it worked as expected.

Thanks again.

Regards

Sekhar