cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Validation Package Error!!!

Former Member
0 Likes
756

Hi All,

I try to run package about Validation in BPC 10.0 Data Manager for Consolidation. The package name is Validation.lgf ( /CPMB/VALIDATIONS ). But I take an error.

Error is;

RUN_LOGIC:Business Rules is not available.

Model: Consolidation. Package Status: ERROR

Script is;

*RUN_PROGRAM VALIDATION

CATEGORY = %CATEGORY_SET%

TID_RA = %TIME_SET%

OTHER = [ENTITY=%ENTITY_SET%]

ENTITY = %ENTITY_SET%

CURRENCY = %CURRENCY_SET%

CURRTYPE = CURR10

CONSOSCOPE = NA_CS

*ENDRUN_PROGRAM

What should I do to have a successful package? Please help me

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Likes

Have you configured validation rules?

Vadim

Former Member
0 Likes

Hi Vadim,

Yes, I have configured validation rules in Controls. Also, the screenshot is below.

But, Is not independent from validation rule and validation package?

Best Regards.

Gulgun

former_member186338
Active Contributor
0 Likes

You have to configure business rules for validation! Without rules the script will do nothing and generate error!

Former Member
0 Likes

Vadim,

We already configured business rules for validation. But I mean, we didn't write the name of the rule into package or anywhere else. So how can the package be successful? How are the package and business rule related?

martin_novachig
Explorer
0 Likes

Hi Gulgun

Do you have enabled the model for controls?

Regards,

Former Member
0 Likes

Hi Gulgun,

Could you please provide screenshot for the same.

Best Regrads,

Deepak

Former Member
0 Likes

Hi Deepak,

The screenshot files are atttached.

Best Regards.

Gulgun

Former Member
0 Likes

Hi Gulgun ,


In your logic script you write Entity two times row number 5 and 6,is there any reason? second thing in consolidation model validation purpose we write CURRENCY =%GROUP_SET% and removed row number 8 and 9 from your script.

Khokan

former_member186338
Active Contributor
0 Likes

Not sure that:

ENTITY = %ENTITY_SET%

is supported for *RUN_PROGRAM VALIDATION

Help: Validations as Script Logic - SAP Business Planning and Consolidation, version for SAP NetWeaver - S...

Vadim