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…
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…
The chart categorizes various tables used under SAP SD module with different sections such as Customer Master, Business Partner, Billing, Output, Material Master, Sales Order, Pricing, and …
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 …
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 …
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 …
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…
Before ERP 6.0 version BADI definitions were independently stored. From 6.0 SAP migrated the BADIs to enhancement spots which are now called as Kernel or new BADI. Before migrating the BADI…