cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 11. 1 EPM data manage: run package to limit input dimension 'TIME'

huiling_1028
Discoverer
0 Kudos
348

Hi, all:

Is there any way to limit selection criteria value for run package.

Example: selection criteria is the TIME, can't input previous period or future period or only specified the period?

Thanks a lot!1

Best Regards,

Nicole

Accepted Solutions (0)

Answers (2)

Answers (2)

huiling_1028
Discoverer
0 Kudos

Hi, Peter:

Thank you for your help! I've seen this method shared by others, but I'm not sure if it's compatible with my needs, because generally need to limit the input period, for example, if the current posting period is 06/2023, then you're not allowed to input past or future periods, but we will have some special cases where we need to re-execute the data from the past few months, so I'm not sure if it's feasible.

In addition, we have used the ‘PLANNING’ environment, when implements that consultant has used code 'UJ_VALIDATION' and BADI 'BADI_UJ_VALIDATION_RULE_LOGIC' to control the VERSION, which is working for PLANNING. I also refer to this method to limit the TIME, but so far the test result is not working. I found that there is a TIME property in the ‘DATA ACCESS PROFILE’, but it doesn't seem to have any effect either.

Thanks a lot!!

peter_warren_uk
Explorer
0 Kudos

I created something similar to this a few years back . I used an ABAP program to generate responses to the data manager prompts into a file and then UJD_TEST_PACKAGE program to run the DM package as a scheduled SM37 job.

The full details including the code can be found o my website at https://www.biconsultancysolutions.com/single-post/2018/08/09/create-dynamic-prompt-files-for-bpc-da...