cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing Script Logic Validation

Former Member
0 Kudos

Hi,

Someone can help me to solve that message error while executing the Validation Logic ?

(Sélection des membres)

ENTITY:

CATEGORY: REEL

RPTCURRENCY: LC

TIME: 2008.JAN

-

-


RUN_LOGIC:Données pour catégorie introuvables dans application PLANNINGEchec de

Application : PLANNING Statut package : ERROR

Tks for your help,

Olivia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Olivia ,

Is the error in French? Did you validated the logic in UJKT? Can you provide the full logic you tried to validate?

Thanks

Former Member
0 Kudos

Hi,

Thanks for your prompt reply. Yes, the error is in french.

I am not familiarize with ABAP code... so that, I don't know about the UJKT transaction...

First, I tried to execute the package VALIDATION from the DM.

Supposing that I can see the code through the transaction UJFS, the code i found is the following :

//For running validation rule

*RUN_PROGRAM VALIDATION

CATEGORY = %C_CATEGORY_SET%

CURRENCY = %GROUPS_SET%

TID_RA = %TIME_SET%

OTHER = [ENTITY=%ENTITY_SET%]//For More than one other scope parameters: OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]

*ENDRUN_PROGRAM

>> I think I have to replace GROUPS by RPT_CURRENCY.

But, I dont know if the DM call that logic, or the logic I have through the Admin Console, which is :

//For running validation rule

*RUN_PROGRAM VALIDATION

CATEGORY = %CATEGORY_SET%

CURRENCY = %RPT_CURRENCY%

TID_RA = %TIME_SET%

OTHER = ENTITY=%ENTITY_SET%

*ENDRUN_PROGRAM

After that, I wanted to put that last validation logic in the default, but failed. The error message tells me that there is something missing. But, I don t know nor what neither how to modify the default logic to call the validation script logic.

Thansk for your help,

Olivia

Former Member
0 Kudos

Olivia,

UJKT transaction code not related to ABAP. You can validate the logic from BW side, where you can see the logs etc. You can validate the logic by hard coding the values, it is very simple and helpful.

Try the logic:

*RUN_PROGRAM VALIDATION

CATEGORY = %CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET% //corrected %RPT_CURRENCY%

TID_RA = %TIME_SET%

OTHER = ENTITY=%ENTITY_SET%

*ENDRUN_PROGRAM

Thanks

Former Member
0 Kudos

Thanks.

I Found this topic which deal with the same problem :

I seems to be a bug in the ABAP Code...

We try to test the logic through the UKKT Transaction Code.

Then, first, we met that error :

LGX:

+RUN_PROGRAM VALIDATION+*

CATEGORY = REEL

CURRENCY = EUR

TID_RA = 2008.JAN

+ENDRUN_PROGRAM+*

*+----


+*

LOG:

FILE:ROOTWEBFOLDERSCOCCI_TEST ADMINAPPPLANNINGTEST.LGF

USER:SDMN01-PREMC2047

APPSET:COCCI_TEST

APPLICATION:PLANNING

RUN VALIDATION

UJP_PROCESS_EXCEPTION:Données pour catégorie introuvables dans application PLANNING

And then,

LGX:

*RUN_PROGRAM VALIDATION

TID_RA = 2008.JAN

*ENDRUN_PROGRAM

+*----


*+

LOG:

LOG BEGIN TIME:2011-06-08 10:25:35

FILE:ROOTWEBFOLDERSCOCCI_TEST ADMINAPPPLANNINGTEST.LGF

USER:SDMN01-PREMC2047

APPSET:COCCI_TEST

APPLICATION:PLANNING

RUN VALIDATION

0 SUBMITTED, 0 SUCCESS, 0 FAIL.

SCRIPT RUNNING TIME IN TOTAL:205.93 s.

LOG END TIME:2011-06-08 10:28:48

It seems that there is a problem with the dimension Category, and Currency

Edited by: odubouexic on Jun 8, 2011 6:18 PM

Answers (0)