This document provides an overview of ABAP Query and demonstrates how to create an ABAP Query report. It describes ABAP Query as a tool for generating reports without coding by joining tables and selecting fields. It then provides a case example of a purchase order report and walks through the three steps to create the query: 1) defining a user group, 2) creating an infoset by joining relevant tables, and 3) using the infoset to build the query and arrange the fields and layout of the report. Tips are also provided, such as modifying existing queries by accessing the underlying program.