Role assignments via SAP Cloud Identity Services - Identity Provisioning in SAP Build Work Zone
Exploring role assignments provisioned via SAP Cloud Identity Services - Identity Provisioning in SAP Build Work Zone.
Exploring role assignments provisioned via SAP Cloud Identity Services - Identity Provisioning in SAP Build Work Zone.
Just released! You can edit a component's text attributes from within the UI canvas, without going to the Properties pane.
Use TypeScript with the SAP Cloud Application Programming ModelWhen I started covering the SAP Cloud Application Model topic as a Developer Advocate, I had to start working with a programming language I had tried to avoid over the past years: JavaScr...
Introducing our updated enterprise pricing and SAP Build Apps, free edition!
DESCRIPTIONGenerate your own custom UI Service based on a Business Object InterfaceTutorial to generate Custom UI Service based on a C1-released Business Object Interface: https://developers.sap.com/tutorials/abap-cloud-ui-from-interface.htmlSAP Open...
We’re excited to share the latest feature highlights of SAP Build for Q2, 2024!
Do you feel you are stuck in your on premiss ECC bi-planes while SAP are rocketing to the stars. What simple things can you do as a developer to try to stay in touch and get ready for the future?SAP vs customer reality
ITEMS ABAP Open Source Updates, ABAP2UI5 and apm abap2UI5 - Integration with SAP Business Technology Platform (1/3) - Installation & Configuration https://www.linkedin.com/pulse/abap2ui5-integration-sap-business-technology-platform-13-installation-lf...
When thinking about IT governance, it doesn't always seem like a rewarding or exciting thing. It can feel like a huge, intimidating journey with countless considerations and tasks to build from scratch. Thoughts like “How are we going to govern the c...
After an extensive search for a suitable program to effectively display program tables, I decided to take matters into my own hands. Through careful planning and execution, I've developed a small custom solution that streamlines the process of identi...
The first of 4 parts on how to trigger a process deployed with SAP Build Process Automation from an app built with SAP Build Apps. Learn how to create the needed destination, how to deploy and publish your process, how to create a data source to your...
Hi SAP Builders!This is a follow up blog to Tips to add your SAP Build Apps application to different BTP environments - Part 1 Part 2, and Part 3 here I will continue to showcase 'how to add your deployed SAP Build Apps application to different envir...
We've got a fresh developer challenge for you this June 2024! Our developer challenges are all about having a blast, experimenting with new tech, and leveling up your skills This month, we're diving into the multi-model capabilities of SAP HANA Cloud...
The recent release of Fiori Elements V4 includes an eagerly awaited feature: the ability to paste data into tables, much like in Excel.This enhancement significantly improves user-friendliness for Fiori Elements V4 application users.Fiori Elements V4...
TLDR; No. Only predefined events can trigger a process in SAP Build Process Automation.
Recently new features were released to streamline the creation process and the member handling of workspaces in SAP Build Work Zone, advanced edition. Among these features you will find:a new workspace creation dialogthe removal of external workspace...
Discover how to formulate multi-field queries using OData to refine search processes in SAP Build Apps
This blog details the development and deployment of a gamification application for the North America BTP SAP Customer Success Days. The app includes the event agenda, quizzes, a leaderboard, and a QR code scanner. It was developed using React for the...
Key Features:This Automation Tool is independent of Industry and can be used in all the SAP Projects where Adobe Forms are used for Printing Forms.This tool will be highly beneficial for Projects where regular country roll-outs are carried out and Ad...
In this blog post, I share a couple of SAP Tech Bytes on how to enable eventing between SAP S/4HANA Cloud and SAP Build Process Automation via SAP Integration Suite, advanced event mesh. We will configure and trigger events from SAP S/4HANA Cloud, wh...
The class CL_SALV_TABLE in ABAP (Advanced Business Application Programming) is used to create ALV (ABAP List Viewer) reports. One of the features of ALV reports is the ability to handle user actions like double clicking on a row of the report. This i...
Learn to implement ABAP programs powered by IBM watsonx generative AI. This blog post is a guide for building a generative AI test data generator to populate an arbitrary database table.
I was annoyed of always manually adjusting the width of Dynpros generated by the table maintenance generator (for use in SM30). So I searched and found the ABAP coding snippet where the width can be adjusted permanently with an implicit enhancement.
Hi SAP Builders! In this blog post, I'll showcase how you can add your deployed SAP Build Apps application to Fiori Launchpad (ABAP Platform). Pre-requisitesThe SAP Build Apps must be deployed to BTP. Refer to Deploy SAP Build Apps to BTP for some hi...
It's never been easier to invoke Machine Learning and Generative AI from an ABAP application! Find out how to leverage the open source watsonx SDK to add AI capabilities to your app in mere minutes.
How to implement OData service from scratch if you have old stack in your SAP instance and you don't have RAP or BOPF but you need OData service with all CRUD methods for entities of your model and at least one method with `deep insert`, because busi...
It's May Day, which can only mean 1 thing ... the April challenge for SAP Build Apps is over
Starting the CAP server with cds watch is great for tight development loops at design time, especially with the built-in in-memory SQLite persistence layer, seeded by data in CSV files. When the server notices files have changed, it automatically res...
With SAP Build code you can create Full-Stack application and use code for modification of drafts records. Why and how you can do it find in this blog. Also, using SAP Build code you can write actions by asking Joule. One fragment of such asking and ...
SAP Business Application Studio provides a tailor-made development environment for various development scenarios, such as SAP Fiori, SAP S/4HANA extension, and Workflow.In SAP Business Application Studio, you are provided with one or more dev spaces....
Do you feel limited by the regular navigation elements in SAP Build Apps? Would you like to create truly on-brand experiences for your users? Read this article to learn more about the powerful feature of custom navigation.
Using Postman is tool we can check our Restful API Services.There are multiple methods hep to access the API.GET - Get method used to retrieve data from ServerPOST - POST method used Create New Records using API.PATCH - Update particular column in t...
We’re pleased to announce a major feature release for our low-code portfolio: triggering and consuming processes from SAP Build Process Automation directly in SAP Build Apps.
SAP CodeJam European Roadshow SAP CodeJam Event Calendar: https://community.sap.com/t5/sap-codejam/eb-p/codejam-events SAP CodeJam Group: https://community.sap.com/t5/sap-codejam/gh-p/code-jam SAP CodeTalk with Daniel Schlachter on the CAP plugin co...
New SAP Build partner interview! Learn from experts Christian Heinrich, Lisa Keller, Maria Woydich and Christian Bernhardt how our valued partner, sovanta AG, empowers SAP customers with innovative SAP Build portfolios
What started as a helpdesk ticket because too many identical PDF files were attached to delivery notes, turned into a journey of discovery where dynamic logpoints played a crucial point in piecing together what happened and why.
Introduction In SAP ABAP development, writing robust code is essential for ensuring the stability and reliability of applications. One powerful tool for achieving this is the ABAP Unit, which allows developers to automate the testing proce...
A method to debug Class related to Application Job on S/4HANA Public Cloud + (optional) ADT Plugin
In CAP, relationships between entities can be expressed with associations. In digging into how these are represented internally, I found jq yet again to be invaluable in parsing out info from the internal representation of the definitions. Here's wha...
A colleague asked me if I could add CORS support to a service I was running, built with the SAP Cloud Application Programming Model (CAP). CAP already has some basic support for CORS, so I dug in. Here's what I learned, about CORS headers, preflight ...
Hi SAP Builders!This is a follow up blog to Tips to add your SAP Build Apps application to different BTP environments - Part 1 and Tips to add your SAP Build Apps application to different BTP environments - Part 2, here I will continue to showcase 'h...
Dear Community,In the coming weeks we will enable the ability to upgrade an existing Intelligent RPA tenant for becoming Build Process Automation tenant in few steps. No need to export existing projects and then import projects in another tenant. No ...
To help integrating the IBM watsonx services with SAP® Business Suite and SAP S/4HANA® systems, IBM has published a software development kit (SDK) for the SAP programming language ABAP® on GitHub.
Hi All,Focusing on beginners, I am writing this blog to understand the Tree Structure by using OData annotation. Here I have tried to display data in Hierarchy format using OData Code. I have written annotation in MPC_EXT inside the Define method by ...
In the current landscape of Production Planning, there's a notable challenge: planners lack comprehensive visibility of key information, including KPIs and alerts, across different planning phases like tactical planning in SAP Integrated Business Pl...
Objective:Despite limitations in directly modifying custom fields or logic, our goal is to enhance the “Task Definition” application by incorporating new input fields below the priority field. Our objective remains to ensure that user inputs are seam...
In this blog, we will explore how to activate SAP Build Code using Booster and manually through the Service Marketplace. After activation, we will create a sample full-stack application.
With the Business Rules capability in SAP Workflow Management, you were able to build a custom SAPUI5 application by embedding the rule builder control (SAPUI5 SDK documentation) in your application. Blogs like Embed Business Rules SAPUI5 control in ...
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| Subject | Likes |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |