cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Data Action to copy data between Data Model using script

rijin_baby
Participant
0 Kudos

Hi,
I am trying to follow this blog to create a backup of my model.
https://blogs.sap.com/2021/03/15/how-to-automatically-backup-archive-restore-your-plan-data/

MEMBERSET [d/backup_date] = PERIOD(TODAY()) TO PERIOD(TODAY())
DATA() = LINK([PLANNING_MODEL_1], [d/Version] = "public.Actual", [d/Account] = [d/Account],
			  [d/DATE2] = [d/DATE2], [d/ARTICLE = [d/ARTICLE],  [d/BUYER] = [d/BUYER],
			  [d/Measures] = "Volume")

but not all my data is copied to the new model.

I have around 5 measures but how can I mention all these in the script? Will this solve the problem?

Looking for suggesions. Thanks in advance

View Entire Topic
N1kh1l
Active Contributor
0 Kudos

rijin_baby

You would need seperate code for each of the measures. Read Michael Freiser comments on the same blog below in the comment section. He talks about scenario and a possible solution.

Br.

Nikhil