cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Analytics Cloud for planning- Data Action Script - Write only on booked cells

guenay
Participant
0 Kudos

Hi friends,

I do want to creat a data action which only writes on booked cells. I need this because otherwise the data action won't run because of too many cells.

I tried it with this one:

FOREACH.BOOKED [d/Material_Neu]

DATA([d/DBSCHEMA_COMA] = "COMA122") = 1


ENDFOR

But still it won't work somehow...

Does someone has experience in writing on only booked members?

Kind regards,

Ismail

dskiendziel
Participant
0 Kudos

Hi Ismail,

What is the exact error message you are receiving? Also, are you defining the scope of the DA step with the MEMBERSET? If so, please share.

Dan

Accepted Solutions (1)

Accepted Solutions (1)

suleirmak
Participant

Hi İsmail,

After defining memberset which only reads booked members, you can add resultlookup()/resultlookup() as below. With this trick you make a formula as transaction driven.

1*Resultlookup()/ Resultlookup() 

Regards

Sule

Answers (1)

Answers (1)

guenay
Participant
0 Kudos

Hi friends,

as I tried out further I found out, that because of to many Dimensions the script did not work. After excluding some Dimensions (Instead of a separate Dimensions I used them as Attributes) the script worked fine.

Thanks a lot friends.