All open SQL statements are passed to the database interface. The DB interface converts the open SQL to native SQL and passes it on to the database.
SELECT
| Reads data from database | |
| INSERT | Inserts lines to database |
| UPDATE | Changes the contents of lines in database |
| MODIFY | Inserts lines into database or changes the contents of existing lines |
| DELETE | Deletes lines from database |
- SY-SUBRC – After every Open SQL statement, the system field SY-SUBRC contains the value 0 if the operation was successful, a value other than 0 if not.
- SY-DBCNT – After an open SQL statement, the system field SY-DBCNT contains the number of database lines processed.
Serkan AKKAVAK
Computer Engineer
ABAP Developer & SAP MM SD Consultant
Contact : serkurumsal@yandex.com
Social Plugin