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

Planning function or planning function type to call process chain in BPC embedded or IP

Former Member
0 Kudos
1,502

Hi Experts,

Is there any planning function or planning function type which can be used to trigger process chain in BPC embedded or IP.

If there is no standard planning function type , kindly let me know if there is any code which I can use to define custom planning function to trigger process chain

Thanks

Siva Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

selva_amd
Participant
0 Kudos

Hi Sivakiaran,

You need to create a custom planning function or use a FOX formula to trigger the process chain. This link might help you.

https://blogs.sap.com/2014/04/01/how-to-trigger-bw-process-chains-from-analysis-for-office/

-- Selva.

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

check the process chains API, cf. function modules RSPC_API_CHAIN*; you may call the API using exit planning functions.

Regards,

Gregor