Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Creating an Interactive Editable ALV in ABAP with Header-Item CRUD Functionality

In this blog post, we will explore a powerful ABAP implementation of an editable ALV using CL_GUI_ALV_GRID. This solution provides:Interactive two-screen design (Header & Item)Double-click to header to itemField-level edit control via CELLTABFull CRU...

Naveennani8523_0-1749622089523.png Naveennani8523_1-1749622089527.png Naveennani8523_2-1749622089527.png Naveennani8523_3-1749622089529.png

Quickly Generate and Deploy SAP Fiori Apps from ABAP Development Tools for Eclipse

Last year, SAP Fiori tools added a closer integration with ABAP Development Tools for Eclipse and enabled seamless navigation from ABAP Development Tools for Eclipse to SAP Fiori tools in both SAP Business Application Studio and Visual Studio Code. T...

SRVB_CreateFioriApp2.png Create_FioriApp4.png Generate_Wizard3.png SRVB_FioriURL2.png

SAP Community Escape House for June – SAP CAP ❄️ 🏔️

Welcome to the Developer Challenge for the Month of June!!!! The  SAP Community Escape House has unlocked a new room!!I am sure you had fun escaping the ABAP Escape House room in the month of May. Now as the mercury is rising it is time to escape to ...

Screenshot 2025-05-23 at 12.37.22 PM.png EscapeHouseLogin.png NeedHelp.png My Settings.png
ajay_soreng by Developer Advocate
  • 13078 VIEWS
  • 49 REPLIES
  • 18 Likes

Enabling Generative AI in SAP BTP: Integrating AI Core, AI Launchpad, and API Readiness

Generative AI is revolutionizing enterprise applications by enabling automation, predictive insights, and intelligent decision-making. SAP Business Technology Platform (BTP) provides a powerful ecosystem to integrate AI capabilities seamlessly, but u...

270F8429-11A0-4040-92E1-EBD76B3F5472.jpeg EC4E5328-B703-4523-8BB5-D21154B3ED88_1_201_a.jpeg B1913FB1-4231-4C40-A0CC-F698376D31D4_1_201_a.jpeg _Dimitri__0-1740144460078.jpeg
_Dimitri_ by Product and Topic Expert
  • 7144 VIEWS
  • 4 REPLIES
  • 1 Likes

SAP Developer News, June 13th 2024

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...

thumbnail.png
qmacro by Developer Advocate
  • 1049 VIEWS
  • 0 REPLIES
  • 4 Likes

Developer Challenge: SAP HANA multi-model using Python in SAP Business Application Studio

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...

VitaliyR_0-1717636455359.png
Vitaliy-R by Developer Advocate
  • 6224 VIEWS
  • 2 REPLIES
  • 25 Likes

Avoid design time CAP server restarts when maintaining local data files

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...

qmacro by Developer Advocate
  • 1940 VIEWS
  • 0 REPLIES
  • 1 Likes

CAP, CORS and custom headers

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 ...

qmacro by Developer Advocate
  • 4005 VIEWS
  • 1 REPLY
  • 3 Likes

ISO content for common CAP types

There's an NPM package that provides default content based on the ISO specifications for CAP common types for countries, languages, currencies and timezones. In this post I explore what that package is and how it works. The post is quite long, mostly...

qmacro_0-1710401480388.png
qmacro by Developer Advocate
  • 2959 VIEWS
  • 1 REPLY
  • 14 Likes

Level-up your Java Debugging Skills with on-demand Debugging

Debugging is one of the most common tasks in software development, so one would assume that all features of debuggers have ample coverage in tutorials and guides. Yet there are three hidden gems of the Java Debugging (JDWP) agent that allow you to de...

image.png image-1.png image-3.png image-4.png

Boost your ADT efficiency with these new updates for the DevEpos Add-On Family

Dear community,I am excited to present you with the newest updates for the DevEpos family of add-ons for the ABAP Development Tools in Eclipse (ADT).ContentsABAP Search and Analysis ToolsABAP Object SearchCDS AnalyzerABAP TagsGeneral Updates to Searc...

stockbal by Participant
  • 4837 VIEWS
  • 6 REPLIES
  • 22 Likes

Simplifying and improving the hosting and serving of frontend apps - a new CEI - get involved!

There's a new Customer Engagement Initiative (CEI) for you to collaborate with SAP team members on a new service for hosting and serving frontend applications, a service that combines the HTML5 Repo and AppRouter capabilities, to provide a much simpl...

qmacro by Developer Advocate
  • 1070 VIEWS
  • 1 REPLY
  • 5 Likes

Aggregate usage data in your production system with SUSG transaction

You can use transaction SUSG to aggregate usage data recorded by ABAP Call Monitor (transaction SCMON or /SDF/SCMON) in your production system.The ABAP Call Monitor records the execution (usage) of ABAP code (function modules, method calls etc.) in y...