SAP Query Tutorial for Beginners

SAP Query is SAP’s tool to define and execute once own reports without knowing ABAP programming language. In this document following key topics to explore SAP Query are covered in detail:

  • What is SAP Query? Purpose and Advantages of SAP Query?
  • Configuration for SAP Query
  • Create transaction for SAP-Query
  • Creating Ad Hoc query (HCM related infoset query)
  • Developing SAP Query for Task List Data Extraction
  • Transport of SAP Query objects
  • Setting the Expiry date in SAP Query
  • SAP Query for getting hourly background job status
  • Building an SAP Query using ABAP Code
  • Development of Basic List Query using SAP Query
  • Working with infosets/User Groups/Query in detail

Read more

Yet Another Step by Step ABAP Query Tutorial

ABAP Query is a functional tool used to develop simple report by writing queries instead of writing ABAP report program i.e. without ABAP coding. All you need is to join the table and drag and drop field that you wish to occur in the report.

This document gives brief introduction on ABAP concepts and stepwise approach to create ABAP Query. Step by step approach of creating ABAP query is covered as following in this tutorial:

  • Create User Group [SQ03]
  • Create Infoset [SQ02]
  • Create Queries [SQ01]

Read more