on 2023 Oct 02 7:40 PM
I run every month a writer function that add new records to a model table.
I would like to use a moving time window in order to erase the old data (after 24 months)
How can we do it with PaPM?
Thanks,
Jimmy
Request clarification before answering.
Hi Jimmy,
first of all, I think this might be a super risky task - please be very sure of what you are going to do. Moreover, please consider that SAP PaPM is not a data management solution but rather a calculation engine, therefore you should not use it to store data like in a data warehouse, but you should always write results to a target system.
Given that, you could check if a "selective" delete and insert of a writer function (where you only exploit the "delete" phase) could help you. You can find more information in the following blog post: https://blogs.sap.com/2020/09/28/papm-writer-delete-and-insert/
Hope it helps
KR,
Emanuele
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great, thanks a lot Emanuelle
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.