No Image

Reading Data using Open SQL

December 3, 2011 v 2

SELECT is the open SQL statement to read the data from the database. The general syntax for SELECT statement is as follows.

No Image

What is Open SQL?

January 28, 2011 v 2

Open SQL is a set of ABAP statements that performs operations like reads, modifies or deletes data in the SAP database. Open SQL is independent […]

No Image

Maintain test data in SAP table

January 22, 2011 v 1

After creating a table you can test it by maintaining a couple of entries in the table. Follow the below mentioned procedure to maintain entries […]