What is SAP and ABAP?
In the previous articles we have discussed about Classical Reports, ALV Grids, Color Formatting and also discussed about meaning of some fields or keyword which are used in programming. But…
In the previous articles we have discussed about Classical Reports, ALV Grids, Color Formatting and also discussed about meaning of some fields or keyword which are used in programming. But…
Introduced in SQL Server 2008, The SPARSE column is better at managing database size when null values are plenty in that particular column. This is lesser know column type but…
JSON is a data-interchange format that is both Human and Machine readable. It is easy for developers to interpret and pinpoint the issues, if any, during debugging when working with…
In the current scenario of Information Technology, there are new technologies developing day by day and it is must for students, professors and developers to up to date with these…
Ever wondered why it takes so much time to get the count of rows in an SQL table with millions of records? In case when the table is large and…
As an T-SQL Developer, we always tend to wonder why my query takes considerately more time when everything is set on the server including indexes, fragmentation, fill_factor, etc. Well, these…
In my previous articles we learn about classical reports, alv grid reports. In this article we will learn about some keywords, some conversions which we are used in SAP in…
Now this is tricky and pretty impulsive when you try to send emails from database using SendGrid and the mail fails to get send and the log reads out a…
As a layman or a novice, when we come across the concept of local temporary tables, global temporary tables, table variables or common table expressions; we tend to think that…
In my previous articles we have seen some basic reports in SAP and some basic operations that we can perform on the SAP tables and reports. In this article we…