Skip to Content
0
May 27, 2020 at 12:50 PM

Writing ABAP code in custom busniess objects

269 Views

Hi experts,

I am trying to find the better design for this solution.

Goal : Need to do create the dashboards/ reports in S/4 HANA Cloud MT data with a flat file loaded in to S/4 HANA cloud ( History file)

1) How and where do I do the complex transformation in S/4 HANA cloud – Multi tenant. Since there is no place to write the code, since it is app based CDS, how to perform the complex calculations. Ex : in BW were doing calculations like for cancelled orders – Loop through , flag them and updating the final internal table etc.

2) There is a place we can write the code in the S/4 HANA cloud-custom object, can I use this to write my custom ABAP code here, seems it is meant for S/4 HANA business process logic. Can I be able to write the analytics/ABAP code here to use and consume CDS views.

3) If I am unable to do the calculation what are my options. Can I go to HANA express edition, how do I combine S/4 HANA cloud to HANA express edition? How do I integrate both of them.

Regards

Ram