Author: Sangeeta Singh
-
Description: A declaration expression using the FIELD-SYMBOL operator declares a field symbol <fs>, which is assigned to a memory area at the current operand position. Syntax: For structure: Thanks for… more ›
-
A declaration using the DATA operator defines a variable at the point where it is used as an operand. Syntax: Thanks for Visiting! Sangeeta Singh more ›
-
If you are facing “Unable to read repository at htts://tools.hana.ondemand.com/2025-03/content.xml” issue while installing ADT( ABAP Development Tools ) in Eclipse. Then, I have a solution for you. Issue: Solution: Please… more ›
-
You must have received a requirement to transfer TVARVC table data from development system to testing system or production. TVARVC table basically used to maintain variants that can be used… more ›
-
Description: Reduce # which is an ABAP 7.4 syntax is particularly used to calculate totals/subtotals from an internal table in an ABAP program. What it contains: Syntax: – Example: Output:… more ›
-
Description: Filter expression is part of ABAP 7.4 syntax, which is used to filter internal tables based on requirement. Syntax: Note: If EXCEPT is not specified, rows from internal table… more ›
-
Description: A CDS abstract entity in ABAP Core Data Services (CDS) is defined within the DataDefinition Language (DDL) source code using the statement DEFINE ABSTRACT ENTITY in theABAP development tools… more ›
-
Description: A CDS custom entity enables developers to define their own data retrieval logic using ABAP.This type of entity is associated with an ABAP class, and the data retrieval process… more ›
-
Description: A CDS DDIC-based view is created for existing DDIC database tables, DDIC views, or otherCDS SQL entities using the DEFINE VIEW statement in the CDS DDL of ABAP Core… more ›
