Tuesday, March 19, 2024

Core ABAP

ABAP SQL Indicator structure

An ABAP SQL Indicator structure is a sub-structure of indicators for the main DDIC structure. Each field of indicator structure is of types X...

How to create Full Text Index in ABAP for SAP HANA DB

Dear SAPLearners, in this blog post, we will learn how to create a Full Text Index in ABAP for the SAP HANA database. What is...

4 New Features in ABAP Dictionary on SAP HANA

Dear SAPLearners, in this blog post we will learn new features in ABAP Dictionary to support SAP HANA Database Table of contentsWhat is SAP HANA...

Cell Color in ABAP ALV Grid Report

Dear SAPLearners, in this tutorial we will learn how to do cell color in ABAP ALV Grid report. Step-by-Step Procedure Create an ABAP Program in...

Sub Total Text in ABAP ALV Grid

Dear SAPLearners, in the ALV ABAP tutorials, we will learn how to add Sub- total text in ABAP ALV Grid. Step-by-Step Procedure Create an ABAP Program...

Mass change Package name in ABAP

In this tutorial, we will learn how to change the package name of the ABAP Objects in mass. This is quite a generic issue where...

Send email using CL_BCS class in ABAP

Dear SAPLearners, in this code snippet blog post we will learn how to send email using CL_BCS class in ABAP. Lets get started. Below is the...

What are different types of Function Modules

In ABAP, There are three types of Function Modules. Se37 is the transaction code to create any of these functional modules Normal Functional ModuleRemote Enabled...

How to convert Smartform to PDF

First call the Smartform and get the OTF data. Then pass the OTF data to the functional module CONVERT_OTF_PDF to convert smartform to PDF.   ...