Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

database updates

Former Member
0 Likes
422

what r database updates?could u plzz tell me

3 REPLIES 3
Read only

Former Member
0 Likes
405

Open SQL consists of a set of ABAP statements that perform operations on the central database in the R/3 System. The results of the operations and any error messages are independent of the database system in use. Open SQL thus provides a uniform syntax and semantics for all of the database systems supported by SAP. ABAP programs that only use Open SQL statements will work in any R/3 System, regardless of the database system in use. Open SQL statements can only work with database tables that have been created in the ABAP Dictionary.

and the statements are

<b>INSERT</b>

Adds lines to database tables

<b>UPDATE</b>

Changes the contents of lines of database tables

<b>MODIFY</b>

Inserts lines into database tables or changes the contents of existing lines

<b>DELETE</b>

Deletes lines from database tables

reward if it helps u

vijay pawar

Read only

Former Member
0 Likes
405

Database updates are the changes that are done to the database tables.

The changes may be adding new records, changing existing records and deleteing existing records.

Regards,

Ravi

Read only

Former Member
0 Likes
405

Hi,

you can Update, Modify, Insert, and delete the records in the Database.

Regards,

Suresh