Symptom
You are using the standard Planning Function Type Copy (0RSPL_COPY) and notice that it creates records where all key figures are zero with HANA runtime (PAK).
For ABAP runtime (e.g. with user parameter RSPLS_HDB_SUPPORT = HDB_OFF or "Execute with trace" in transaction RSPLAN), these zero records are not created.
After implementation of below note, the zero records are still created in certain situations.
3107199 - Copy Function: Zero records are generated when Source and Target data are the same
A simple example:
Copy from Year 2021 to 2022
Filter: Year 2022
Source:
Year | Product | Key Figure |
2021 | A | 1 |
2021 | B | 2 |
Target:
Year | Product | Key Figure |
2022 | A | 1 |
2022 | B | 2 |
2022 | C | 0 |
Below records are generated by the copy function also after note 3107199.
Year | Product | Key figure |
2022 | A | 0 |
2022 | B | 0 |
Read more...
Product
Keywords
KBA , BW-PLA-IP-PF , Planning Functions and Planning Sequences , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.