Gents,
We have a scenario where we are loading data form a CSV File into the SAP BPC MS Version Admin Version 10.0.10.0 using SISS Packages into the relevant Tables and then want to run the BPC Validation Rules in the SISS Package without the intervention of the user.
We have tried to put this in default logic unsuccessfully as the Validations do not seem to fire when you insert data into the TBLFAC2, TBLFACT tables directly.
I can't seem to call or know of a way to call from the SQL Server Prompt . Ideally I would like to do something like
exec SPRUNVALID 'MODEL', 'ACTUAL','AUD','',''
the equivalent of which in the default logic is the below.
( RUN_STORED_PROCEDURE = SPRUNVALID([%MODEL%],[%CATEGORY_SET%],[LC],[%SCOPETABLE%], [%LOGTABLE%])
I have tried the method using this url below but the validation accounts are not being populated.
Any help or direction would be appreciated.
Cheers