Interview Questions

SAP ABAP OOPS Interview Questions

In this article you will learn about basic interview questions on SAP ABAP Object Oriented Programming that will be useful when attending interviews. SAP ABAP OOPS Interview questions 1. Ca…

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 …

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…

Load More
That is All