I've written an App Engine script to refresh metadata and trial balance data from the Data Lake into the relevant staging and integration tables for eventual loading into Financial Consolidation. The script will be run manually by the end user as well as on a schedule.
I don't see a specific APE command to load the data from the BudgetingMain integration table into the consolidation cubes other than the ModelingExecuteIntegrationDataImport command which seems to be specific for the Budgeting and Planning module as it references the BPDVERSION which is not a dimension in consolidation.
I've tried using "SET_001" as the BPDCYCLE and "V01" as BPDVERSION but it errors with this:
Executing the process failed with an error. The returned message was: An error has occurred:
Calling function 'ModelingExecuteIntegrationDataImport' failed with this message: Invalid 'cycleElement' parameter value 'SET_001'
Any help is appreciated.