Unlike database tables which are used for long term data storage, the internal tables are temporary tables created and used during the program execution, being deleted prior to the program being terminated. They are used for storing the dynamic data … Read the rest
Tag: sap
SAP Database Tables
There exist three types of SAP database tables: transparent tables, pool tables and cluster tables.
Transparent tables
Transparent tables are of the same structure both in dictionary as well as in the database itself, i.e. they both contain exactly the … Read the rest
Consuming a REST API with ABAP
A RESTful (or REST for short) API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which … Read the rest
Using Mylyn 3.23 with Eclipse ADT
Mylyn is a task management system that is integrated in the Eclipse tooling. As a tool it is highly recommended for the purpose of automatic organisation of Eclipse ADT workspace.
Install the plugin via Eclipse Marketplace: input “mylyn” … Read the rest