on 2023 Oct 20 11:23 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.