This article talks about SAP Query in detail. We will start with an introduction to query and its uses, then we will discuss about creating a program using Basic List, the steps involved in it and finally generation of program code from query.
Whenever Developers or Functional Consultants need to generate reports without doing any ABAP coding in a quick span of time, we take the help of ABAP Queries. Sometimes, we require data to test our program. In such cases, we have to get records from different tables that satisfy our requirement, say, requirement which needs invoices whose value is greater than 1000 and order reason free of charge sample (105).
The whole process comprises of three steps.
1) Creation of user group
2) Creation of infoset
3) Creation of queries