The main ABAP SQL keywords to read and change data are the following:
| Keyword | Purpose |
|---|---|
SELECT | Reads data from data sources such as database tables and others |
INSERT | Adds rows to database tables |
UPDATE | Changes the content of rows of database tables |
MODIFY | Inserts rows into database tables or changes the content of existing rows |
DELETE | Deletes rows from database tables |
Serkan AKKAVAK
Computer Engineer BSc
Head of SAP & Software Department
Contact : serkurumsal@yandex.com

0 Comments