While dealing with OData JSON format, sometimes users come across a number in following shape - 1532696073 - which is confusing as they are expecting a date/timestamp. This is Epoch/Unix/POSIX time format which is an alternate approach to display date... Continue Reading →
While in SAP HANA, both Row-based data storage and Column-based data storage is used, Column-based data storage is widely used for transactional data upon which analytical applications are implemented. This is because in Column-based data storage information is juxtaposed next... Continue Reading →
In a standard course of development, extracting an XML into SAP is not ideal. Most of the interfaces involve PI which is more adept and accurate in handling XML files and pass the data in a structure. On the other... Continue Reading →
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: Multiple text files are created in a folder accessible to SAP and the files need to be periodically archived as a zipped folder. Solution: The problem can be divided into three steps - get the files, zip into a... 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 →
Recent Comments