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

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
  • 7139 VIEWS
  • 4 REPLIES
  • 1 Likes

Enhance RAP Applications: Dynamically Generate YouTube Thumbnails Using Virtual Elements

Virtual Element in RAP (Restful ABAP Programming Model):A virtual element in SAP RAP is a field that exists in the the RAP behavior layer but does not have a direct mapping to a database field. It is calculated dynamically at runtime and is used to e...

Bikash_11_0-1737100732469.png Bikash_11_0-1737096719998.png Bikash_11_2-1736574464426.png Bikash_11_1-1737096773927.png

RAP: Unmanaged Determination.

What is determination in SAP? Determinations are used to execute specific business logic automatically whenever data in a business object changes.They help ensure that dependent values and calculated fields are correctly set when data is created, mod...

undefined.png undefined (1).png undefined (2).png xSAGARx_0-1737722426609.png
xSAGARx by Explorer
  • 3908 VIEWS
  • 2 REPLIES
  • 4 Likes

Unlocking the Power of AI-Assisted ABAP Coding with VS Code and Cline

Artificial Intelligence is becoming an indispensable tool for developers. For ABAP developers, the combination of Visual Studio Code (VS Code), Cline, and AI-powered coding assistance can significantly enhance productivity and code quality. In this b...

mandreschak_0-1737655545396.png mandreschak_1-1737655667617.png mandreschak_3-1737655819106.png MarioAndreschak_0-1738899738396.png

Preventing Dump While Accessing Internal Tables with Table Expressions in SAP ABAP

In this blog, we will dive into an exciting topic in SAP ABAP programming: table expressions. Table expressions are a powerful feature that allows you to efficiently process and manipulate data from internal tables. They provide a more compact and re...

Pramod_Hiremath2_5-1737174893346.png Pramod_Hiremath2_6-1737174970994.png Pramod_Hiremath2_7-1737175085666.png Pramod_Hiremath2_8-1737175149613.png

RAP Messages

Introduction :In the Restful ABAP Programming Model (RAP), messages play a crucial role in validations as they provide meaningful feedback to the user regarding errors, warnings, or informational prompts. These messages help ensure data integrity and...

Dadapeer_0-1737093851021.png Dadapeer_0-1737094513203.png Dadapeer_0-1737095166258.png Dadapeer_0-1737095908249.png
Dadapeer by Explorer
  • 28145 VIEWS
  • 4 REPLIES
  • 17 Likes

ETag In RAP

This blog post provides a beginner-friendly introduction to the concept of ETags in RAP (RESTful ABAP Programming). Introduction This is one of the concurrency control approaches ETag is used to manage data concurrency, preventing multiple users from...

Vivek_Sahu_21_0-1736500272017.png Vivek_Sahu_21_0-1736500460512.png Vivek_Sahu_21_0-1736501048634.png Vivek_Sahu_21_1-1736501048635.png

SAP Build 中的新增功能 – 2024 年第 4 季度版本

SAP Build 是一款业务应用程序开发和自动化解决方案,提供了一套全面的低代码、专业代码和生成式 AI 工具。本季度,我们很高兴为大家介绍许多新版本,其中包括 AI 驱动的功能,这些功能将彻底改变您的自动化和创新能力。让我们一起来看看吧!

RebeccaYang_0-1736473040292.png RebeccaYang_1-1736473134733.png RebeccaYang_2-1736473220691.gif RebeccaYang_3-1736473347556.png
RebeccaYang by Product and Topic Expert
  • 777 VIEWS
  • 0 REPLIES
  • 0 Likes

ABAP LLM Client Beta Release

Following the alpha preview announcement, I'm excited to share that ABAP LLM Client has reached its beta milestone with version 0.1.0. This release brings several significant improvements and new features that make LLM integration in ABAP easier to u...

Creating a Tree Structure in SAP ABAP Using CL_SALV_TREE and without using custom container.

Introduction: In this blog post, we will explore how to create a tree structure in SAP ABAP using the CL_SALV_TREE class, which is part of the SAP ALV (ABAP List Viewer) framework. We will go through a simple example that demonstrates how to display ...