cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while unlocking planning data dynamically of data slice

11-18-2021 7:10 AM
Sujai Participant
367 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I have an aggregation level on a composite provider and the past periods data is protected by an exit class in the data slice. The requirement is to copy actuals to the plan version on a weekly basis.

So i am trying to deactivate the data slice at runtime, copy the data and reactivate the data slice in a planning sequence. I followed the following blog to achieve this.

https://blogs.sap.com/2010/04/12/integrated-planning-how-to-activatedeactivate-data-slice-at-runtime...

I have selected only the fields Fiscper and Fiscvarnt for the locking.

This works well in the development environment where the whole composite data records is not more than a couple of thousands.

But in QA when I execute the planning sequence i get a dump. There are more than 12M records in QA in the composite provider's DSOs..

On debugging i found that the internal table <l_tx_s> in method FILL_INTO_TABLE of the class CL_RSR_RRK0_STL_FLAT_PDQ has about 8M records which causes the dump, when it tries to fill c_t_data.

But the infoprovider on which i want to perform the copy function has only 160K records.

Is there a way to restrict the data to only the required infoprovider in the data slice class to avoid the dump?

Regards,

Sujai

0 Likes

Accepted Solutions (0)

Answers (0)