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

BPC package multiple cube

Former Member
0 Kudos
171

Hi,

I need to concatenate two procedures that pursue the same goal so from a business point of view they want to run all at once

Now my problem is that procedures, that are already working, are based on different models even if the selection is always the same

I tried to concatenate the procedure with a package link but, as far as I understand, the procedure are supposed to be on the same model

So I tried to specify the APP in the package with the 2 rows below

TASK(DEFAULT_FORMULAS_LOGICAL,SAPP,CTRCOST)

TASK(DEFAULT_FORMULAS_LOGICAL,LOGICFILENAME,PL_LINE.LGF)

but I obtain the error below

Unable to contact the server. There was no endpoint listening at <server> method=preview&package_size=500.

Do you have any idea on how to fix this or how to run procedure from 2 different models with the same package?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

The best option is to implement RUNLOGIC_PH badi - it will allow launching scripts in the different model:

Vadim

Former Member
0 Kudos

thanks,

I was also thinking to use this option but I hoped there was something simpler :--)

I'll go with the RUNLOGIC_PH

really appreciate

former_member186338
Active Contributor
0 Kudos

It's absolutely simple You will be able to write scripts that will launch sequence of scripts in different models and will be able to pass parameters...

Answers (0)