ABAP

SAP ABAP Table Expressions in New Syntax

Table expressions enhance the readability and efficiency of ABAP code, making data retrieval from internal tables more straightforward. Understanding how to use them effectively is crucial …

Step-by-Step Guide to create Custom BADIs

This article will help you to create Custom BADIs in on your own with few steps. Custom BADI: In Standard BADIs the developer will handle only the implementation part. The definition and …

How To Find BADI for Any T-code ?

This article covers various ways of finding BADI for any tcode or a program. Method 1: 1) Get the program name of the transaction using SE93 t-code (Lets say Sales Order: VA01) 2) Click on …

BADI Introduction and Usability in SAP ABAP

Introduction to BADI: BADI stands for Business Add-in. BADIs are used to implement custom functionality as per client requirements in standard SAP code. ·        BADIs follow object-ori…

HOW TO: Use LINE_EXISTS instead of READ TABLE

This article covers the practical usage of LINE_EXISTS in new ABAP syntax.  Record Existence Check:  LINE_EXISTS in ABAP new syntax is used to check the existence of a record. It is similar…

Sequence of Events in ABAP Program

Sequence of Events in ABAP Program This article explains the usage of events in ABAP program. In a classical ABAP report, the following events are used. Load of program Initialization At s…

Load More
That is All