Tuesday, March 19, 2024

ABAP 7.4

How to convert JSON to ABAP Internal Table data

Parse JSON in ABAP, recently I came across a requirement to convert ABAP to JSON format using class /UI2/CL_JSON

Do you know about the CL_ABAP_CORRESPONDING system class

Dear SAPLearners, in this blog post you will learn about the CL_ABAP_CORRESPONDING system class and its usage. CL_ABAP_CORRESPONDING Does the name of the class rings bell...

FILTER operator for Internal Tables in ABAP 7.4

Dear saplearners, in this blog we all are going to learn about abap internal table filtering using FILTER operator in ABAP 7.4 FILTER Operator A new...

MOVE CORRESPONDING for Internal Tables in ABAP 7.4

Dear SAPLearners, yes you heard me correct MOVE CORRESPONDING works for internal tables with ABAP 7.4 and in this blog post you will learn...

Constructor Expressions in ABAP 7.4 [Part I]

Dear saplearners, in this blog post we are going to learn about ABAP 7.4 new syntax and more about constructor expressions and constructor operators Constructor...

What is LET keyword in ABAP 7.4

Dear saplearners, in this blog post we will learn about LET keyword in ABAP 7.4 LET Keyword LET is a new syntax keyword introduced in ABAP...

Internal Table Expressions in ABAP 7.4 Release

Hello everyone, in this blog you are going to learn about Internal Table Expressions in ABAP 7.4 Release. This is the second part of...

Inline Declarations in ABAP 7.4 – A Definitive Guide

Dear SAPLearners, Inline Declarations will change way the we declare variables in SAP ABAP. DATA TYPE declarations is the first thing we do when...