cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Multi Action API Step integration with BW/4HANA or BPC Embedded

former_member246680
Participant

Dear experts

I know the Multi Action API Step was released in Q4/2022 and have seen a couple of blogs related to the functionality. Most of these blogs refer to the integration with SAP PaPM. I would to use the multi action API step to push data to BW/4HANA to utilize the complex calculations e.g. customer exits (Abap, planning functions, SQL) and write it back to SAC using the multi actions.

Is this possible yet? I would appreciate it if you can provide the steps to link to a BW/4HANA system

Regards

Jordan

Dear colleague

From my point of view, you can use the below steps to reach your goal:

In BW side.

  1. In the BW side, extend a endpoint by SICF T code to define a custom service.
  2. In the endpoint, write some logic contains:
    2.1 Call SAC EDS to gain the data from SAC into BW.
    2.2 Use BW function as you wish

In SAC side:

  1. Use Multi Action to define a API step to call this custom API you defined in the BW side.
  2. After the API step, define a importing step to import data to SAC again from BW side.

Regards

Leo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member246680
Participant
0 Kudos

Dear Leo

Thank you for your response. I will explore your recommendations and see if this can workout.

Kind regards

Jordan