SAP DML - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

DML
Short for Data Manipulation Language. Subset of SQL . The statements in DML perform CRUD operations on relational database tables. In ABAP, DML is mapped by AB_SQL .