Application Development 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: 

DML opeations on database tables

Former Member
0 Kudos

Hi,

can anyone explain , various DML operations in ABAP with examples.

Please tell me the where to use which operation in programming.

Thanks

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

Former Member

Hi Jitendra,


Native SQL for DDL (Create table , create index) , or Open SQL .( DML)


Open SQL:Data Manipulation Language (DML) statements are SELECT, IINSERT, and DELETE. UPDATE


example on how to use then is available at below link


ABAP Keyword Documentation



  • SAP Managed Tags:
1 REPLY 1

Former Member

Hi Jitendra,


Native SQL for DDL (Create table , create index) , or Open SQL .( DML)


Open SQL:Data Manipulation Language (DML) statements are SELECT, IINSERT, and DELETE. UPDATE


example on how to use then is available at below link


ABAP Keyword Documentation



  • SAP Managed Tags: