Unlike Reports, Module Pool Programming use ingenious use of programming to display the output in the form a collection of screens, flow, and events. It is written in ABAP and needs logical thinking of processes before etching down the code.... Continue Reading →
Foreign Key by definition is a key relationship between two distinct tables. It establishes a relationship between a combination of fields in one table with primary key fields of another table acting as check table. Consider Table T1 and T2.... Continue Reading →
Git is an open source version control system that can accommodate source code management in a project - small or large. abapGit is a Git Client written for ABAP which has arrived as must know on the skill set of... Continue Reading →
In SAP ABAP, bundling database updates in a separate update function module are widely advocated for ease of implementation and improved performance. There are three different update techniques which are followed - Asynchronous Update - Asynchronous process start immediately after... Continue Reading →
Requirement: South Park And Sons want to send the ALV output to all vendors as an email attachment when running in the background. How to accomplish that? Solution: Use REUSE_ALV_BLOCK_LIST_DISPLAY to display the block list along with print parameters -... Continue Reading →
In the normal course of processing in ABAP, sometimes there is an interruption which raises an exception. Best practices dictate that the exceptions should be properly handled. These exceptions are either triggered by the runtime environment or at times is... Continue Reading →
One of the problems with Select Option in Selection screen is that user cannot make it mandatory and populate multiple records in a popup without passing at least one value on the screen. This is usually a little annoying for... Continue Reading →
Problem: A generic RFC is used in multiple OData projects and at some point, some enhancement is needed on that object. The biggest issue is that 'where used' is not helpful because it doesn't tell what all projects the RFC... Continue Reading →
Local classes are defined within a program, It is available in the context of the program and is used when found by system. However, it brings forth a problem - the functionality created within the scope of a program cannot... Continue Reading →
Recent Comments