This is the all-new SAP CodeJam for SAP Build low-code/no-code tooling that focuses on giving you hands-on experience for building event-triggered processes with SAP Build Process Automation.
You will build an event-based scenario that lets users create S/4HANA business partners, setting off a process where:
The scenario is built in 2 halves:
This is an in-person event only (not virtual) and is planned for Wednesday, May 21, 2025 from 09:00 - 17:00 local time in Rotkreuz, Switzerland (CET). The language of the event and the content will be English.
Event Address: GAMBIT Consulting AG, Suurstoffi 22, 6343 Risch-Rotkreuz, Switzerland (8th floor)
Please note that spaces are limited! We can only accommodate 20 attendees. If you want to attend, register by clicking the Yes button in the Will you be attending? section above to the right. About 2 weeks before the event, you will be asked to confirm your attendance.
Hi Mr. Antonio / Mr. Daniel, I am truly interested in attending the event.
Hi Dan
unfortunately I see following error during setup SAP Build Process Automation
step subscription "SAP build - free plan"
Couldn't subscribe to SAP Build Process Automation. Try again. If the problem persists, please post a question to SAP Community.
any thoughts whats going wrong and how to fix it?
instance creation was successful.
I am using new setup BTP trial account region singapore
best regards
Jochen
Hi Dan
thanks for your response.
I already re-run the setup on singapore subaccount several times also in different order subsciption/instance. Always subscription creation fails.
Following your advise I successfully creating build process automation objects.
Looking forward seeing you in the codejam
Thanks
Best regards
Jochen
I'm taking opportunity of this SAP CodeJam annoncement to ask you advice for a more complex scenario.
In you example, then event is triggering a new workflow instance. I would like to use event to resume a running workflow instance that was waiting for this event. In your example, it would be like if, instead the external system is calling back directly a workflow waiting task, it would just create an event badge ID created for a specific business partner. And so, from this event, we have to find a way to retrieve the workflow instance id corresponding to this business partner and then, call the waiting task.
To achieve that, my idea was to use a CAP application in between the external system and SAP Build Process Automation. This application would have relied partly on the open source Events to Business Actions framework . But when trying to deploy this framework, I have discovered that it is using deprecated SAPUI5 library and deprecated Node.js version. It would required lot of effort to adapt this framework.
What would be your advice to implement such a scenario ?