cancel
Showing results for 
Search instead for 
Did you mean: 

planning sequence performance

former_member198992
Participant
0 Kudos

Dear All,

I have a small question . my users are running all the planning reports in portal in BI 7.0.

if the below scenario works well to increase the performance of sequence execution.

For Eg: we have two planning functions func1 with actual logic , func2 containing FM to trigger a process chain. so we have Seq1 and Seq2 . Seq1 is executed through a process chain.Seq2 to trigger a process chain.

In the WAD report, I will create a button to execute the Seq2.

When the end user click the button in the portal report, then Seq2 is triggered which inturn will trigger the Seq1.

If this scenario will work , if works will it improve the performace of planning sequence execution.

Regards,

Veera

Accepted Solutions (1)

Accepted Solutions (1)

josef_knzli
Explorer
0 Kudos

Hi Veera

In case the planning layouts are input ready - what I assume - the data will be locked. A planning sequence triggered in the same instance directly by a button in the layout will be able to modify that data. If you trigger that same sequence by a process chain, the sequence will fail to save the data, because the data is locked by the layout.

regards

Answers (1)

Answers (1)

former_member5472
Active Contributor
0 Kudos

Hi,

Performance are more on the Planning Functions That you have written,the amount of reference Data it is working on and the Logic you have applied ( looping & Stuffs).

Changing/Breaking the trig erring process will not help much.

Thanks

Pratyush