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

Error RUN_LOGIC:Cannot find document/directory

Former Member
0 Likes
1,074

Hi experts,

I'm trying to run a BPC script logic using a custom process chain and DM package.

The script is validated and saved succesfully in Web administration and when I check in BW UJFS, it's there.

But when I try to run the DM package, I get this error : RUN_LOGIC : Cannot find document/directory

The script logic is the following : Journalisation.lgf

UJFS :

DM package :

I'm using sap bpc 10 SP 09

Thanks,

Maha

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Hi Maha,

Instead of custom chain ZBPC_RUN_SCRIPT_LOGIC... use standard chain /CPMB/DEFAULT_FORMULAS

Like:

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)

TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,JOURNALISATION.LGF)

Vadim

former_member186338
Active Contributor
0 Likes

P.S. There is no reason to use custom process chain just to launch script logic, you can use number of standard chains:

/CPMB/DEFAULT_FORMULAS

/CPMB/ALLOCATION

/CPMB/FX_RESTATMENT

...

Etc

Vadim

former_member186338
Active Contributor
0 Likes

And in your custom logic please check variant:

Has to be:

Vadim

Former Member
0 Likes

Thank you Vadim, it works

Regards

Maha

Answers (0)