ABAP RAP: Excel upload through custom action popup (No UI5 Extension, No Object Page workaround)

Learn how to implement an Excel upload feature in ABAP RAP using a clean custom action popup—without relying on UI5 extensions or object page workarounds. A simple, efficient, and UI-friendly approach for seamless data import.

A frequent business requirement involves enabling mass changes to business objects via Excel uploads executed through a custom action popup. Historically, achieving this functionality has necessitated various workarounds, often involving UI5 extensions, third-party solutions, or Object Page manipulations, all of which present specific implementation challenges. The existing workaround approaches present several drawbacks: However, SAP has […]

Continue reading


Calling Fragment Form & Send it as an attachment using ABAP Walk-Through (Dunning Example)

SAP ABAP, SAP B1

This Blog is based on the Output Management Form and has all of its configuration completed Ex for dunning: use maintenance view: V_T047E using code: sm30 to switch between frameworks through drop-down list First: you can identify Fields for Key & Master Key internal tables for standard fragment form through putting a breaking point By […]

Continue reading


ABAP RESTful Application Programming Model (RAP)

SAP BTP, SAP ABAP Environment, ABAP Development, SAP Fiori for SAP S/4HANA, SAP HANA Service for SAP BTP, ABAP RESTful Application Programming Model, ABAP Cloud

Introduction The SAP landscape has evolved significantly, with businesses seeking simpler, more efficient solutions that offer excellent user experiences. Many organizations remain deeply embedded in the SAP ecosystem, primarily focusing on ABAP over other languages. So, is it possible to develop feature-rich applications without other frontend languages? Yes, leveraging ABAP with RAP (ABAP Restful Application […]

Continue reading