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.
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
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.