SAP ABAP Data Dictionary
In this article we will look into ABAP Data Dictionary. As we all know SQL has two parts:-DDL (Data Definition Language)DML (Data Manipulation) In ABAP INSERT,UPDATE, DELETE, SELECT statements will…
In this article we will look into ABAP Data Dictionary. As we all know SQL has two parts:-DDL (Data Definition Language)DML (Data Manipulation) In ABAP INSERT,UPDATE, DELETE, SELECT statements will…
In this article we will be taking a brief look on Work Areas and Internal Tables in ABAP, SAP. Work Area: A Work Area is a structure which can hold…
Sometimes there is a requirement during the development of software in SAP that you have to make a string out of multiple row values of single column of Internal Table.…
For a ABAP developer, when he/she used Internal Tables in his/her application during development using of Internal table operations in the coding part is most important. Following are some of…
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…