cancel
Showing results for 
Search instead for 
Did you mean: 

How to Run multiple user defined scripts

Former Member
0 Kudos

HI Experts,

 

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

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

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

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,script1.LGF)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,script2.LGF)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,script3.LGF)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,script4.LGF)

TASK(/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,script5.LGF)

I am trying to run my 5 scripts like this using a single package (DEFAUL_FORMULA Process Chain) because my user dont want to run multiple scripts one by one.But it is considering any one script file at a time.

Do we any other package for running multiple scripts ? If not how to achieve this. Please share your ideas.

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

Hi Siri,

In this case we use RUNLOGIC BADI in the main script to launch number of scripts. The advantage of RUNLOGIC is that you can have a sequence of scripts running in different cubes.

B.R. Vadim

P.S. If all scripts run in the same cube and you don't need a sophisticated parameter processing then you can simply use *INCLUDE in the main script.

Message was edited by: Vadim Kalinin   - P.S. Added

former_member599120
Contributor
0 Kudos

Hi Siri Ande,

You can use Package Link on EPM Excel. Please Log on EPM Excel and choose Data Manager ribbon menu and click Organize >> Package list Link. After that, you select which one BPC data manager package and define its parameter value. If you have several package in one list and one of them got error, next package will not run and package link will terminate also.

I assume that you have 5 logic script file, please assign one logic script into one Data Manager package. After that, you do above directions. Perhaps, you familiar with BW Workbench, you can use Process Chain and trigger by BPC from your EPM Excel.

Kind Regards,

Wandi Sutandi