cancel
Showing results for 
Search instead for 
Did you mean: 

Calling planning function after saving data (BPC 10.1 Embedded)

Former Member
0 Kudos

Hi,

Environment: BPC 10.1 Embedded on S/4 HANA.

I have created a planning sequence which needs to be executed after user save data from input screen.

Is there any enhancement point or BADI I can use to call the planning sequence?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

lucas_costa3
Active Contributor
0 Kudos

You can trigger the function via Macro in your workbook.

This is called either via a Button or you can also create a callback to ensure it will be triggered even when the standard button on Analysis ribbon is used. Unfortunately there is no callback for "after_save", but what you can do is to use the Callback_BeforePlanDataSave to redirect to your custom Sub with the Save then Plan Function.

Former Member
0 Kudos

Hi Gregor,

Thanks for sharing the documentation. I am aware of the central settings. I don't want to keep it as a global setting.

Thanks.

former_member186338
Active Contributor
0 Kudos

"global setting" - and what do you want???

Former Member
0 Kudos

Hi Vadim,

I have five aggregation levels. On each aggregation level I have currency translation planning sequence.

I need to call planning sequence based on input screen of each aggregation level.

Example:

- Planning sequence= PS1 > Input Screen = IS1

- Planning sequence= PS2 > Input Screen = IS2

---

Now if user is using IS1 and click on save data button, I need to call PS1

Thanks,

Sajjad.

0 Kudos

Hi,

sometimes it helps to read the documentation

https://help.sap.com/viewer/0ecf5244825c4742a7b062a89d11c2ac/7.5.10/en-US/478dc648db0741359f726481d4...

i.e. in RSPLAN you can configure a planning sequence 'on save'.

Regards,

Gregor