Understand the difference between the different extensibility options available with ABAP Cloud for Cloud ERP and see how to use them. The focus of this session is on developer extensibility. ABAP Cloud is the comprehensive development model for building clean core compliant, cloud-ready business applications, services, and extensions on both SAP Business Technology Platform and SAP S/4HANA, in the cloud and on-premise.
Speakers : Carine Tchoutouo Djomo and André Fischer.
Link to Presentation - https://dam.sap.com/mac/u/a/xZ933jt?rc=10&doi=SAP1124923
Validation tutorial: https://developers.sap.com/tutorials/devtoberfest2024-week1-abap-session-validation.html
Need more information on custom report in key user extensibility. Can you explain on custom report in public cloud?
Information on the different key user apps/tools is available here: https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/3ccb50e724b045508fea8b2c...
In addition, please refer the individual to the deep dive sessioon on key user extensibility in week 3: What Software Developers Should Know About Key User Extensibility .
Hope this helps.
Developer extensibility is really key for cloud ERP to be flexible to handle customer requirement, amazing demos.
Hi Carine and André,
in ABAP Cloud, what's the recommended approach to implement parallel processing? The approach I'm familiar with, using RFCs, is still described in SAP Help for S/4HANA 2023 here:
https://help.sap.com/docs/ABAP_PLATFORM_NEW/7bfe8cdcfbb040dcb6702dada8c3e2f0/4d909309eba36e73e100000...
But in ABAP Cloud we can't call function modules, so what should we do instead?
thanks, Roger
Hi,
you can use cl_abap_parallel class to implement parallel processing in ABAP Cloud. Refer to the following blog post.
Okay thanks. But if that's right, then I'm wondering why: