Recent Activity

    AUnits steps for RAP

    Introduction:AUnits are unit tests written by ABAP developers to test each functionality of their code. In RAP, AUnits are used to test functionalities such as validations, determinations, actions, and CRUD operations etc. Your AUnits should aim for ...

    Working with Internal Tables, Parallel cursor, Control Break Statements, Messages

    Working with internal TablesBasic concepts of Internal Table usage in Classical Reports.Here We will understand the various types of internal tables and creation of each internal table and memory management as wellBelow topics we are going to discuss...

    First Experiences GenAI-driven extensibility assistant for Custom Fields and Custom Logic app

    The extensibility assistant is capable of addressing inquiries concerning field extensibility and field logic.It can provide support for a range of tasks associated with field extensibility. The assistant specializes in answering questions related to...

    VijayCR by Active Contributor
    • 3690 Views
    • 0 Comments
    • 4 Likes

    SAP BTP Hackathon at SAPHILA 2025: Celebrating the Winners and Innovation in Action

    A few months ago, we shared our excitement about the launch of the first-ever SAP BTP Hackathon in Africa in joined collaboration of AFSUG and SAP, highlighting the unique opportunity it offered for AFSUG members to bring their creativity and problem...

    winklero by Product and Topic Expert
    • 1593 Views
    • 0 Comments
    • 2 Likes

    Simplifying Attachment Downloads in RAP with CDS Views: A Step-by-Step Guide

                Downloading attachments in RAP (Restful ABAP Programming Model) often requires additional handling, especially when you need to expose dynamically generated files tied to your business entities.This blog demonstrates a approach to enable ...

    SAP Community Escape House for August - Fiori Element with Flexible Programming Model

    The eighth edition of the SAP Developer Challenge 2025 has officially kicked off!  A brand-new room has opened its doors inside the SAP Community Escape House.  Hope you all escaped alive from the SAP Application Event Hub room last month. In this de...

    ubheamar by Product and Topic Expert
    • 49161 Views
    • 22 Comments
    • 20 Likes

    Designing a Fiori-Ready CDS View with UI Facets, Value Helps, and Associations in RAP

    Introduction  In this blog post, I will explain how to design a CDS view entity in ABAP RAP (RESTful ABAP Programming Model) that is well-suited for use with Fiori Elements. We'll use annotations such as  Consumption.valueHelpDefinition,  ui.facet,  ...

    raghu_ps by Explorer
    • 4957 Views
    • 1 Comments
    • 1 Likes

    SAP Build Apps: Getting data with “Get Record Collection” or maybe “HTTP Destination Request”?

    Real use case with the SAP BTP Auditlog service: Getting the data to the application in Build Apps is as simple us using dedicated "Get Record Collection" flow function. But what if we need access not only to the response data, but also to the respon...