Devtoberfest
Find out what's happening, and when, in the Devtoberfest schedule – don't miss out!
cancel
Showing results for 
Search instead for 
Did you mean: 

🟢 Understand the Clean Core Extensibility Options for Cloud ERP

Devtoberfest

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

 



Event has ended
You can no longer attend this event.

Starts:
Ends:
8 Comments
jpriya
Explorer

Need more information on custom report in key user extensibility. Can you explain on custom report in public cloud?

sheenamk
Developer Advocate
Developer Advocate

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.

Nikunj_Goel1
Explorer

Developer extensibility is really key for cloud ERP to be flexible to handle customer requirement, amazing demos.

SaiPrasad
Explorer

Can we have pdf document available for this session ?

Shilpa_Shankar
Developer Advocate
Developer Advocate

PDF document is uploaded and link is updated in the Description

roger_sainsbury
Product and Topic Expert
Product and Topic Expert

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

DebrajManna87
Product and Topic Expert
Product and Topic Expert

Hi,

you can use cl_abap_parallel class to implement parallel processing in ABAP Cloud. Refer to the following blog post.

ABAP Cloud - Parallel processing (software-heroes.com)

roger_sainsbury
Product and Topic Expert
Product and Topic Expert

Okay thanks. But if that's right, then I'm wondering why:

  • SAP Help still documents the RFC-based approach?
  • There doesn't appear to be any mention of cl_abap_parallel in SAP Help, or in any SAP-authored blogs?