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

DML

Former Member
0 Likes
1,117

What is DML & it's Syntax

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

Go through the link below and you will find everything related to DML in ABAP

http://help.sap.com/saphelp_nw04/helpdata/en/f7/5440f9b4f07f42a451b310f958690d/content.htm

reward points if helpful

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
620

Don't know anything about the index, only thing I can tell you is this: Data Manipulation Language (DML) operation

And it has something to do with database monitoring. Better ask you basis administrator for more info on this.

Read only

Former Member
0 Likes
620

Hi Bhavesh,

Regarding DML:

This parameter specifies the maximum number of DML locks. A DML lock is used for each table-modification transaction. DML locks are used in the DROP TABLE, CREATE INDEX, and LOCK TABLE IN EXCLUSIVE MODE statements. If the value is set to 0, enqueues (Oracle locking mechanisms) are disabled, which improves performance slightly.

And last but not least you can have a look at this url[http://www.saptechies.com/important-abap-faqs/]

where you can get a lot of answers to different types of question.

thats it.

Reward if useful

thanks

abdul

Read only

Former Member
0 Likes
621

Go through the link below and you will find everything related to DML in ABAP

http://help.sap.com/saphelp_nw04/helpdata/en/f7/5440f9b4f07f42a451b310f958690d/content.htm

reward points if helpful